#de370c color space conversions
Hex:
        #de370c
        RGB:
        222, 55, 12
        CMY:
        13, 78, 95
        CMYK:
        0, 75, 95, 13
      HSL:
        12°, 89.7436%, 45.8824%
        HSV (HSB):
        12°, 94.5946%, 87.0588%
        XYZ:
        31.5568, 18.2885, 2.2146
        xyY:
        0.6062, 0.3513, 18.2885
      CIE-Lab:
        49.8442, 62.4108, 58.9306
        CIE-LCH:
        49.8442, 85.8366, 43.3571
        CIE-Luv:
        49.8442, 133.5151, 37.7932
        Hunter-Lab:
        42.7651, 56.8779, 26.8652
      #de370c color charts
#de370c RGB chart
      #de370c CMYK chart
      #de370c RGB pie chart
      #de370c color shades, tints & tones
#de370c color schemes
#de370c color preview, HTML & CSS examples
           This text has a color of #de370c        
        
          <p style="color:#de370c;">Text here</p>
        
        
          .mytext {color:#de370c;}
        
        Text color #de370c
      
           This box has a color of #de370c        
        
          <div style="background-color:#de370c;">Content here</div>
        
        
          .mybackground {background-color:#de370c;}
        
        Background color #de370c
      
           Border around this has a color of #de370c        
        
          <div style="border:2px solid #de370c;">Content here</div>
        
        
          .myborder {border:2px solid #de370c;}
        
        Border color #de370c