# File lib/sass/script/color.rb, line 124
    def red
      hsl_to_rgb!
      @attrs[:red]
    end