#ff082d color space conversions
Hex:
        #ff082d
        RGB:
        255, 8, 45
        CMY:
        0, 97, 82
        CMYK:
        0, 97, 82, 0
      HSL:
        351°, 100.0000%, 51.5686%
        HSV (HSB):
        351°, 96.8627%, 100.0000%
        XYZ:
        41.8005, 21.6231, 4.4532
        xyY:
        0.6158, 0.3186, 21.6231
      CIE-Lab:
        53.6248, 80.1270, 51.1353
        CIE-LCH:
        53.6248, 95.0534, 32.5451
        CIE-Luv:
        53.6248, 169.2175, 30.9912
        Hunter-Lab:
        46.5007, 79.0814, 26.8725
      #ff082d color charts
#ff082d RGB chart
      #ff082d CMYK chart
      #ff082d RGB pie chart
      #ff082d color shades, tints & tones
#ff082d color schemes
#ff082d color preview, HTML & CSS examples
           This text has a color of #ff082d        
        
          <p style="color:#ff082d;">Text here</p>
        
        
          .mytext {color:#ff082d;}
        
        Text color #ff082d
      
           This box has a color of #ff082d        
        
          <div style="background-color:#ff082d;">Content here</div>
        
        
          .mybackground {background-color:#ff082d;}
        
        Background color #ff082d
      
           Border around this has a color of #ff082d        
        
          <div style="border:2px solid #ff082d;">Content here</div>
        
        
          .myborder {border:2px solid #ff082d;}
        
        Border color #ff082d