#fc211e color space conversions
Hex:
        #fc211e
        RGB:
        252, 33, 30
        CMY:
        1, 87, 88
        CMYK:
        0, 87, 88, 1
      HSL:
        1°, 97.3684%, 55.2941%
        HSV (HSB):
        1°, 88.0952%, 98.8235%
        XYZ:
        40.9231, 21.8769, 3.2941
        xyY:
        0.6192, 0.3310, 21.8769
      CIE-Lab:
        53.8961, 76.2783, 58.1915
        CIE-LCH:
        53.8961, 95.9408, 37.3394
        CIE-Luv:
        53.8961, 164.0313, 35.8904
        Hunter-Lab:
        46.7727, 74.3235, 28.5653
      #fc211e color charts
#fc211e RGB chart
      #fc211e CMYK chart
      #fc211e RGB pie chart
      #fc211e color shades, tints & tones
#fc211e color schemes
#fc211e color preview, HTML & CSS examples
           This text has a color of #fc211e        
        
          <p style="color:#fc211e;">Text here</p>
        
        
          .mytext {color:#fc211e;}
        
        Text color #fc211e
      
           This box has a color of #fc211e        
        
          <div style="background-color:#fc211e;">Content here</div>
        
        
          .mybackground {background-color:#fc211e;}
        
        Background color #fc211e
      
           Border around this has a color of #fc211e        
        
          <div style="border:2px solid #fc211e;">Content here</div>
        
        
          .myborder {border:2px solid #fc211e;}
        
        Border color #fc211e