#cd0400 color space conversions
Hex:
        #cd0400
        RGB:
        205, 4, 0
        CMY:
        20, 98, 100
        CMYK:
        0, 98, 100, 20
      HSL:
        1°, 100.0000%, 40.1961%
        HSV (HSB):
        1°, 100.0000%, 80.3922%
        XYZ:
        25.2203, 13.0660, 1.1927
        xyY:
        0.6388, 0.3310, 13.0660
      CIE-Lab:
        42.8625, 67.5797, 57.0692
        CIE-LCH:
        42.8625, 88.4529, 40.1802
        CIE-Luv:
        42.8625, 139.8286, 30.5327
        Hunter-Lab:
        36.1469, 61.2853, 23.3464
      #cd0400 color charts
#cd0400 RGB chart
      #cd0400 CMYK chart
      #cd0400 RGB pie chart
      #cd0400 color shades, tints & tones
#cd0400 color schemes
#cd0400 color preview, HTML & CSS examples
           This text has a color of #cd0400        
        
          <p style="color:#cd0400;">Text here</p>
        
        
          .mytext {color:#cd0400;}
        
        Text color #cd0400
      
           This box has a color of #cd0400        
        
          <div style="background-color:#cd0400;">Content here</div>
        
        
          .mybackground {background-color:#cd0400;}
        
        Background color #cd0400
      
           Border around this has a color of #cd0400        
        
          <div style="border:2px solid #cd0400;">Content here</div>
        
        
          .myborder {border:2px solid #cd0400;}
        
        Border color #cd0400