#cd243c color space conversions
Hex:
        #cd243c
        RGB:
        205, 36, 60
        CMY:
        20, 86, 76
        CMYK:
        0, 82, 71, 20
      HSL:
        351°, 70.1245%, 47.2549%
        HSV (HSB):
        351°, 82.4390%, 80.3922%
        XYZ:
        26.6233, 14.5671, 5.6835
        xyY:
        0.5680, 0.3108, 14.5671
      CIE-Lab:
        45.0355, 64.0641, 30.4887
        CIE-LCH:
        45.0355, 70.9491, 25.4502
        CIE-Luv:
        45.0355, 121.9768, 18.5687
        Hunter-Lab:
        38.1669, 57.7205, 17.8879
      #cd243c color charts
#cd243c RGB chart
      #cd243c CMYK chart
      #cd243c RGB pie chart
      #cd243c color shades, tints & tones
#cd243c color schemes
#cd243c color preview, HTML & CSS examples
           This text has a color of #cd243c        
        
          <p style="color:#cd243c;">Text here</p>
        
        
          .mytext {color:#cd243c;}
        
        Text color #cd243c
      
           This box has a color of #cd243c        
        
          <div style="background-color:#cd243c;">Content here</div>
        
        
          .mybackground {background-color:#cd243c;}
        
        Background color #cd243c
      
           Border around this has a color of #cd243c        
        
          <div style="border:2px solid #cd243c;">Content here</div>
        
        
          .myborder {border:2px solid #cd243c;}
        
        Border color #cd243c