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