#de222c color space conversions
Hex:
        #de222c
        RGB:
        222, 34, 44
        CMY:
        13, 87, 83
        CMYK:
        0, 85, 80, 13
      HSL:
        357°, 74.0157%, 50.1961%
        HSV (HSB):
        357°, 84.6847%, 87.0588%
        XYZ:
        31.1509, 16.8555, 3.9945
        xyY:
        0.5990, 0.3241, 16.8555
      CIE-Lab:
        48.0774, 68.5352, 44.0230
        CIE-LCH:
        48.0774, 81.4562, 32.7143
        CIE-Luv:
        48.0774, 139.4796, 27.6375
        Hunter-Lab:
        41.0554, 63.5900, 22.9702
      #de222c color charts
#de222c RGB chart
      #de222c CMYK chart
      #de222c RGB pie chart
      #de222c color shades, tints & tones
#de222c color schemes
#de222c color preview, HTML & CSS examples
           This text has a color of #de222c        
        
          <p style="color:#de222c;">Text here</p>
        
        
          .mytext {color:#de222c;}
        
        Text color #de222c
      
           This box has a color of #de222c        
        
          <div style="background-color:#de222c;">Content here</div>
        
        
          .mybackground {background-color:#de222c;}
        
        Background color #de222c
      
           Border around this has a color of #de222c        
        
          <div style="border:2px solid #de222c;">Content here</div>
        
        
          .myborder {border:2px solid #de222c;}
        
        Border color #de222c