#cd3008 color space conversions
Hex:
        #cd3008
        RGB:
        205, 48, 8
        CMY:
        20, 81, 97
        CMYK:
        0, 77, 96, 20
      HSL:
        12°, 92.4883%, 41.7647%
        HSV (HSB):
        12°, 96.0976%, 80.3922%
        XYZ:
        26.2776, 15.1106, 1.7614
        xyY:
        0.6090, 0.3502, 15.1106
      CIE-Lab:
        45.7853, 59.4103, 55.9446
        CIE-LCH:
        45.7853, 81.6050, 43.2791
        CIE-Luv:
        45.7853, 124.5281, 34.7167
        Hunter-Lab:
        38.8723, 52.6391, 24.5241
      #cd3008 color charts
#cd3008 RGB chart
      #cd3008 CMYK chart
      #cd3008 RGB pie chart
      #cd3008 color shades, tints & tones
#cd3008 color schemes
#cd3008 color preview, HTML & CSS examples
           This text has a color of #cd3008        
        
          <p style="color:#cd3008;">Text here</p>
        
        
          .mytext {color:#cd3008;}
        
        Text color #cd3008
      
           This box has a color of #cd3008        
        
          <div style="background-color:#cd3008;">Content here</div>
        
        
          .mybackground {background-color:#cd3008;}
        
        Background color #cd3008
      
           Border around this has a color of #cd3008        
        
          <div style="border:2px solid #cd3008;">Content here</div>
        
        
          .myborder {border:2px solid #cd3008;}
        
        Border color #cd3008