#fa251e color space conversions
Hex:
        #fa251e
        RGB:
        250, 37, 30
        CMY:
        2, 85, 88
        CMYK:
        0, 85, 88, 2
      HSL:
        2°, 95.6522%, 54.9020%
        HSV (HSB):
        2°, 88.0000%, 98.0392%
        XYZ:
        40.3203, 21.7409, 3.2996
        xyY:
        0.6169, 0.3326, 21.7409
      CIE-Lab:
        53.7510, 75.0410, 57.9065
        CIE-LCH:
        53.7510, 94.7856, 37.6561
        CIE-Luv:
        53.7510, 161.2190, 36.0545
        Hunter-Lab:
        46.6271, 72.7584, 28.4433
      #fa251e color charts
#fa251e RGB chart
      #fa251e CMYK chart
      #fa251e RGB pie chart
      #fa251e color shades, tints & tones
#fa251e color schemes
#fa251e color preview, HTML & CSS examples
           This text has a color of #fa251e        
        
          <p style="color:#fa251e;">Text here</p>
        
        
          .mytext {color:#fa251e;}
        
        Text color #fa251e
      
           This box has a color of #fa251e        
        
          <div style="background-color:#fa251e;">Content here</div>
        
        
          .mybackground {background-color:#fa251e;}
        
        Background color #fa251e
      
           Border around this has a color of #fa251e        
        
          <div style="border:2px solid #fa251e;">Content here</div>
        
        
          .myborder {border:2px solid #fa251e;}
        
        Border color #fa251e