#f8210d color space conversions
Hex:
        #f8210d
        RGB:
        248, 33, 13
        CMY:
        3, 87, 95
        CMYK:
        0, 87, 95, 3
      HSL:
        5°, 94.3775%, 51.1765%
        HSV (HSB):
        5°, 94.7581%, 97.2549%
        XYZ:
        39.3279, 21.0732, 2.3755
        xyY:
        0.6265, 0.3357, 21.0732
      CIE-Lab:
        53.0295, 75.0428, 63.1315
        CIE-LCH:
        53.0295, 98.0663, 40.0730
        CIE-Luv:
        53.0295, 162.7360, 37.7678
        Hunter-Lab:
        45.9056, 72.5884, 29.0658
      #f8210d color charts
#f8210d RGB chart
      #f8210d CMYK chart
      #f8210d RGB pie chart
      #f8210d color shades, tints & tones
#f8210d color schemes
#f8210d color preview, HTML & CSS examples
           This text has a color of #f8210d        
        
          <p style="color:#f8210d;">Text here</p>
        
        
          .mytext {color:#f8210d;}
        
        Text color #f8210d
      
           This box has a color of #f8210d        
        
          <div style="background-color:#f8210d;">Content here</div>
        
        
          .mybackground {background-color:#f8210d;}
        
        Background color #f8210d
      
           Border around this has a color of #f8210d        
        
          <div style="border:2px solid #f8210d;">Content here</div>
        
        
          .myborder {border:2px solid #f8210d;}
        
        Border color #f8210d