#c80100 color space conversions
Hex:
        #c80100
        RGB:
        200, 1, 0
        CMY:
        22, 100, 100
        CMYK:
        0, 100, 100, 22
      HSL:
        0°, 100.0000%, 39.2157%
        HSV (HSB):
        0°, 100.0000%, 78.4314%
        XYZ:
        23.8303, 12.3011, 1.1183
        xyY:
        0.6397, 0.3302, 12.3011
      CIE-Lab:
        41.6907, 66.6160, 55.9921
        CIE-LCH:
        41.6907, 87.0219, 40.0477
        CIE-Luv:
        41.6907, 136.8075, 29.6005
        Hunter-Lab:
        35.0729, 59.9043, 22.6605
      #c80100 color charts
#c80100 RGB chart
      #c80100 CMYK chart
      #c80100 RGB pie chart
      #c80100 color shades, tints & tones
#c80100 color schemes
#c80100 color preview, HTML & CSS examples
           This text has a color of #c80100        
        
          <p style="color:#c80100;">Text here</p>
        
        
          .mytext {color:#c80100;}
        
        Text color #c80100
      
           This box has a color of #c80100        
        
          <div style="background-color:#c80100;">Content here</div>
        
        
          .mybackground {background-color:#c80100;}
        
        Background color #c80100
      
           Border around this has a color of #c80100        
        
          <div style="border:2px solid #c80100;">Content here</div>
        
        
          .myborder {border:2px solid #c80100;}
        
        Border color #c80100