#fc122d color space conversions
Hex:
        #fc122d
        RGB:
        252, 18, 45
        CMY:
        1, 93, 82
        CMYK:
        0, 93, 82, 1
      HSL:
        353°, 97.5000%, 52.9412%
        HSV (HSB):
        353°, 92.8571%, 98.8235%
        XYZ:
        40.8348, 21.3175, 4.4451
        xyY:
        0.6132, 0.3201, 21.3175
      CIE-Lab:
        53.2953, 78.5967, 50.6089
        CIE-LCH:
        53.2953, 93.4810, 32.7777
        CIE-Luv:
        53.2953, 165.5710, 31.0005
        Hunter-Lab:
        46.1709, 77.0713, 26.6115
      #fc122d color charts
#fc122d RGB chart
      #fc122d CMYK chart
      #fc122d RGB pie chart
      #fc122d color shades, tints & tones
#fc122d color schemes
#fc122d color preview, HTML & CSS examples
           This text has a color of #fc122d        
        
          <p style="color:#fc122d;">Text here</p>
        
        
          .mytext {color:#fc122d;}
        
        Text color #fc122d
      
           This box has a color of #fc122d        
        
          <div style="background-color:#fc122d;">Content here</div>
        
        
          .mybackground {background-color:#fc122d;}
        
        Background color #fc122d
      
           Border around this has a color of #fc122d        
        
          <div style="border:2px solid #fc122d;">Content here</div>
        
        
          .myborder {border:2px solid #fc122d;}
        
        Border color #fc122d