#e1212a color space conversions
Hex:
        #e1212a
        RGB:
        225, 33, 42
        CMY:
        12, 87, 84
        CMYK:
        0, 85, 81, 12
      HSL:
        357°, 76.1905%, 50.5882%
        HSV (HSB):
        357°, 85.3333%, 88.2353%
        XYZ:
        32.0131, 17.2624, 3.8352
        xyY:
        0.6028, 0.3250, 17.2624
      CIE-Lab:
        48.5890, 69.4820, 45.8004
        CIE-LCH:
        48.5890, 83.2192, 33.3916
        CIE-Luv:
        48.5890, 142.4620, 28.6348
        Hunter-Lab:
        41.5481, 64.8265, 23.6108
      #e1212a color charts
#e1212a RGB chart
      #e1212a CMYK chart
      #e1212a RGB pie chart
      #e1212a color shades, tints & tones
#e1212a color schemes
#e1212a color preview, HTML & CSS examples
           This text has a color of #e1212a        
        
          <p style="color:#e1212a;">Text here</p>
        
        
          .mytext {color:#e1212a;}
        
        Text color #e1212a
      
           This box has a color of #e1212a        
        
          <div style="background-color:#e1212a;">Content here</div>
        
        
          .mybackground {background-color:#e1212a;}
        
        Background color #e1212a
      
           Border around this has a color of #e1212a        
        
          <div style="border:2px solid #e1212a;">Content here</div>
        
        
          .myborder {border:2px solid #e1212a;}
        
        Border color #e1212a