#de122c color space conversions
Hex:
        #de122c
        RGB:
        222, 18, 44
        CMY:
        13, 93, 83
        CMYK:
        0, 92, 80, 13
      HSL:
        352°, 85.0000%, 47.0588%
        HSV (HSB):
        352°, 91.8919%, 87.0588%
        XYZ:
        30.7951, 16.1441, 3.8759
        xyY:
        0.6060, 0.3177, 16.1441
      CIE-Lab:
        47.1629, 71.1599, 43.1104
        CIE-LCH:
        47.1629, 83.2000, 31.2085
        CIE-Luv:
        47.1629, 144.0857, 25.8870
        Hunter-Lab:
        40.1797, 66.4943, 22.4064
      #de122c color charts
#de122c RGB chart
      #de122c CMYK chart
      #de122c RGB pie chart
      #de122c color shades, tints & tones
#de122c color schemes
#de122c color preview, HTML & CSS examples
           This text has a color of #de122c        
        
          <p style="color:#de122c;">Text here</p>
        
        
          .mytext {color:#de122c;}
        
        Text color #de122c
      
           This box has a color of #de122c        
        
          <div style="background-color:#de122c;">Content here</div>
        
        
          .mybackground {background-color:#de122c;}
        
        Background color #de122c
      
           Border around this has a color of #de122c        
        
          <div style="border:2px solid #de122c;">Content here</div>
        
        
          .myborder {border:2px solid #de122c;}
        
        Border color #de122c