#bf000d color space conversions
Hex:
        #bf000d
        RGB:
        191, 0, 13
        CMY:
        25, 100, 95
        CMYK:
        0, 100, 93, 25
      HSL:
        356°, 100.0000%, 37.4510%
        HSV (HSB):
        356°, 100.0000%, 74.9020%
        XYZ:
        21.5585, 11.1054, 1.3881
        xyY:
        0.6331, 0.3261, 11.1054
      CIE-Lab:
        39.7575, 64.5937, 49.4124
        CIE-LCH:
        39.7575, 81.3261, 37.4150
        CIE-Luv:
        39.7575, 129.5144, 26.5697
        Hunter-Lab:
        33.3248, 57.1569, 20.8578
      #bf000d color charts
#bf000d RGB chart
      #bf000d CMYK chart
      #bf000d RGB pie chart
      #bf000d color shades, tints & tones
#bf000d color schemes
#bf000d color preview, HTML & CSS examples
           This text has a color of #bf000d        
        
          <p style="color:#bf000d;">Text here</p>
        
        
          .mytext {color:#bf000d;}
        
        Text color #bf000d
      
           This box has a color of #bf000d        
        
          <div style="background-color:#bf000d;">Content here</div>
        
        
          .mybackground {background-color:#bf000d;}
        
        Background color #bf000d
      
           Border around this has a color of #bf000d        
        
          <div style="border:2px solid #bf000d;">Content here</div>
        
        
          .myborder {border:2px solid #bf000d;}
        
        Border color #bf000d