#c70711 color space conversions
Hex:
        #c70711
        RGB:
        199, 7, 17
        CMY:
        22, 97, 93
        CMYK:
        0, 96, 91, 22
      HSL:
        357°, 93.2039%, 40.3922%
        HSV (HSB):
        357°, 96.4824%, 78.0392%
        XYZ:
        23.7303, 12.3345, 1.6604
        xyY:
        0.6290, 0.3270, 12.3345
      CIE-Lab:
        41.7430, 65.9494, 49.9608
        CIE-LCH:
        41.7430, 82.7370, 37.1462
        CIE-Luv:
        41.7430, 133.6454, 27.7094
        Hunter-Lab:
        35.1206, 59.1483, 21.7814
      #c70711 color charts
#c70711 RGB chart
      #c70711 CMYK chart
      #c70711 RGB pie chart
      #c70711 color shades, tints & tones
#c70711 color schemes
#c70711 color preview, HTML & CSS examples
           This text has a color of #c70711        
        
          <p style="color:#c70711;">Text here</p>
        
        
          .mytext {color:#c70711;}
        
        Text color #c70711
      
           This box has a color of #c70711        
        
          <div style="background-color:#c70711;">Content here</div>
        
        
          .mybackground {background-color:#c70711;}
        
        Background color #c70711
      
           Border around this has a color of #c70711        
        
          <div style="border:2px solid #c70711;">Content here</div>
        
        
          .myborder {border:2px solid #c70711;}
        
        Border color #c70711