#ee100d color space conversions
Hex:
        #ee100d
        RGB:
        238, 16, 13
        CMY:
        7, 94, 95
        CMYK:
        0, 93, 95, 7
      HSL:
        1°, 89.6414%, 49.2157%
        HSV (HSB):
        1°, 94.5378%, 93.3333%
        XYZ:
        35.5178, 18.5768, 2.0944
        xyY:
        0.6321, 0.3306, 18.5768
      CIE-Lab:
        50.1883, 74.8465, 60.5300
        CIE-LCH:
        50.1883, 96.2594, 38.9632
        CIE-Luv:
        50.1883, 160.1797, 34.8390
        Hunter-Lab:
        43.1008, 71.6691, 27.2894
      #ee100d color charts
#ee100d RGB chart
      #ee100d CMYK chart
      #ee100d RGB pie chart
      #ee100d color shades, tints & tones
#ee100d color schemes
#ee100d color preview, HTML & CSS examples
           This text has a color of #ee100d        
        
          <p style="color:#ee100d;">Text here</p>
        
        
          .mytext {color:#ee100d;}
        
        Text color #ee100d
      
           This box has a color of #ee100d        
        
          <div style="background-color:#ee100d;">Content here</div>
        
        
          .mybackground {background-color:#ee100d;}
        
        Background color #ee100d
      
           Border around this has a color of #ee100d        
        
          <div style="border:2px solid #ee100d;">Content here</div>
        
        
          .myborder {border:2px solid #ee100d;}
        
        Border color #ee100d