#fd282a color space conversions
Hex:
        #fd282a
        RGB:
        253, 40, 42
        CMY:
        1, 84, 84
        CMYK:
        0, 84, 83, 1
      HSL:
        359°, 98.1567%, 57.4510%
        HSV (HSB):
        359°, 84.1897%, 99.2157%
        XYZ:
        41.6847, 22.5674, 4.3494
        xyY:
        0.6076, 0.3290, 22.5674
      CIE-Lab:
        54.6239, 75.4692, 53.3973
        CIE-LCH:
        54.6239, 92.4494, 35.2808
        CIE-Luv:
        54.6239, 160.6051, 34.1945
        Hunter-Lab:
        47.5052, 73.4958, 27.8252
      #fd282a color charts
#fd282a RGB chart
      #fd282a CMYK chart
      #fd282a RGB pie chart
      #fd282a color shades, tints & tones
#fd282a color schemes
#fd282a color preview, HTML & CSS examples
           This text has a color of #fd282a        
        
          <p style="color:#fd282a;">Text here</p>
        
        
          .mytext {color:#fd282a;}
        
        Text color #fd282a
      
           This box has a color of #fd282a        
        
          <div style="background-color:#fd282a;">Content here</div>
        
        
          .mybackground {background-color:#fd282a;}
        
        Background color #fd282a
      
           Border around this has a color of #fd282a        
        
          <div style="border:2px solid #fd282a;">Content here</div>
        
        
          .myborder {border:2px solid #fd282a;}
        
        Border color #fd282a