#fb252d color space conversions
Hex:
        #fb252d
        RGB:
        251, 37, 45
        CMY:
        2, 85, 82
        CMYK:
        0, 85, 82, 2
      HSL:
        358°, 96.3964%, 56.4706%
        HSV (HSB):
        358°, 85.2590%, 98.4314%
        XYZ:
        40.9189, 22.0218, 4.5766
        xyY:
        0.6061, 0.3262, 22.0218
      CIE-Lab:
        54.0502, 75.6015, 51.2378
        CIE-LCH:
        54.0502, 91.3286, 34.1269
        CIE-Luv:
        54.0502, 159.7254, 32.6675
        Hunter-Lab:
        46.9274, 73.5221, 27.0669
      #fb252d color charts
#fb252d RGB chart
      #fb252d CMYK chart
      #fb252d RGB pie chart
      #fb252d color shades, tints & tones
#fb252d color schemes
#fb252d color preview, HTML & CSS examples
           This text has a color of #fb252d        
        
          <p style="color:#fb252d;">Text here</p>
        
        
          .mytext {color:#fb252d;}
        
        Text color #fb252d
      
           This box has a color of #fb252d        
        
          <div style="background-color:#fb252d;">Content here</div>
        
        
          .mybackground {background-color:#fb252d;}
        
        Background color #fb252d
      
           Border around this has a color of #fb252d        
        
          <div style="border:2px solid #fb252d;">Content here</div>
        
        
          .myborder {border:2px solid #fb252d;}
        
        Border color #fb252d