#fc022d color space conversions
Hex:
        #fc022d
        RGB:
        252, 2, 45
        CMY:
        1, 99, 82
        CMYK:
        0, 99, 82, 1
      HSL:
        350°, 98.4252%, 49.8039%
        HSV (HSB):
        350°, 99.2063%, 98.8235%
        XYZ:
        40.6402, 20.9283, 4.3802
        xyY:
        0.6162, 0.3173, 20.9283
      CIE-Lab:
        52.8710, 79.8254, 50.2139
        CIE-LCH:
        52.8710, 94.3055, 32.1718
        CIE-Luv:
        52.8710, 167.8823, 30.1785
        Hunter-Lab:
        45.7475, 78.5142, 26.3464
      #fc022d color charts
#fc022d RGB chart
      #fc022d CMYK chart
      #fc022d RGB pie chart
      #fc022d color shades, tints & tones
#fc022d color schemes
#fc022d color preview, HTML & CSS examples
           This text has a color of #fc022d        
        
          <p style="color:#fc022d;">Text here</p>
        
        
          .mytext {color:#fc022d;}
        
        Text color #fc022d
      
           This box has a color of #fc022d        
        
          <div style="background-color:#fc022d;">Content here</div>
        
        
          .mybackground {background-color:#fc022d;}
        
        Background color #fc022d
      
           Border around this has a color of #fc022d        
        
          <div style="border:2px solid #fc022d;">Content here</div>
        
        
          .myborder {border:2px solid #fc022d;}
        
        Border color #fc022d