#fb221b color space conversions
Hex:
        #fb221b
        RGB:
        251, 34, 27
        CMY:
        2, 87, 89
        CMYK:
        0, 86, 89, 2
      HSL:
        2°, 96.5517%, 54.5098%
        HSV (HSB):
        2°, 89.2430%, 98.4314%
        XYZ:
        40.5535, 21.7324, 3.0943
        xyY:
        0.6203, 0.3324, 21.7324
      CIE-Lab:
        53.7419, 75.8030, 59.2120
        CIE-LCH:
        53.7419, 96.1881, 37.9944
        CIE-Luv:
        53.7419, 163.3322, 36.3995
        Hunter-Lab:
        46.6180, 73.6974, 28.6972
      #fb221b color charts
#fb221b RGB chart
      #fb221b CMYK chart
      #fb221b RGB pie chart
      #fb221b color shades, tints & tones
#fb221b color schemes
#fb221b color preview, HTML & CSS examples
           This text has a color of #fb221b        
        
          <p style="color:#fb221b;">Text here</p>
        
        
          .mytext {color:#fb221b;}
        
        Text color #fb221b
      
           This box has a color of #fb221b        
        
          <div style="background-color:#fb221b;">Content here</div>
        
        
          .mybackground {background-color:#fb221b;}
        
        Background color #fb221b
      
           Border around this has a color of #fb221b        
        
          <div style="border:2px solid #fb221b;">Content here</div>
        
        
          .myborder {border:2px solid #fb221b;}
        
        Border color #fb221b