#e80000 color space conversions
Hex:
        #e80000
        RGB:
        232, 0, 0
        CMY:
        9, 100, 100
        CMYK:
        0, 100, 100, 9
      HSL:
        0°, 100.0000%, 45.4902%
        HSV (HSB):
        0°, 100.0000%, 90.9804%
        XYZ:
        33.2787, 17.1558, 1.5574
        xyY:
        0.6401, 0.3300, 17.1558
      CIE-Lab:
        48.4558, 74.5817, 62.5818
        CIE-LCH:
        48.4558, 97.3597, 40.0002
        CIE-Luv:
        48.4558, 159.3438, 34.3628
        Hunter-Lab:
        41.4196, 70.9323, 26.7643
      #e80000 color charts
#e80000 RGB chart
      #e80000 CMYK chart
      #e80000 RGB pie chart
      #e80000 color shades, tints & tones
#e80000 color schemes
#e80000 color preview, HTML & CSS examples
           This text has a color of #e80000        
        
          <p style="color:#e80000;">Text here</p>
        
        
          .mytext {color:#e80000;}
        
        Text color #e80000
      
           This box has a color of #e80000        
        
          <div style="background-color:#e80000;">Content here</div>
        
        
          .mybackground {background-color:#e80000;}
        
        Background color #e80000
      
           Border around this has a color of #e80000        
        
          <div style="border:2px solid #e80000;">Content here</div>
        
        
          .myborder {border:2px solid #e80000;}
        
        Border color #e80000