#ff380d color space conversions
Hex:
        #ff380d
        RGB:
        255, 56, 13
        CMY:
        0, 78, 95
        CMYK:
        0, 78, 95, 0
      HSL:
        11°, 100.0000%, 52.5490%
        HSV (HSB):
        11°, 94.9020%, 100.0000%
        XYZ:
        42.7268, 24.1174, 2.7839
        xyY:
        0.6136, 0.3464, 24.1174
      CIE-Lab:
        56.2052, 71.7932, 65.5716
        CIE-LCH:
        56.2052, 97.2311, 42.4067
        CIE-Luv:
        56.2052, 157.9263, 41.9612
        Hunter-Lab:
        49.1095, 69.3591, 31.0156
      #ff380d color charts
#ff380d RGB chart
      #ff380d CMYK chart
      #ff380d RGB pie chart
      #ff380d color shades, tints & tones
#ff380d color schemes
#ff380d color preview, HTML & CSS examples
           This text has a color of #ff380d        
        
          <p style="color:#ff380d;">Text here</p>
        
        
          .mytext {color:#ff380d;}
        
        Text color #ff380d
      
           This box has a color of #ff380d        
        
          <div style="background-color:#ff380d;">Content here</div>
        
        
          .mybackground {background-color:#ff380d;}
        
        Background color #ff380d
      
           Border around this has a color of #ff380d        
        
          <div style="border:2px solid #ff380d;">Content here</div>
        
        
          .myborder {border:2px solid #ff380d;}
        
        Border color #ff380d