#ff060f color space conversions
Hex:
        #ff060f
        RGB:
        255, 6, 15
        CMY:
        0, 98, 94
        CMYK:
        0, 98, 94, 0
      HSL:
        358°, 100.0000%, 51.1765%
        HSV (HSB):
        358°, 97.6471%, 100.0000%
        XYZ:
        41.3913, 21.4247, 2.4058
        xyY:
        0.6346, 0.3285, 21.4247
      CIE-Lab:
        53.4112, 79.8030, 63.5533
        CIE-LCH:
        53.4112, 102.0174, 38.5330
        CIE-Luv:
        53.4112, 173.3496, 36.6855
        Hunter-Lab:
        46.2869, 78.6190, 29.3192
      #ff060f color charts
#ff060f RGB chart
      #ff060f CMYK chart
      #ff060f RGB pie chart
      #ff060f color shades, tints & tones
#ff060f color schemes
#ff060f color preview, HTML & CSS examples
           This text has a color of #ff060f        
        
          <p style="color:#ff060f;">Text here</p>
        
        
          .mytext {color:#ff060f;}
        
        Text color #ff060f
      
           This box has a color of #ff060f        
        
          <div style="background-color:#ff060f;">Content here</div>
        
        
          .mybackground {background-color:#ff060f;}
        
        Background color #ff060f
      
           Border around this has a color of #ff060f        
        
          <div style="border:2px solid #ff060f;">Content here</div>
        
        
          .myborder {border:2px solid #ff060f;}
        
        Border color #ff060f