#c7200b color space conversions
Hex:
        #c7200b
        RGB:
        199, 32, 11
        CMY:
        22, 87, 96
        CMYK:
        0, 84, 94, 22
      HSL:
        7°, 89.5238%, 41.1765%
        HSV (HSB):
        7°, 94.4724%, 78.0392%
        XYZ:
        24.1301, 13.1993, 1.5925
        xyY:
        0.6200, 0.3391, 13.1993
      CIE-Lab:
        43.0620, 62.0219, 52.9201
        CIE-LCH:
        43.0620, 81.5307, 40.4725
        CIE-Luv:
        43.0620, 127.3856, 30.9131
        Hunter-Lab:
        36.3308, 54.9766, 22.8327
      #c7200b color charts
#c7200b RGB chart
      #c7200b CMYK chart
      #c7200b RGB pie chart
      #c7200b color shades, tints & tones
#c7200b color schemes
#c7200b color preview, HTML & CSS examples
           This text has a color of #c7200b        
        
          <p style="color:#c7200b;">Text here</p>
        
        
          .mytext {color:#c7200b;}
        
        Text color #c7200b
      
           This box has a color of #c7200b        
        
          <div style="background-color:#c7200b;">Content here</div>
        
        
          .mybackground {background-color:#c7200b;}
        
        Background color #c7200b
      
           Border around this has a color of #c7200b        
        
          <div style="border:2px solid #c7200b;">Content here</div>
        
        
          .myborder {border:2px solid #c7200b;}
        
        Border color #c7200b