#f3200d color space conversions
Hex:
        #f3200d
        RGB:
        243, 32, 13
        CMY:
        5, 87, 95
        CMYK:
        0, 87, 95, 5
      HSL:
        5°, 90.5512%, 50.1961%
        HSV (HSB):
        5°, 94.6502%, 95.2941%
        XYZ:
        37.5513, 20.1168, 2.2845
        xyY:
        0.6263, 0.3355, 20.1168
      CIE-Lab:
        51.9690, 73.9172, 62.0257
        CIE-LCH:
        51.9690, 96.4932, 40.0008
        CIE-Luv:
        51.9690, 159.4970, 36.9523
        Hunter-Lab:
        44.8517, 70.9554, 28.3763
      #f3200d color charts
#f3200d RGB chart
      #f3200d CMYK chart
      #f3200d RGB pie chart
      #f3200d color shades, tints & tones
#f3200d color schemes
#f3200d color preview, HTML & CSS examples
           This text has a color of #f3200d        
        
          <p style="color:#f3200d;">Text here</p>
        
        
          .mytext {color:#f3200d;}
        
        Text color #f3200d
      
           This box has a color of #f3200d        
        
          <div style="background-color:#f3200d;">Content here</div>
        
        
          .mybackground {background-color:#f3200d;}
        
        Background color #f3200d
      
           Border around this has a color of #f3200d        
        
          <div style="border:2px solid #f3200d;">Content here</div>
        
        
          .myborder {border:2px solid #f3200d;}
        
        Border color #f3200d