#cd0a0b color space conversions
Hex:
        #cd0a0b
        RGB:
        205, 10, 11
        CMY:
        20, 96, 96
        CMYK:
        0, 95, 95, 20
      HSL:
        360°, 90.6977%, 42.1569%
        HSV (HSB):
        360°, 95.1220%, 80.3922%
        XYZ:
        25.3458, 13.2204, 1.5325
        xyY:
        0.6321, 0.3297, 13.2204
      CIE-Lab:
        43.0934, 67.1163, 53.5965
        CIE-LCH:
        43.0934, 85.8906, 38.6095
        CIE-Luv:
        43.0934, 138.0021, 29.6641
        Hunter-Lab:
        36.3598, 60.7994, 22.9529
      #cd0a0b color charts
#cd0a0b RGB chart
      #cd0a0b CMYK chart
      #cd0a0b RGB pie chart
      #cd0a0b color shades, tints & tones
#cd0a0b color schemes
#cd0a0b color preview, HTML & CSS examples
           This text has a color of #cd0a0b        
        
          <p style="color:#cd0a0b;">Text here</p>
        
        
          .mytext {color:#cd0a0b;}
        
        Text color #cd0a0b
      
           This box has a color of #cd0a0b        
        
          <div style="background-color:#cd0a0b;">Content here</div>
        
        
          .mybackground {background-color:#cd0a0b;}
        
        Background color #cd0a0b
      
           Border around this has a color of #cd0a0b        
        
          <div style="border:2px solid #cd0a0b;">Content here</div>
        
        
          .myborder {border:2px solid #cd0a0b;}
        
        Border color #cd0a0b