#de512c color space conversions
Hex:
        #de512c
        RGB:
        222, 81, 44
        CMY:
        13, 68, 83
        CMYK:
        0, 64, 80, 13
      HSL:
        12°, 72.9508%, 52.1569%
        HSV (HSB):
        12°, 80.1802%, 87.0588%
        XYZ:
        33.5213, 21.5963, 4.7846
        xyY:
        0.5596, 0.3605, 21.5963
      CIE-Lab:
        53.5960, 53.2794, 49.4169
        CIE-LCH:
        53.5960, 72.6686, 42.8460
        CIE-Luv:
        53.5960, 113.4157, 37.9089
        Hunter-Lab:
        46.4718, 47.4307, 26.4259
      #de512c color charts
#de512c RGB chart
      #de512c CMYK chart
      #de512c RGB pie chart
      #de512c color shades, tints & tones
#de512c color schemes
#de512c color preview, HTML & CSS examples
           This text has a color of #de512c        
        
          <p style="color:#de512c;">Text here</p>
        
        
          .mytext {color:#de512c;}
        
        Text color #de512c
      
           This box has a color of #de512c        
        
          <div style="background-color:#de512c;">Content here</div>
        
        
          .mybackground {background-color:#de512c;}
        
        Background color #de512c
      
           Border around this has a color of #de512c        
        
          <div style="border:2px solid #de512c;">Content here</div>
        
        
          .myborder {border:2px solid #de512c;}
        
        Border color #de512c