#ff0812 color space conversions
Hex:
        #ff0812
        RGB:
        255, 8, 18
        CMY:
        0, 97, 93
        CMYK:
        0, 97, 93, 0
      HSL:
        358°, 100.0000%, 51.5686%
        HSV (HSB):
        358°, 96.8627%, 100.0000%
        XYZ:
        41.4360, 21.4773, 2.5339
        xyY:
        0.6331, 0.3282, 21.4773
      CIE-Lab:
        53.4680, 79.6946, 62.6720
        CIE-LCH:
        53.4680, 101.3855, 38.1816
        CIE-Luv:
        53.4680, 172.8477, 36.4222
        Hunter-Lab:
        46.3436, 78.4961, 29.1988
      #ff0812 color charts
#ff0812 RGB chart
      #ff0812 CMYK chart
      #ff0812 RGB pie chart
      #ff0812 color shades, tints & tones
#ff0812 color schemes
#ff0812 color preview, HTML & CSS examples
           This text has a color of #ff0812        
        
          <p style="color:#ff0812;">Text here</p>
        
        
          .mytext {color:#ff0812;}
        
        Text color #ff0812
      
           This box has a color of #ff0812        
        
          <div style="background-color:#ff0812;">Content here</div>
        
        
          .mybackground {background-color:#ff0812;}
        
        Background color #ff0812
      
           Border around this has a color of #ff0812        
        
          <div style="border:2px solid #ff0812;">Content here</div>
        
        
          .myborder {border:2px solid #ff0812;}
        
        Border color #ff0812