#fc1123 color space conversions
Hex:
        #fc1123
        RGB:
        252, 17, 35
        CMY:
        1, 93, 86
        CMYK:
        0, 93, 86, 1
      HSL:
        355°, 97.5104%, 52.7451%
        HSV (HSB):
        355°, 93.2540%, 98.8235%
        XYZ:
        40.6487, 21.2177, 3.5431
        xyY:
        0.6214, 0.3244, 21.2177
      CIE-Lab:
        53.1869, 78.4896, 55.4363
        CIE-LCH:
        53.1869, 96.0926, 35.2331
        CIE-Luv:
        53.1869, 167.4288, 33.4703
        Hunter-Lab:
        46.0627, 76.9104, 27.6833
      #fc1123 color charts
#fc1123 RGB chart
      #fc1123 CMYK chart
      #fc1123 RGB pie chart
      #fc1123 color shades, tints & tones
#fc1123 color schemes
#fc1123 color preview, HTML & CSS examples
           This text has a color of #fc1123        
        
          <p style="color:#fc1123;">Text here</p>
        
        
          .mytext {color:#fc1123;}
        
        Text color #fc1123
      
           This box has a color of #fc1123        
        
          <div style="background-color:#fc1123;">Content here</div>
        
        
          .mybackground {background-color:#fc1123;}
        
        Background color #fc1123
      
           Border around this has a color of #fc1123        
        
          <div style="border:2px solid #fc1123;">Content here</div>
        
        
          .myborder {border:2px solid #fc1123;}
        
        Border color #fc1123