#c4000d color space conversions
Hex:
        #c4000d
        RGB:
        196, 0, 13
        CMY:
        23, 100, 95
        CMYK:
        0, 100, 93, 23
      HSL:
        356°, 100.0000%, 38.4314%
        HSV (HSB):
        356°, 100.0000%, 76.8627%
        XYZ:
        22.8376, 11.7648, 1.4479
        xyY:
        0.6335, 0.3263, 11.7648
      CIE-Lab:
        40.8399, 65.8432, 50.6164
        CIE-LCH:
        40.8399, 83.0503, 37.5510
        CIE-Luv:
        40.8399, 133.1106, 27.3861
        Hunter-Lab:
        34.2999, 58.8243, 21.5071
      #c4000d color charts
#c4000d RGB chart
      #c4000d CMYK chart
      #c4000d RGB pie chart
      #c4000d color shades, tints & tones
#c4000d color schemes
#c4000d color preview, HTML & CSS examples
           This text has a color of #c4000d        
        
          <p style="color:#c4000d;">Text here</p>
        
        
          .mytext {color:#c4000d;}
        
        Text color #c4000d
      
           This box has a color of #c4000d        
        
          <div style="background-color:#c4000d;">Content here</div>
        
        
          .mybackground {background-color:#c4000d;}
        
        Background color #c4000d
      
           Border around this has a color of #c4000d        
        
          <div style="border:2px solid #c4000d;">Content here</div>
        
        
          .myborder {border:2px solid #c4000d;}
        
        Border color #c4000d