#dc3003 color space conversions
Hex:
        #dc3003
        RGB:
        220, 48, 3
        CMY:
        14, 81, 99
        CMYK:
        0, 78, 99, 14
      HSL:
        12°, 97.3094%, 43.7255%
        HSV (HSB):
        12°, 98.6364%, 86.2745%
        XYZ:
        30.5886, 17.3361, 1.8202
        xyY:
        0.6149, 0.3485, 17.3361
      CIE-Lab:
        48.6808, 63.8479, 60.3803
        CIE-LCH:
        48.6808, 87.8768, 43.4011
        CIE-Luv:
        48.6808, 136.3113, 37.0937
        Hunter-Lab:
        41.6367, 58.2717, 26.5538
      #dc3003 color charts
#dc3003 RGB chart
      #dc3003 CMYK chart
      #dc3003 RGB pie chart
      #dc3003 color shades, tints & tones
#dc3003 color schemes
#dc3003 color preview, HTML & CSS examples
           This text has a color of #dc3003        
        
          <p style="color:#dc3003;">Text here</p>
        
        
          .mytext {color:#dc3003;}
        
        Text color #dc3003
      
           This box has a color of #dc3003        
        
          <div style="background-color:#dc3003;">Content here</div>
        
        
          .mybackground {background-color:#dc3003;}
        
        Background color #dc3003
      
           Border around this has a color of #dc3003        
        
          <div style="border:2px solid #dc3003;">Content here</div>
        
        
          .myborder {border:2px solid #dc3003;}
        
        Border color #dc3003