#cd000f color space conversions
Hex:
        #cd000f
        RGB:
        205, 0, 15
        CMY:
        20, 100, 94
        CMYK:
        0, 100, 93, 20
      HSL:
        356°, 100.0000%, 40.1961%
        HSV (HSB):
        356°, 100.0000%, 80.3922%
        XYZ:
        25.2631, 13.0136, 1.6323
        xyY:
        0.6330, 0.3261, 13.0136
      CIE-Lab:
        42.7838, 68.1006, 52.0365
        CIE-LCH:
        42.7838, 85.7059, 37.3839
        CIE-Luv:
        42.7838, 139.3560, 28.5698
        Hunter-Lab:
        36.0744, 61.8741, 22.5693
      #cd000f color charts
#cd000f RGB chart
      #cd000f CMYK chart
      #cd000f RGB pie chart
      #cd000f color shades, tints & tones
#cd000f color schemes
#cd000f color preview, HTML & CSS examples
           This text has a color of #cd000f        
        
          <p style="color:#cd000f;">Text here</p>
        
        
          .mytext {color:#cd000f;}
        
        Text color #cd000f
      
           This box has a color of #cd000f        
        
          <div style="background-color:#cd000f;">Content here</div>
        
        
          .mybackground {background-color:#cd000f;}
        
        Background color #cd000f
      
           Border around this has a color of #cd000f        
        
          <div style="border:2px solid #cd000f;">Content here</div>
        
        
          .myborder {border:2px solid #cd000f;}
        
        Border color #cd000f