#c7300c color space conversions
Hex:
        #c7300c
        RGB:
        199, 48, 12
        CMY:
        22, 81, 95
        CMYK:
        0, 76, 94, 22
      HSL:
        12°, 88.6256%, 41.3725%
        HSV (HSB):
        12°, 93.9698%, 78.0392%
        XYZ:
        24.6765, 14.2826, 1.8040
        xyY:
        0.6054, 0.3504, 14.2826
      CIE-Lab:
        44.6355, 57.6116, 53.5570
        CIE-LCH:
        44.6355, 78.6604, 42.9112
        CIE-Luv:
        44.6355, 119.6217, 33.5242
        Hunter-Lab:
        37.7923, 50.4152, 23.6243
      #c7300c color charts
#c7300c RGB chart
      #c7300c CMYK chart
      #c7300c RGB pie chart
      #c7300c color shades, tints & tones
#c7300c color schemes
#c7300c color preview, HTML & CSS examples
           This text has a color of #c7300c        
        
          <p style="color:#c7300c;">Text here</p>
        
        
          .mytext {color:#c7300c;}
        
        Text color #c7300c
      
           This box has a color of #c7300c        
        
          <div style="background-color:#c7300c;">Content here</div>
        
        
          .mybackground {background-color:#c7300c;}
        
        Background color #c7300c
      
           Border around this has a color of #c7300c        
        
          <div style="border:2px solid #c7300c;">Content here</div>
        
        
          .myborder {border:2px solid #c7300c;}
        
        Border color #c7300c