#ed150f color space conversions
Hex:
        #ed150f
        RGB:
        237, 21, 15
        CMY:
        7, 92, 94
        CMYK:
        0, 91, 94, 7
      HSL:
        2°, 88.0952%, 49.4118%
        HSV (HSB):
        2°, 93.6709%, 92.9412%
        XYZ:
        35.2794, 18.5753, 2.1779
        xyY:
        0.6296, 0.3315, 18.5753
      CIE-Lab:
        50.1866, 74.0463, 59.8245
        CIE-LCH:
        50.1866, 95.1937, 38.9359
        CIE-Luv:
        50.1866, 158.2415, 34.8216
        Hunter-Lab:
        43.0991, 70.6904, 27.1733
      #ed150f color charts
#ed150f RGB chart
      #ed150f CMYK chart
      #ed150f RGB pie chart
      #ed150f color shades, tints & tones
#ed150f color schemes
#ed150f color preview, HTML & CSS examples
           This text has a color of #ed150f        
        
          <p style="color:#ed150f;">Text here</p>
        
        
          .mytext {color:#ed150f;}
        
        Text color #ed150f
      
           This box has a color of #ed150f        
        
          <div style="background-color:#ed150f;">Content here</div>
        
        
          .mybackground {background-color:#ed150f;}
        
        Background color #ed150f
      
           Border around this has a color of #ed150f        
        
          <div style="border:2px solid #ed150f;">Content here</div>
        
        
          .myborder {border:2px solid #ed150f;}
        
        Border color #ed150f