#de383c color space conversions
Hex:
        #de383c
        RGB:
        222, 56, 60
        CMY:
        13, 78, 76
        CMYK:
        0, 75, 73, 13
      HSL:
        359°, 71.5517%, 54.5098%
        HSV (HSB):
        359°, 74.7748%, 87.0588%
        XYZ:
        32.3540, 18.6842, 6.1761
        xyY:
        0.5655, 0.3266, 18.6842
      CIE-Lab:
        50.3157, 63.2700, 37.4924
        CIE-LCH:
        50.3157, 73.5444, 30.6500
        CIE-Luv:
        50.3157, 126.2246, 25.8176
        Hunter-Lab:
        43.2252, 57.9628, 21.7861
      #de383c color charts
#de383c RGB chart
      #de383c CMYK chart
      #de383c RGB pie chart
      #de383c color shades, tints & tones
#de383c color schemes
#de383c color preview, HTML & CSS examples
           This text has a color of #de383c        
        
          <p style="color:#de383c;">Text here</p>
        
        
          .mytext {color:#de383c;}
        
        Text color #de383c
      
           This box has a color of #de383c        
        
          <div style="background-color:#de383c;">Content here</div>
        
        
          .mybackground {background-color:#de383c;}
        
        Background color #de383c
      
           Border around this has a color of #de383c        
        
          <div style="border:2px solid #de383c;">Content here</div>
        
        
          .myborder {border:2px solid #de383c;}
        
        Border color #de383c