#c50c01 color space conversions
Hex:
        #c50c01
        RGB:
        197, 12, 1
        CMY:
        23, 95, 100
        CMYK:
        0, 94, 99, 23
      HSL:
        3°, 98.9899%, 38.8235%
        HSV (HSB):
        3°, 99.4924%, 77.2549%
        XYZ:
        23.1629, 12.1355, 1.1503
        xyY:
        0.6355, 0.3329, 12.1355
      CIE-Lab:
        41.4306, 64.7660, 55.1339
        CIE-LCH:
        41.4306, 85.0552, 40.4070
        CIE-Luv:
        41.4306, 132.6150, 29.6934
        Hunter-Lab:
        34.8360, 57.7241, 22.4274
      #c50c01 color charts
#c50c01 RGB chart
      #c50c01 CMYK chart
      #c50c01 RGB pie chart
      #c50c01 color shades, tints & tones
#c50c01 color schemes
#c50c01 color preview, HTML & CSS examples
           This text has a color of #c50c01        
        
          <p style="color:#c50c01;">Text here</p>
        
        
          .mytext {color:#c50c01;}
        
        Text color #c50c01
      
           This box has a color of #c50c01        
        
          <div style="background-color:#c50c01;">Content here</div>
        
        
          .mybackground {background-color:#c50c01;}
        
        Background color #c50c01
      
           Border around this has a color of #c50c01        
        
          <div style="border:2px solid #c50c01;">Content here</div>
        
        
          .myborder {border:2px solid #c50c01;}
        
        Border color #c50c01