#e8080d color space conversions
Hex:
        #e8080d
        RGB:
        232, 8, 13
        CMY:
        9, 97, 95
        CMYK:
        0, 97, 94, 9
      HSL:
        359°, 93.3333%, 47.0588%
        HSV (HSB):
        359°, 96.5517%, 90.9804%
        XYZ:
        33.4382, 17.3585, 1.9689
        xyY:
        0.6337, 0.3290, 17.3585
      CIE-Lab:
        48.7086, 74.0537, 59.0715
        CIE-LCH:
        48.7086, 94.7280, 38.5788
        CIE-Luv:
        48.7086, 157.2994, 33.4976
        Hunter-Lab:
        41.6636, 70.3486, 26.3626
      #e8080d color charts
#e8080d RGB chart
      #e8080d CMYK chart
      #e8080d RGB pie chart
      #e8080d color shades, tints & tones
#e8080d color schemes
#e8080d color preview, HTML & CSS examples
           This text has a color of #e8080d        
        
          <p style="color:#e8080d;">Text here</p>
        
        
          .mytext {color:#e8080d;}
        
        Text color #e8080d
      
           This box has a color of #e8080d        
        
          <div style="background-color:#e8080d;">Content here</div>
        
        
          .mybackground {background-color:#e8080d;}
        
        Background color #e8080d
      
           Border around this has a color of #e8080d        
        
          <div style="border:2px solid #e8080d;">Content here</div>
        
        
          .myborder {border:2px solid #e8080d;}
        
        Border color #e8080d