#fc0c0e color space conversions
Hex:
        #fc0c0e
        RGB:
        252, 12, 14
        CMY:
        1, 95, 95
        CMYK:
        0, 95, 94, 1
      HSL:
        360°, 97.5610%, 51.7647%
        HSV (HSB):
        360°, 95.2381%, 98.8235%
        XYZ:
        40.3556, 20.9901, 2.3400
        xyY:
        0.6337, 0.3296, 20.9901
      CIE-Lab:
        52.9387, 78.6522, 63.2547
        CIE-LCH:
        52.9387, 100.9323, 38.8074
        CIE-Luv:
        52.9387, 170.5360, 36.6054
        Hunter-Lab:
        45.8150, 77.0537, 29.0423
      #fc0c0e color charts
#fc0c0e RGB chart
      #fc0c0e CMYK chart
      #fc0c0e RGB pie chart
      #fc0c0e color shades, tints & tones
#fc0c0e color schemes
#fc0c0e color preview, HTML & CSS examples
           This text has a color of #fc0c0e        
        
          <p style="color:#fc0c0e;">Text here</p>
        
        
          .mytext {color:#fc0c0e;}
        
        Text color #fc0c0e
      
           This box has a color of #fc0c0e        
        
          <div style="background-color:#fc0c0e;">Content here</div>
        
        
          .mybackground {background-color:#fc0c0e;}
        
        Background color #fc0c0e
      
           Border around this has a color of #fc0c0e        
        
          <div style="border:2px solid #fc0c0e;">Content here</div>
        
        
          .myborder {border:2px solid #fc0c0e;}
        
        Border color #fc0c0e