#f0001e color space conversions
Hex:
        #f0001e
        RGB:
        240, 0, 30
        CMY:
        6, 100, 88
        CMYK:
        0, 100, 88, 6
      HSL:
        353°, 100.0000%, 47.0588%
        HSV (HSB):
        353°, 100.0000%, 94.1176%
        XYZ:
        36.1695, 18.6190, 2.9158
        xyY:
        0.6268, 0.3227, 18.6190
      CIE-Lab:
        50.2384, 76.8199, 54.3684
        CIE-LCH:
        50.2384, 94.1128, 35.2885
        CIE-Luv:
        50.2384, 162.2427, 31.6989
        Hunter-Lab:
        43.1497, 74.1125, 26.1984
      #f0001e color charts
#f0001e RGB chart
      #f0001e CMYK chart
      #f0001e RGB pie chart
      #f0001e color shades, tints & tones
#f0001e color schemes
#f0001e color preview, HTML & CSS examples
           This text has a color of #f0001e        
        
          <p style="color:#f0001e;">Text here</p>
        
        
          .mytext {color:#f0001e;}
        
        Text color #f0001e
      
           This box has a color of #f0001e        
        
          <div style="background-color:#f0001e;">Content here</div>
        
        
          .mybackground {background-color:#f0001e;}
        
        Background color #f0001e
      
           Border around this has a color of #f0001e        
        
          <div style="border:2px solid #f0001e;">Content here</div>
        
        
          .myborder {border:2px solid #f0001e;}
        
        Border color #f0001e