#ff112d color space conversions
Hex:
        #ff112d
        RGB:
        255, 17, 45
        CMY:
        0, 93, 82
        CMYK:
        0, 93, 82, 0
      HSL:
        353°, 100.0000%, 53.3333%
        HSV (HSB):
        353°, 93.3333%, 100.0000%
        XYZ:
        41.9141, 21.8504, 4.4910
        xyY:
        0.6141, 0.3201, 21.8504
      CIE-Lab:
        53.8679, 79.4236, 51.3596
        CIE-LCH:
        53.8679, 94.5828, 32.8889
        CIE-Luv:
        53.8679, 167.8874, 31.4619
        Hunter-Lab:
        46.7444, 78.2523, 27.0247
      #ff112d color charts
#ff112d RGB chart
      #ff112d CMYK chart
      #ff112d RGB pie chart
      #ff112d color shades, tints & tones
#ff112d color schemes
#ff112d color preview, HTML & CSS examples
           This text has a color of #ff112d        
        
          <p style="color:#ff112d;">Text here</p>
        
        
          .mytext {color:#ff112d;}
        
        Text color #ff112d
      
           This box has a color of #ff112d        
        
          <div style="background-color:#ff112d;">Content here</div>
        
        
          .mybackground {background-color:#ff112d;}
        
        Background color #ff112d
      
           Border around this has a color of #ff112d        
        
          <div style="border:2px solid #ff112d;">Content here</div>
        
        
          .myborder {border:2px solid #ff112d;}
        
        Border color #ff112d