#ff0b00 color space conversions
Hex:
        #ff0b00
        RGB:
        255, 11, 0
        CMY:
        0, 96, 100
        CMYK:
        0, 96, 100, 0
      HSL:
        3°, 100.0000%, 50.0000%
        HSV (HSB):
        3°, 100.0000%, 100.0000%
        XYZ:
        41.3597, 21.4993, 1.9699
        xyY:
        0.6380, 0.3316, 21.4993
      CIE-Lab:
        53.4917, 79.3594, 67.3095
        CIE-LCH:
        53.4917, 104.0600, 40.3033
        CIE-Luv:
        53.4917, 173.5578, 38.2194
        Hunter-Lab:
        46.3674, 78.0789, 29.9383
      #ff0b00 color charts
#ff0b00 RGB chart
      #ff0b00 CMYK chart
      #ff0b00 RGB pie chart
      #ff0b00 color shades, tints & tones
#ff0b00 color schemes
#ff0b00 color preview, HTML & CSS examples
           This text has a color of #ff0b00        
        
          <p style="color:#ff0b00;">Text here</p>
        
        
          .mytext {color:#ff0b00;}
        
        Text color #ff0b00
      
           This box has a color of #ff0b00        
        
          <div style="background-color:#ff0b00;">Content here</div>
        
        
          .mybackground {background-color:#ff0b00;}
        
        Background color #ff0b00
      
           Border around this has a color of #ff0b00        
        
          <div style="border:2px solid #ff0b00;">Content here</div>
        
        
          .myborder {border:2px solid #ff0b00;}
        
        Border color #ff0b00