#c0001b color space conversions
Hex:
        #c0001b
        RGB:
        192, 0, 27
        CMY:
        25, 100, 89
        CMYK:
        0, 100, 86, 25
      HSL:
        352°, 100.0000%, 37.6471%
        HSV (HSB):
        352°, 100.0000%, 75.2941%
        XYZ:
        21.9361, 11.2856, 2.0591
        xyY:
        0.6218, 0.3199, 11.2856
      CIE-Lab:
        40.0574, 65.0707, 43.3661
        CIE-LCH:
        40.0574, 78.1973, 33.6813
        CIE-Luv:
        40.0574, 128.4503, 24.0646
        Hunter-Lab:
        33.5940, 57.7664, 19.8818
      #c0001b color charts
#c0001b RGB chart
      #c0001b CMYK chart
      #c0001b RGB pie chart
      #c0001b color shades, tints & tones
#c0001b color schemes
#c0001b color preview, HTML & CSS examples
           This text has a color of #c0001b        
        
          <p style="color:#c0001b;">Text here</p>
        
        
          .mytext {color:#c0001b;}
        
        Text color #c0001b
      
           This box has a color of #c0001b        
        
          <div style="background-color:#c0001b;">Content here</div>
        
        
          .mybackground {background-color:#c0001b;}
        
        Background color #c0001b
      
           Border around this has a color of #c0001b        
        
          <div style="border:2px solid #c0001b;">Content here</div>
        
        
          .myborder {border:2px solid #c0001b;}
        
        Border color #c0001b