#fd222e color space conversions
Hex:
        #fd222e
        RGB:
        253, 34, 46
        CMY:
        1, 87, 82
        CMYK:
        0, 87, 82, 1
      HSL:
        357°, 98.2063%, 56.2745%
        HSV (HSB):
        357°, 86.5613%, 99.2157%
        XYZ:
        41.5732, 22.2240, 4.6833
        xyY:
        0.6071, 0.3245, 22.2240
      CIE-Lab:
        54.2638, 76.6822, 51.0701
        CIE-LCH:
        54.2638, 92.1321, 33.6635
        CIE-Luv:
        54.2638, 162.0142, 32.3552
        Hunter-Lab:
        47.1423, 74.9141, 27.1095
      #fd222e color charts
#fd222e RGB chart
      #fd222e CMYK chart
      #fd222e RGB pie chart
      #fd222e color shades, tints & tones
#fd222e color schemes
#fd222e color preview, HTML & CSS examples
           This text has a color of #fd222e        
        
          <p style="color:#fd222e;">Text here</p>
        
        
          .mytext {color:#fd222e;}
        
        Text color #fd222e
      
           This box has a color of #fd222e        
        
          <div style="background-color:#fd222e;">Content here</div>
        
        
          .mybackground {background-color:#fd222e;}
        
        Background color #fd222e
      
           Border around this has a color of #fd222e        
        
          <div style="border:2px solid #fd222e;">Content here</div>
        
        
          .myborder {border:2px solid #fd222e;}
        
        Border color #fd222e