#ff300c color space conversions
Hex:
        #ff300c
        RGB:
        255, 48, 12
        CMY:
        0, 81, 95
        CMYK:
        0, 81, 95, 0
      HSL:
        9°, 100.0000%, 52.3529%
        HSV (HSB):
        9°, 95.2941%, 100.0000%
        XYZ:
        42.3633, 23.4004, 2.6318
        xyY:
        0.6194, 0.3421, 23.4004
      CIE-Lab:
        55.4824, 73.8190, 65.4192
        CIE-LCH:
        55.4824, 98.6353, 41.5477
        CIE-Luv:
        55.4824, 161.8948, 40.7616
        Hunter-Lab:
        48.3740, 71.6660, 30.6362
      #ff300c color charts
#ff300c RGB chart
      #ff300c CMYK chart
      #ff300c RGB pie chart
      #ff300c color shades, tints & tones
#ff300c color schemes
#ff300c color preview, HTML & CSS examples
           This text has a color of #ff300c        
        
          <p style="color:#ff300c;">Text here</p>
        
        
          .mytext {color:#ff300c;}
        
        Text color #ff300c
      
           This box has a color of #ff300c        
        
          <div style="background-color:#ff300c;">Content here</div>
        
        
          .mybackground {background-color:#ff300c;}
        
        Background color #ff300c
      
           Border around this has a color of #ff300c        
        
          <div style="border:2px solid #ff300c;">Content here</div>
        
        
          .myborder {border:2px solid #ff300c;}
        
        Border color #ff300c