#bf2014 color space conversions
Hex:
        #bf2014
        RGB:
        191, 32, 20
        CMY:
        25, 87, 92
        CMYK:
        0, 83, 90, 25
      HSL:
        4°, 81.0427%, 41.3725%
        HSV (HSB):
        4°, 89.5288%, 74.9020%
        XYZ:
        22.1286, 12.1599, 1.8426
        xyY:
        0.6125, 0.3365, 12.1599
      CIE-Lab:
        41.4691, 59.8805, 47.7370
        CIE-LCH:
        41.4691, 76.5800, 38.5620
        CIE-Luv:
        41.4691, 120.5144, 28.3921
        Hunter-Lab:
        34.8710, 52.2491, 21.2768
      #bf2014 color charts
#bf2014 RGB chart
      #bf2014 CMYK chart
      #bf2014 RGB pie chart
      #bf2014 color shades, tints & tones
#bf2014 color schemes
#bf2014 color preview, HTML & CSS examples
           This text has a color of #bf2014        
        
          <p style="color:#bf2014;">Text here</p>
        
        
          .mytext {color:#bf2014;}
        
        Text color #bf2014
      
           This box has a color of #bf2014        
        
          <div style="background-color:#bf2014;">Content here</div>
        
        
          .mybackground {background-color:#bf2014;}
        
        Background color #bf2014
      
           Border around this has a color of #bf2014        
        
          <div style="border:2px solid #bf2014;">Content here</div>
        
        
          .myborder {border:2px solid #bf2014;}
        
        Border color #bf2014