#fd003a color space conversions
Hex:
        #fd003a
        RGB:
        253, 0, 58
        CMY:
        1, 100, 77
        CMYK:
        0, 100, 77, 1
      HSL:
        346°, 100.0000%, 49.6078%
        HSV (HSB):
        346°, 100.0000%, 99.2157%
        XYZ:
        41.2717, 21.1881, 5.9174
        xyY:
        0.6036, 0.3099, 21.1881
      CIE-Lab:
        53.1548, 80.5430, 43.4756
        CIE-LCH:
        53.1548, 91.5276, 28.3594
        CIE-Luv:
        53.1548, 166.0056, 26.0428
        Hunter-Lab:
        46.0306, 79.4924, 24.5994
      #fd003a color charts
#fd003a RGB chart
      #fd003a CMYK chart
      #fd003a RGB pie chart
      #fd003a color shades, tints & tones
#fd003a color schemes
#fd003a color preview, HTML & CSS examples
           This text has a color of #fd003a        
        
          <p style="color:#fd003a;">Text here</p>
        
        
          .mytext {color:#fd003a;}
        
        Text color #fd003a
      
           This box has a color of #fd003a        
        
          <div style="background-color:#fd003a;">Content here</div>
        
        
          .mybackground {background-color:#fd003a;}
        
        Background color #fd003a
      
           Border around this has a color of #fd003a        
        
          <div style="border:2px solid #fd003a;">Content here</div>
        
        
          .myborder {border:2px solid #fd003a;}
        
        Border color #fd003a