#fd0123 color space conversions
Hex:
        #fd0123
        RGB:
        253, 1, 35
        CMY:
        1, 100, 86
        CMYK:
        0, 100, 86, 1
      HSL:
        352°, 99.2126%, 49.8039%
        HSV (HSB):
        352°, 99.6047%, 99.2157%
        XYZ:
        40.8222, 21.0257, 3.4969
        xyY:
        0.6247, 0.3218, 21.0257
      CIE-Lab:
        52.9776, 79.9271, 55.3541
        CIE-LCH:
        52.9776, 97.2236, 34.7048
        CIE-Luv:
        52.9776, 170.4245, 32.8544
        Hunter-Lab:
        45.8538, 78.6690, 27.5761
      #fd0123 color charts
#fd0123 RGB chart
      #fd0123 CMYK chart
      #fd0123 RGB pie chart
      #fd0123 color shades, tints & tones
#fd0123 color schemes
#fd0123 color preview, HTML & CSS examples
           This text has a color of #fd0123        
        
          <p style="color:#fd0123;">Text here</p>
        
        
          .mytext {color:#fd0123;}
        
        Text color #fd0123
      
           This box has a color of #fd0123        
        
          <div style="background-color:#fd0123;">Content here</div>
        
        
          .mybackground {background-color:#fd0123;}
        
        Background color #fd0123
      
           Border around this has a color of #fd0123        
        
          <div style="border:2px solid #fd0123;">Content here</div>
        
        
          .myborder {border:2px solid #fd0123;}
        
        Border color #fd0123