#fc2008 color space conversions
Hex:
        #fc2008
        RGB:
        252, 32, 8
        CMY:
        1, 87, 97
        CMYK:
        0, 87, 97, 1
      HSL:
        6°, 97.6000%, 50.9804%
        HSV (HSB):
        6°, 96.8254%, 98.8235%
        XYZ:
        40.7052, 21.7460, 2.2817
        xyY:
        0.6288, 0.3359, 21.7460
      CIE-Lab:
        53.7565, 76.2092, 65.1301
        CIE-LCH:
        53.7565, 100.2485, 40.5179
        CIE-Luv:
        53.7565, 166.1915, 38.6642
        Hunter-Lab:
        46.6326, 74.2041, 29.7418
      #fc2008 color charts
#fc2008 RGB chart
      #fc2008 CMYK chart
      #fc2008 RGB pie chart
      #fc2008 color shades, tints & tones
#fc2008 color schemes
#fc2008 color preview, HTML & CSS examples
           This text has a color of #fc2008        
        
          <p style="color:#fc2008;">Text here</p>
        
        
          .mytext {color:#fc2008;}
        
        Text color #fc2008
      
           This box has a color of #fc2008        
        
          <div style="background-color:#fc2008;">Content here</div>
        
        
          .mybackground {background-color:#fc2008;}
        
        Background color #fc2008
      
           Border around this has a color of #fc2008        
        
          <div style="border:2px solid #fc2008;">Content here</div>
        
        
          .myborder {border:2px solid #fc2008;}
        
        Border color #fc2008