#ff2016 color space conversions
Hex:
        #ff2016
        RGB:
        255, 32, 22
        CMY:
        0, 87, 91
        CMYK:
        0, 87, 91, 0
      HSL:
        3°, 100.0000%, 54.3137%
        HSV (HSB):
        3°, 91.3725%, 100.0000%
        XYZ:
        41.9013, 22.3510, 2.8648
        xyY:
        0.6243, 0.3330, 22.3510
      CIE-Lab:
        54.3974, 77.1025, 61.8899
        CIE-LCH:
        54.3974, 98.8694, 38.7539
        CIE-Luv:
        54.3974, 167.3446, 37.5676
        Hunter-Lab:
        47.2768, 75.4698, 29.5010
      #ff2016 color charts
#ff2016 RGB chart
      #ff2016 CMYK chart
      #ff2016 RGB pie chart
      #ff2016 color shades, tints & tones
#ff2016 color schemes
#ff2016 color preview, HTML & CSS examples
           This text has a color of #ff2016        
        
          <p style="color:#ff2016;">Text here</p>
        
        
          .mytext {color:#ff2016;}
        
        Text color #ff2016
      
           This box has a color of #ff2016        
        
          <div style="background-color:#ff2016;">Content here</div>
        
        
          .mybackground {background-color:#ff2016;}
        
        Background color #ff2016
      
           Border around this has a color of #ff2016        
        
          <div style="border:2px solid #ff2016;">Content here</div>
        
        
          .myborder {border:2px solid #ff2016;}
        
        Border color #ff2016