#fc1c01 color space conversions
Hex:
        #fc1c01
        RGB:
        252, 28, 1
        CMY:
        1, 89, 100
        CMYK:
        0, 89, 100, 1
      HSL:
        6°, 99.2095%, 49.6078%
        HSV (HSB):
        6°, 99.6032%, 98.8235%
        XYZ:
        40.5656, 21.5281, 2.0460
        xyY:
        0.6325, 0.3356, 21.5281
      CIE-Lab:
        53.5227, 76.7853, 66.6952
        CIE-LCH:
        53.5227, 101.7066, 40.9774
        CIE-Luv:
        53.5227, 167.7920, 38.8611
        Hunter-Lab:
        46.3984, 74.8632, 29.8644
      #fc1c01 color charts
#fc1c01 RGB chart
      #fc1c01 CMYK chart
      #fc1c01 RGB pie chart
      #fc1c01 color shades, tints & tones
#fc1c01 color schemes
#fc1c01 color preview, HTML & CSS examples
           This text has a color of #fc1c01        
        
          <p style="color:#fc1c01;">Text here</p>
        
        
          .mytext {color:#fc1c01;}
        
        Text color #fc1c01
      
           This box has a color of #fc1c01        
        
          <div style="background-color:#fc1c01;">Content here</div>
        
        
          .mybackground {background-color:#fc1c01;}
        
        Background color #fc1c01
      
           Border around this has a color of #fc1c01        
        
          <div style="border:2px solid #fc1c01;">Content here</div>
        
        
          .myborder {border:2px solid #fc1c01;}
        
        Border color #fc1c01