Html Css Color HEX #BF191D Fire Engine Red

📋 copy color: '#BF191D'

red 191 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #BF191D

Tints of Fire Engine Red #BF191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 77.96%
G = 10.2%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF191D (or 0xBF191D) is known color: Fire Engine Red. HEX triplet: BF, 19 and 1D. RGB value is (191,25,29). Sum of RGB (Red+Green+Blue) = 191+25+29=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF191D is #40E6E2. Grayscale: #4B4B4B. Windows color (decimal): -4253411 or 1907135. OLE color: 1907135.

HSL color Cylindrical-coordinate representation of color #BF191D: hue angle of 358.55º 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 #BF191D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 29 -
CMYK 0 0.87 0.85 0.25
HSL 358.55º 0.77% 0.42% -
HSV(B) 358.55º 0.87% 0.75% -
XYZ 22.06 11.86 2.29 -
YUV 75.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 191 25 29 0 0.87 0.85 0.25 358.55 0.77 0.42
Hex BF 19 1D 0 57 55 19 167 4D 2A
Octal 277 31 35 0 127 125 31 547 115 52
Binary 10111111 11001 11101 0 1010111 1010101 11001 101100111 1001101 101010

Color Harmonies of #BF191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF191D

Black with #BF191D

Text Example


Text Example

White with #BF191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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