#fb100e color space conversions
Hex:
        #fb100e
        RGB:
        251, 16, 14
        CMY:
        2, 94, 95
        CMYK:
        0, 94, 94, 2
      HSL:
        1°, 96.7347%, 51.9608%
        HSV (HSB):
        1°, 94.4223%, 98.4314%
        XYZ:
        40.0482, 20.9115, 2.3410
        xyY:
        0.6327, 0.3304, 20.9115
      CIE-Lab:
        52.8525, 78.0668, 63.0980
        CIE-LCH:
        52.8525, 100.3782, 38.9471
        CIE-Luv:
        52.8525, 169.1753, 36.6719
        Hunter-Lab:
        45.7291, 76.2991, 28.9751
      #fb100e color charts
#fb100e RGB chart
      #fb100e CMYK chart
      #fb100e RGB pie chart
      #fb100e color shades, tints & tones
#fb100e color schemes
#fb100e color preview, HTML & CSS examples
           This text has a color of #fb100e        
        
          <p style="color:#fb100e;">Text here</p>
        
        
          .mytext {color:#fb100e;}
        
        Text color #fb100e
      
           This box has a color of #fb100e        
        
          <div style="background-color:#fb100e;">Content here</div>
        
        
          .mybackground {background-color:#fb100e;}
        
        Background color #fb100e
      
           Border around this has a color of #fb100e        
        
          <div style="border:2px solid #fb100e;">Content here</div>
        
        
          .myborder {border:2px solid #fb100e;}
        
        Border color #fb100e