#fc100b color space conversions
Hex:
        #fc100b
        RGB:
        252, 16, 11
        CMY:
        1, 94, 96
        CMYK:
        0, 94, 96, 1
      HSL:
        1°, 97.5709%, 51.5686%
        HSV (HSB):
        1°, 95.6349%, 98.8235%
        XYZ:
        40.3906, 21.0902, 2.2586
        xyY:
        0.6337, 0.3309, 21.0902
      CIE-Lab:
        53.0481, 78.2891, 64.0956
        CIE-LCH:
        53.0481, 101.1801, 39.3073
        CIE-Luv:
        53.0481, 170.0613, 37.1115
        Hunter-Lab:
        45.9241, 76.6251, 29.2309
      #fc100b color charts
#fc100b RGB chart
      #fc100b CMYK chart
      #fc100b RGB pie chart
      #fc100b color shades, tints & tones
#fc100b color schemes
#fc100b color preview, HTML & CSS examples
           This text has a color of #fc100b        
        
          <p style="color:#fc100b;">Text here</p>
        
        
          .mytext {color:#fc100b;}
        
        Text color #fc100b
      
           This box has a color of #fc100b        
        
          <div style="background-color:#fc100b;">Content here</div>
        
        
          .mybackground {background-color:#fc100b;}
        
        Background color #fc100b
      
           Border around this has a color of #fc100b        
        
          <div style="border:2px solid #fc100b;">Content here</div>
        
        
          .myborder {border:2px solid #fc100b;}
        
        Border color #fc100b