#d32008 color space conversions
Hex:
        #d32008
        RGB:
        211, 32, 8
        CMY:
        17, 87, 97
        CMYK:
        0, 85, 96, 17
      HSL:
        7°, 92.6941%, 42.9412%
        HSV (HSB):
        7°, 96.2085%, 82.7451%
        XYZ:
        27.4243, 14.8994, 1.6602
        xyY:
        0.6235, 0.3387, 14.8994
      CIE-Lab:
        45.4962, 65.3271, 56.4339
        CIE-LCH:
        45.4962, 86.3274, 40.8226
        CIE-Luv:
        45.4962, 136.5294, 32.9343
        Hunter-Lab:
        38.5998, 59.2707, 24.4698
      #d32008 color charts
#d32008 RGB chart
      #d32008 CMYK chart
      #d32008 RGB pie chart
      #d32008 color shades, tints & tones
#d32008 color schemes
#d32008 color preview, HTML & CSS examples
           This text has a color of #d32008        
        
          <p style="color:#d32008;">Text here</p>
        
        
          .mytext {color:#d32008;}
        
        Text color #d32008
      
           This box has a color of #d32008        
        
          <div style="background-color:#d32008;">Content here</div>
        
        
          .mybackground {background-color:#d32008;}
        
        Background color #d32008
      
           Border around this has a color of #d32008        
        
          <div style="border:2px solid #d32008;">Content here</div>
        
        
          .myborder {border:2px solid #d32008;}
        
        Border color #d32008