#f00b1d color space conversions
Hex:
        #f00b1d
        RGB:
        240, 11, 29
        CMY:
        6, 96, 89
        CMYK:
        0, 95, 88, 6
      HSL:
        355°, 91.2351%, 49.2157%
        HSV (HSB):
        355°, 95.4167%, 94.1176%
        XYZ:
        36.2766, 18.8533, 2.8895
        xyY:
        0.6252, 0.3249, 18.8533
      CIE-Lab:
        50.5152, 75.9845, 55.0260
        CIE-LCH:
        50.5152, 93.8163, 35.9111
        CIE-Luv:
        50.5152, 160.8268, 32.4298
        Hunter-Lab:
        43.4204, 73.1464, 26.4488
      #f00b1d color charts
#f00b1d RGB chart
      #f00b1d CMYK chart
      #f00b1d RGB pie chart
      #f00b1d color shades, tints & tones
#f00b1d color schemes
#f00b1d color preview, HTML & CSS examples
           This text has a color of #f00b1d        
        
          <p style="color:#f00b1d;">Text here</p>
        
        
          .mytext {color:#f00b1d;}
        
        Text color #f00b1d
      
           This box has a color of #f00b1d        
        
          <div style="background-color:#f00b1d;">Content here</div>
        
        
          .mybackground {background-color:#f00b1d;}
        
        Background color #f00b1d
      
           Border around this has a color of #f00b1d        
        
          <div style="border:2px solid #f00b1d;">Content here</div>
        
        
          .myborder {border:2px solid #f00b1d;}
        
        Border color #f00b1d