#fd100f color space conversions
Hex:
        #fd100f
        RGB:
        253, 16, 15
        CMY:
        1, 94, 94
        CMYK:
        0, 94, 94, 1
      HSL:
        0°, 98.3471%, 52.5490%
        HSV (HSB):
        0°, 94.0711%, 99.2157%
        XYZ:
        40.7795, 21.2877, 2.4116
        xyY:
        0.6324, 0.3302, 21.2877
      CIE-Lab:
        53.2630, 78.5656, 63.2526
        CIE-LCH:
        53.2630, 100.8635, 38.8373
        CIE-Luv:
        53.2630, 170.4904, 36.8622
        Hunter-Lab:
        46.1386, 77.0243, 29.1981
      #fd100f color charts
#fd100f RGB chart
      #fd100f CMYK chart
      #fd100f RGB pie chart
      #fd100f color shades, tints & tones
#fd100f color schemes
#fd100f color preview, HTML & CSS examples
           This text has a color of #fd100f        
        
          <p style="color:#fd100f;">Text here</p>
        
        
          .mytext {color:#fd100f;}
        
        Text color #fd100f
      
           This box has a color of #fd100f        
        
          <div style="background-color:#fd100f;">Content here</div>
        
        
          .mybackground {background-color:#fd100f;}
        
        Background color #fd100f
      
           Border around this has a color of #fd100f        
        
          <div style="border:2px solid #fd100f;">Content here</div>
        
        
          .myborder {border:2px solid #fd100f;}
        
        Border color #fd100f