#f5222c color space conversions
Hex:
        #f5222c
        RGB:
        245, 34, 44
        CMY:
        4, 87, 83
        CMYK:
        0, 86, 82, 4
      HSL:
        357°, 91.3420%, 54.7059%
        HSV (HSB):
        357°, 86.1224%, 96.0784%
        XYZ:
        38.6828, 20.7384, 4.3470
        xyY:
        0.6066, 0.3252, 20.7384
      CIE-Lab:
        52.6620, 74.5789, 50.0274
        CIE-LCH:
        52.6620, 89.8039, 33.8537
        CIE-Luv:
        52.6620, 156.5371, 31.5758
        Hunter-Lab:
        45.5394, 71.9304, 26.2181
      #f5222c color charts
#f5222c RGB chart
      #f5222c CMYK chart
      #f5222c RGB pie chart
      #f5222c color shades, tints & tones
#f5222c color schemes
#f5222c color preview, HTML & CSS examples
           This text has a color of #f5222c        
        
          <p style="color:#f5222c;">Text here</p>
        
        
          .mytext {color:#f5222c;}
        
        Text color #f5222c
      
           This box has a color of #f5222c        
        
          <div style="background-color:#f5222c;">Content here</div>
        
        
          .mybackground {background-color:#f5222c;}
        
        Background color #f5222c
      
           Border around this has a color of #f5222c        
        
          <div style="border:2px solid #f5222c;">Content here</div>
        
        
          .myborder {border:2px solid #f5222c;}
        
        Border color #f5222c