#fc030b color space conversions
Hex:
        #fc030b
        RGB:
        252, 3, 11
        CMY:
        1, 99, 96
        CMYK:
        0, 99, 96, 1
      HSL:
        358°, 97.6471%, 50.0000%
        HSV (HSB):
        358°, 98.8095%, 98.8235%
        XYZ:
        40.2379, 20.7847, 2.2077
        xyY:
        0.6364, 0.3287, 20.7847
      CIE-Lab:
        52.7131, 79.2585, 63.9341
        CIE-LCH:
        52.7131, 101.8306, 38.8915
        CIE-Luv:
        52.7131, 171.9706, 36.5004
        Hunter-Lab:
        45.5903, 77.7606, 29.0421
      #fc030b color charts
#fc030b RGB chart
      #fc030b CMYK chart
      #fc030b RGB pie chart
      #fc030b color shades, tints & tones
#fc030b color schemes
#fc030b color preview, HTML & CSS examples
           This text has a color of #fc030b        
        
          <p style="color:#fc030b;">Text here</p>
        
        
          .mytext {color:#fc030b;}
        
        Text color #fc030b
      
           This box has a color of #fc030b        
        
          <div style="background-color:#fc030b;">Content here</div>
        
        
          .mybackground {background-color:#fc030b;}
        
        Background color #fc030b
      
           Border around this has a color of #fc030b        
        
          <div style="border:2px solid #fc030b;">Content here</div>
        
        
          .myborder {border:2px solid #fc030b;}
        
        Border color #fc030b