#ff143d color space conversions
Hex:
        #ff143d
        RGB:
        255, 20, 61
        CMY:
        0, 92, 76
        CMYK:
        0, 92, 76, 0
      HSL:
        350°, 100.0000%, 53.9216%
        HSV (HSB):
        350°, 92.1569%, 100.0000%
        XYZ:
        42.3325, 22.0972, 6.4489
        xyY:
        0.5973, 0.3118, 22.0972
      CIE-Lab:
        54.1300, 79.5557, 42.9538
        CIE-LCH:
        54.1300, 90.4109, 28.3656
        CIE-Luv:
        54.1300, 163.8712, 26.4095
        Hunter-Lab:
        47.0077, 78.4835, 24.7715
      #ff143d color charts
#ff143d RGB chart
      #ff143d CMYK chart
      #ff143d RGB pie chart
      #ff143d color shades, tints & tones
#ff143d color schemes
#ff143d color preview, HTML & CSS examples
           This text has a color of #ff143d        
        
          <p style="color:#ff143d;">Text here</p>
        
        
          .mytext {color:#ff143d;}
        
        Text color #ff143d
      
           This box has a color of #ff143d        
        
          <div style="background-color:#ff143d;">Content here</div>
        
        
          .mybackground {background-color:#ff143d;}
        
        Background color #ff143d
      
           Border around this has a color of #ff143d        
        
          <div style="border:2px solid #ff143d;">Content here</div>
        
        
          .myborder {border:2px solid #ff143d;}
        
        Border color #ff143d