#cd000e color space conversions
Hex:
        #cd000e
        RGB:
        205, 0, 14
        CMY:
        20, 100, 95
        CMYK:
        0, 100, 93, 20
      HSL:
        356°, 100.0000%, 40.1961%
        HSV (HSB):
        356°, 100.0000%, 80.3922%
        XYZ:
        25.2561, 13.0108, 1.5957
        xyY:
        0.6336, 0.3264, 13.0108
      CIE-Lab:
        42.7796, 68.0892, 52.4011
        CIE-LCH:
        42.7796, 85.9186, 37.5817
        CIE-Luv:
        42.7796, 139.4493, 28.7088
        Hunter-Lab:
        36.0705, 61.8598, 22.6266
      #cd000e color charts
#cd000e RGB chart
      #cd000e CMYK chart
      #cd000e RGB pie chart
      #cd000e color shades, tints & tones
#cd000e color schemes
#cd000e color preview, HTML & CSS examples
           This text has a color of #cd000e        
        
          <p style="color:#cd000e;">Text here</p>
        
        
          .mytext {color:#cd000e;}
        
        Text color #cd000e
      
           This box has a color of #cd000e        
        
          <div style="background-color:#cd000e;">Content here</div>
        
        
          .mybackground {background-color:#cd000e;}
        
        Background color #cd000e
      
           Border around this has a color of #cd000e        
        
          <div style="border:2px solid #cd000e;">Content here</div>
        
        
          .myborder {border:2px solid #cd000e;}
        
        Border color #cd000e