#e8100d color space conversions
Hex:
        #e8100d
        RGB:
        232, 16, 13
        CMY:
        9, 94, 95
        CMYK:
        0, 93, 94, 9
      HSL:
        1°, 89.3878%, 48.0392%
        HSV (HSB):
        1°, 94.3966%, 90.9804%
        XYZ:
        33.5366, 17.5554, 2.0017
        xyY:
        0.6316, 0.3306, 17.5554
      CIE-Lab:
        48.9524, 73.3491, 59.2018
        CIE-LCH:
        48.9524, 94.2599, 38.9078
        CIE-Luv:
        48.9524, 155.9600, 33.9384
        Hunter-Lab:
        41.8992, 69.5500, 26.4969
      #e8100d color charts
#e8100d RGB chart
      #e8100d CMYK chart
      #e8100d RGB pie chart
      #e8100d color shades, tints & tones
#e8100d color schemes
#e8100d color preview, HTML & CSS examples
           This text has a color of #e8100d        
        
          <p style="color:#e8100d;">Text here</p>
        
        
          .mytext {color:#e8100d;}
        
        Text color #e8100d
      
           This box has a color of #e8100d        
        
          <div style="background-color:#e8100d;">Content here</div>
        
        
          .mybackground {background-color:#e8100d;}
        
        Background color #e8100d
      
           Border around this has a color of #e8100d        
        
          <div style="border:2px solid #e8100d;">Content here</div>
        
        
          .myborder {border:2px solid #e8100d;}
        
        Border color #e8100d