#fc323d color space conversions
Hex:
        #fc323d
        RGB:
        252, 50, 61
        CMY:
        1, 80, 76
        CMYK:
        0, 80, 76, 1
      HSL:
        357°, 97.1154%, 59.2157%
        HSV (HSB):
        357°, 80.1587%, 98.8235%
        XYZ:
        42.1278, 23.3136, 6.6945
        xyY:
        0.5840, 0.3232, 23.3136
      CIE-Lab:
        55.3939, 73.4917, 44.1556
        CIE-LCH:
        55.3939, 85.7365, 30.9985
        CIE-Luv:
        55.3939, 152.1272, 29.5582
        Hunter-Lab:
        48.2841, 71.2436, 25.5785
      #fc323d color charts
#fc323d RGB chart
      #fc323d CMYK chart
      #fc323d RGB pie chart
      #fc323d color shades, tints & tones
#fc323d color schemes
#fc323d color preview, HTML & CSS examples
           This text has a color of #fc323d        
        
          <p style="color:#fc323d;">Text here</p>
        
        
          .mytext {color:#fc323d;}
        
        Text color #fc323d
      
           This box has a color of #fc323d        
        
          <div style="background-color:#fc323d;">Content here</div>
        
        
          .mybackground {background-color:#fc323d;}
        
        Background color #fc323d
      
           Border around this has a color of #fc323d        
        
          <div style="border:2px solid #fc323d;">Content here</div>
        
        
          .myborder {border:2px solid #fc323d;}
        
        Border color #fc323d