#ff150d color space conversions
Hex:
        #ff150d
        RGB:
        255, 21, 13
        CMY:
        0, 92, 95
        CMYK:
        0, 92, 95, 0
      HSL:
        2°, 100.0000%, 52.5490%
        HSV (HSB):
        2°, 94.9020%, 100.0000%
        XYZ:
        41.5808, 21.8254, 2.4019
        xyY:
        0.6318, 0.3317, 21.8254
      CIE-Lab:
        53.8412, 78.5269, 64.3244
        CIE-LCH:
        53.8412, 101.5091, 39.3222
        CIE-Luv:
        53.8412, 171.0031, 37.6897
        Hunter-Lab:
        46.7177, 77.1171, 29.6540
      #ff150d color charts
#ff150d RGB chart
      #ff150d CMYK chart
      #ff150d RGB pie chart
      #ff150d color shades, tints & tones
#ff150d color schemes
#ff150d color preview, HTML & CSS examples
           This text has a color of #ff150d        
        
          <p style="color:#ff150d;">Text here</p>
        
        
          .mytext {color:#ff150d;}
        
        Text color #ff150d
      
           This box has a color of #ff150d        
        
          <div style="background-color:#ff150d;">Content here</div>
        
        
          .mybackground {background-color:#ff150d;}
        
        Background color #ff150d
      
           Border around this has a color of #ff150d        
        
          <div style="border:2px solid #ff150d;">Content here</div>
        
        
          .myborder {border:2px solid #ff150d;}
        
        Border color #ff150d