#c30001 color space conversions
Hex:
        #c30001
        RGB:
        195, 0, 1
        CMY:
        24, 100, 100
        CMYK:
        0, 100, 99, 24
      HSL:
        360°, 100.0000%, 38.2353%
        HSV (HSB):
        360°, 100.0000%, 76.4706%
        XYZ:
        22.5112, 11.6043, 1.0821
        xyY:
        0.6396, 0.3297, 11.6043
      CIE-Lab:
        40.5802, 65.4745, 54.5523
        CIE-LCH:
        40.5802, 85.2224, 39.8005
        CIE-Luv:
        40.5802, 133.3546, 28.6574
        Hunter-Lab:
        34.0651, 58.3439, 21.9622
      #c30001 color charts
#c30001 RGB chart
      #c30001 CMYK chart
      #c30001 RGB pie chart
      #c30001 color shades, tints & tones
#c30001 color schemes
#c30001 color preview, HTML & CSS examples
           This text has a color of #c30001        
        
          <p style="color:#c30001;">Text here</p>
        
        
          .mytext {color:#c30001;}
        
        Text color #c30001
      
           This box has a color of #c30001        
        
          <div style="background-color:#c30001;">Content here</div>
        
        
          .mybackground {background-color:#c30001;}
        
        Background color #c30001
      
           Border around this has a color of #c30001        
        
          <div style="border:2px solid #c30001;">Content here</div>
        
        
          .myborder {border:2px solid #c30001;}
        
        Border color #c30001