#c00500 color space conversions
Hex:
        #c00500
        RGB:
        192, 5, 0
        CMY:
        25, 98, 100
        CMYK:
        0, 97, 100, 25
      HSL:
        2°, 100.0000%, 37.6471%
        HSV (HSB):
        2°, 100.0000%, 75.2941%
        XYZ:
        21.7925, 11.3150, 1.0354
        xyY:
        0.6383, 0.3314, 11.3150
      CIE-Lab:
        40.1060, 64.1905, 54.3622
        CIE-LCH:
        40.1060, 84.1170, 40.2609
        CIE-Luv:
        40.1060, 130.3705, 28.6258
        Hunter-Lab:
        33.6378, 56.7765, 21.7214
      #c00500 color charts
#c00500 RGB chart
      #c00500 CMYK chart
      #c00500 RGB pie chart
      #c00500 color shades, tints & tones
#c00500 color schemes
#c00500 color preview, HTML & CSS examples
           This text has a color of #c00500        
        
          <p style="color:#c00500;">Text here</p>
        
        
          .mytext {color:#c00500;}
        
        Text color #c00500
      
           This box has a color of #c00500        
        
          <div style="background-color:#c00500;">Content here</div>
        
        
          .mybackground {background-color:#c00500;}
        
        Background color #c00500
      
           Border around this has a color of #c00500        
        
          <div style="border:2px solid #c00500;">Content here</div>
        
        
          .myborder {border:2px solid #c00500;}
        
        Border color #c00500