# File lib/color/rgb.rb, line 346
  def red_p=(rr)
    @r = Color.normalize(rr / 100.0)
  end