#cd042c color space conversions
Hex:
        #cd042c
        RGB:
        205, 4, 44
        CMY:
        20, 98, 83
        CMYK:
        0, 98, 79, 20
      HSL:
        348°, 96.1722%, 40.9804%
        HSV (HSB):
        348°, 98.0488%, 80.3922%
        XYZ:
        25.6749, 13.2478, 3.5867
        xyY:
        0.6040, 0.3116, 13.2478
      CIE-Lab:
        43.1343, 68.3271, 37.8431
        CIE-LCH:
        43.1343, 78.1070, 28.9800
        CIE-Luv:
        43.1343, 133.9601, 21.6999
        Hunter-Lab:
        36.3976, 62.2184, 19.6356
      #cd042c color charts
#cd042c RGB chart
      #cd042c CMYK chart
      #cd042c RGB pie chart
      #cd042c color shades, tints & tones
#cd042c color schemes
#cd042c color preview, HTML & CSS examples
           This text has a color of #cd042c        
        
          <p style="color:#cd042c;">Text here</p>
        
        
          .mytext {color:#cd042c;}
        
        Text color #cd042c
      
           This box has a color of #cd042c        
        
          <div style="background-color:#cd042c;">Content here</div>
        
        
          .mybackground {background-color:#cd042c;}
        
        Background color #cd042c
      
           Border around this has a color of #cd042c        
        
          <div style="border:2px solid #cd042c;">Content here</div>
        
        
          .myborder {border:2px solid #cd042c;}
        
        Border color #cd042c