#fc0d0a color space conversions
Hex:
        #fc0d0a
        RGB:
        252, 13, 10
        CMY:
        1, 95, 96
        CMYK:
        0, 95, 96, 1
      HSL:
        1°, 97.5806%, 51.3725%
        HSV (HSB):
        1°, 96.0317%, 98.8235%
        XYZ:
        40.3436, 21.0052, 2.2152
        xyY:
        0.6347, 0.3305, 21.0052
      CIE-Lab:
        52.9552, 78.5435, 64.2895
        CIE-LCH:
        52.9552, 101.4999, 39.3010
        CIE-Luv:
        52.9552, 170.6331, 37.0337
        Hunter-Lab:
        45.8314, 76.9214, 29.2163
      #fc0d0a color charts
#fc0d0a RGB chart
      #fc0d0a CMYK chart
      #fc0d0a RGB pie chart
      #fc0d0a color shades, tints & tones
#fc0d0a color schemes
#fc0d0a color preview, HTML & CSS examples
           This text has a color of #fc0d0a        
        
          <p style="color:#fc0d0a;">Text here</p>
        
        
          .mytext {color:#fc0d0a;}
        
        Text color #fc0d0a
      
           This box has a color of #fc0d0a        
        
          <div style="background-color:#fc0d0a;">Content here</div>
        
        
          .mybackground {background-color:#fc0d0a;}
        
        Background color #fc0d0a
      
           Border around this has a color of #fc0d0a        
        
          <div style="border:2px solid #fc0d0a;">Content here</div>
        
        
          .myborder {border:2px solid #fc0d0a;}
        
        Border color #fc0d0a