#ee100f color space conversions
Hex:
        #ee100f
        RGB:
        238, 16, 15
        CMY:
        7, 94, 94
        CMYK:
        0, 93, 94, 7
      HSL:
        0°, 88.1423%, 49.6078%
        HSV (HSB):
        0°, 93.6975%, 93.3333%
        XYZ:
        35.5314, 18.5822, 2.1659
        xyY:
        0.6313, 0.3302, 18.5822
      CIE-Lab:
        50.1948, 74.8646, 59.9381
        CIE-LCH:
        50.1948, 95.9025, 38.6815
        CIE-Luv:
        50.1948, 160.0316, 34.6143
        Hunter-Lab:
        43.1071, 71.6928, 27.1959
      #ee100f color charts
#ee100f RGB chart
      #ee100f CMYK chart
      #ee100f RGB pie chart
      #ee100f color shades, tints & tones
#ee100f color schemes
#ee100f color preview, HTML & CSS examples
           This text has a color of #ee100f        
        
          <p style="color:#ee100f;">Text here</p>
        
        
          .mytext {color:#ee100f;}
        
        Text color #ee100f
      
           This box has a color of #ee100f        
        
          <div style="background-color:#ee100f;">Content here</div>
        
        
          .mybackground {background-color:#ee100f;}
        
        Background color #ee100f
      
           Border around this has a color of #ee100f        
        
          <div style="border:2px solid #ee100f;">Content here</div>
        
        
          .myborder {border:2px solid #ee100f;}
        
        Border color #ee100f