#ff140a color space conversions
Hex:
        #ff140a
        RGB:
        255, 20, 10
        CMY:
        0, 92, 96
        CMYK:
        0, 92, 96, 0
      HSL:
        2°, 100.0000%, 51.9608%
        HSV (HSB):
        2°, 96.0784%, 100.0000%
        XYZ:
        41.5449, 21.7822, 2.3019
        xyY:
        0.6330, 0.3319, 21.7822
      CIE-Lab:
        53.7952, 78.6163, 65.0349
        CIE-LCH:
        53.7952, 102.0297, 39.5990
        CIE-Luv:
        53.7952, 171.3998, 37.8906
        Hunter-Lab:
        46.6714, 77.2182, 29.7458
      #ff140a color charts
#ff140a RGB chart
      #ff140a CMYK chart
      #ff140a RGB pie chart
      #ff140a color shades, tints & tones
#ff140a color schemes
#ff140a color preview, HTML & CSS examples
           This text has a color of #ff140a        
        
          <p style="color:#ff140a;">Text here</p>
        
        
          .mytext {color:#ff140a;}
        
        Text color #ff140a
      
           This box has a color of #ff140a        
        
          <div style="background-color:#ff140a;">Content here</div>
        
        
          .mybackground {background-color:#ff140a;}
        
        Background color #ff140a
      
           Border around this has a color of #ff140a        
        
          <div style="border:2px solid #ff140a;">Content here</div>
        
        
          .myborder {border:2px solid #ff140a;}
        
        Border color #ff140a