#ff002a color space conversions
Hex:
        #ff002a
        RGB:
        255, 0, 42
        CMY:
        0, 100, 84
        CMYK:
        0, 100, 84, 0
      HSL:
        350°, 100.0000%, 50.0000%
        HSV (HSB):
        350°, 100.0000%, 100.0000%
        XYZ:
        41.6579, 21.4272, 4.1307
        xyY:
        0.6198, 0.3188, 21.4272
      CIE-Lab:
        53.4139, 80.6035, 52.4766
        CIE-LCH:
        53.4139, 96.1807, 33.0660
        CIE-Luv:
        53.4139, 170.7965, 31.4477
        Hunter-Lab:
        46.2895, 79.6333, 27.1118
      #ff002a color charts
#ff002a RGB chart
      #ff002a CMYK chart
      #ff002a RGB pie chart
      #ff002a color shades, tints & tones
#ff002a color schemes
#ff002a color preview, HTML & CSS examples
           This text has a color of #ff002a        
        
          <p style="color:#ff002a;">Text here</p>
        
        
          .mytext {color:#ff002a;}
        
        Text color #ff002a
      
           This box has a color of #ff002a        
        
          <div style="background-color:#ff002a;">Content here</div>
        
        
          .mybackground {background-color:#ff002a;}
        
        Background color #ff002a
      
           Border around this has a color of #ff002a        
        
          <div style="border:2px solid #ff002a;">Content here</div>
        
        
          .myborder {border:2px solid #ff002a;}
        
        Border color #ff002a