#f0222d color space conversions
Hex:
        #f0222d
        RGB:
        240, 34, 45
        CMY:
        6, 87, 82
        CMYK:
        0, 86, 81, 6
      HSL:
        357°, 87.2881%, 53.7255%
        HSV (HSB):
        357°, 85.8333%, 94.1176%
        XYZ:
        36.9809, 19.8588, 4.3666
        xyY:
        0.6042, 0.3245, 19.8588
      CIE-Lab:
        51.6772, 73.3077, 48.2265
        CIE-LCH:
        51.6772, 87.7486, 33.3395
        CIE-Luv:
        51.6772, 152.6830, 30.4382
        Hunter-Lab:
        44.5632, 70.1430, 25.3845
      #f0222d color charts
#f0222d RGB chart
      #f0222d CMYK chart
      #f0222d RGB pie chart
      #f0222d color shades, tints & tones
#f0222d color schemes
#f0222d color preview, HTML & CSS examples
           This text has a color of #f0222d        
        
          <p style="color:#f0222d;">Text here</p>
        
        
          .mytext {color:#f0222d;}
        
        Text color #f0222d
      
           This box has a color of #f0222d        
        
          <div style="background-color:#f0222d;">Content here</div>
        
        
          .mybackground {background-color:#f0222d;}
        
        Background color #f0222d
      
           Border around this has a color of #f0222d        
        
          <div style="border:2px solid #f0222d;">Content here</div>
        
        
          .myborder {border:2px solid #f0222d;}
        
        Border color #f0222d