Html Css Color HEX #BF191B Fire Engine Red

📋 copy color: '#BF191B'

red 191 ◦ green 25 ◦ blue 27

#BF191B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BF191B

Tints of Fire Engine Red #BF191B

RGB

 RED value IS 191 (75% from 255) = 78.6%

 GREEN value IS 25 (10.16% from 255) = 10.29%

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 78.6%
G = 10.29%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF191B (or 0xBF191B) is known color: Fire Engine Red. HEX triplet: BF, 19 and 1B. RGB value is (191,25,27). Sum of RGB (Red+Green+Blue) = 191+25+27=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF191B is #40E6E4. Grayscale: #4B4B4B. Windows color (decimal): -4253413 or 1776063. OLE color: 1776063.

HSL color Cylindrical-coordinate representation of color #BF191B: hue angle of 359.28º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF191B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 27 -
CMYK 0 0.87 0.86 0.25
HSL 359.28º 0.77% 0.42% -
HSV(B) 359.28º 0.87% 0.75% -
XYZ 22.03 11.85 2.16 -
YUV 74.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 191 25 27 0 0.87 0.86 0.25 359.28 0.77 0.42
Hex BF 19 1B 0 57 56 19 167 4D 2A
Octal 277 31 33 0 127 126 31 547 115 52
Binary 10111111 11001 11011 0 1010111 1010110 11001 101100111 1001101 101010

Color Harmonies of #BF191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF191B

Black with #BF191B

Text Example


Text Example

White with #BF191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF191B; }

 p { color: rgb(191,25,27); }

 H1.HeaderClassName
 {
   color: #BF191B;
 }
 .AnyTagClassName
 {
   color: #BF191B;
 }
</style>

background-color css

<style>
 a { background-color: #BF191B; }

 a { background-color: rgb(191,25,27); }

 div.DivClassName
 {
   background-color: #BF191B;
 }
 .BgClassName
 {
   background-color: #BF191B;
 }
</style>

border-color css

<style>
 span { border-color: #BF191B; }

 span { border-color: rgb(191,25,27); }

 td.TdClassName
 {
   border-color: #BF191B;
 }
 .TagClassName
 {
   border-color: #BF191B;
 }
</style>