#ff3145 color space conversions
Hex:
        #ff3145
        RGB:
        255, 49, 69
        CMY:
        0, 81, 73
        CMYK:
        0, 81, 73, 0
      HSL:
        354°, 100.0000%, 59.6078%
        HSV (HSB):
        354°, 80.7843%, 100.0000%
        XYZ:
        43.4125, 23.8863, 7.9526
        xyY:
        0.5769, 0.3174, 23.8863
      CIE-Lab:
        55.9738, 74.8285, 40.4912
        CIE-LCH:
        55.9738, 85.0814, 28.4187
        CIE-Luv:
        55.9738, 152.9583, 26.7922
        Hunter-Lab:
        48.8736, 73.0257, 24.5639
      #ff3145 color charts
#ff3145 RGB chart
      #ff3145 CMYK chart
      #ff3145 RGB pie chart
      #ff3145 color shades, tints & tones
#ff3145 color schemes
#ff3145 color preview, HTML & CSS examples
           This text has a color of #ff3145        
        
          <p style="color:#ff3145;">Text here</p>
        
        
          .mytext {color:#ff3145;}
        
        Text color #ff3145
      
           This box has a color of #ff3145        
        
          <div style="background-color:#ff3145;">Content here</div>
        
        
          .mybackground {background-color:#ff3145;}
        
        Background color #ff3145
      
           Border around this has a color of #ff3145        
        
          <div style="border:2px solid #ff3145;">Content here</div>
        
        
          .myborder {border:2px solid #ff3145;}
        
        Border color #ff3145