#ed2019 color space conversions
Hex:
        #ed2019
        RGB:
        237, 32, 25
        CMY:
        7, 87, 90
        CMYK:
        0, 86, 89, 7
      HSL:
        2°, 85.4839%, 51.3725%
        HSV (HSB):
        2°, 89.4515%, 92.9412%
        XYZ:
        35.6170, 19.1077, 2.7306
        xyY:
        0.6199, 0.3326, 19.1077
      CIE-Lab:
        50.8130, 72.4889, 56.6532
        CIE-LCH:
        50.8130, 92.0013, 38.0092
        CIE-Luv:
        50.8130, 154.1283, 34.4246
        Hunter-Lab:
        43.7124, 68.9458, 26.8949
      #ed2019 color charts
#ed2019 RGB chart
      #ed2019 CMYK chart
      #ed2019 RGB pie chart
      #ed2019 color shades, tints & tones
#ed2019 color schemes
#ed2019 color preview, HTML & CSS examples
           This text has a color of #ed2019        
        
          <p style="color:#ed2019;">Text here</p>
        
        
          .mytext {color:#ed2019;}
        
        Text color #ed2019
      
           This box has a color of #ed2019        
        
          <div style="background-color:#ed2019;">Content here</div>
        
        
          .mybackground {background-color:#ed2019;}
        
        Background color #ed2019
      
           Border around this has a color of #ed2019        
        
          <div style="border:2px solid #ed2019;">Content here</div>
        
        
          .myborder {border:2px solid #ed2019;}
        
        Border color #ed2019