#ff0b0d color space conversions
Hex:
        #ff0b0d
        RGB:
        255, 11, 13
        CMY:
        0, 96, 95
        CMYK:
        0, 96, 95, 0
      HSL:
        360°, 100.0000%, 52.1569%
        HSV (HSB):
        360°, 95.6863%, 100.0000%
        XYZ:
        41.4323, 21.5284, 2.3524
        xyY:
        0.6344, 0.3296, 21.5284
      CIE-Lab:
        53.5230, 79.4462, 64.1637
        CIE-LCH:
        53.5230, 102.1209, 38.9256
        CIE-Luv:
        53.5230, 172.8156, 37.1081
        Hunter-Lab:
        46.3987, 78.1961, 29.4731
      #ff0b0d color charts
#ff0b0d RGB chart
      #ff0b0d CMYK chart
      #ff0b0d RGB pie chart
      #ff0b0d color shades, tints & tones
#ff0b0d color schemes
#ff0b0d color preview, HTML & CSS examples
           This text has a color of #ff0b0d        
        
          <p style="color:#ff0b0d;">Text here</p>
        
        
          .mytext {color:#ff0b0d;}
        
        Text color #ff0b0d
      
           This box has a color of #ff0b0d        
        
          <div style="background-color:#ff0b0d;">Content here</div>
        
        
          .mybackground {background-color:#ff0b0d;}
        
        Background color #ff0b0d
      
           Border around this has a color of #ff0b0d        
        
          <div style="border:2px solid #ff0b0d;">Content here</div>
        
        
          .myborder {border:2px solid #ff0b0d;}
        
        Border color #ff0b0d