Html Css Color HEX #BF151D Fire Engine Red

📋 copy color: '#BF151D'

red 191 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #BF151D

Tints of Fire Engine Red #BF151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 79.25%
G = 8.71%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF151D (or 0xBF151D) is known color: Fire Engine Red. HEX triplet: BF, 15 and 1D. RGB value is (191,21,29). Sum of RGB (Red+Green+Blue) = 191+21+29=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF151D is #40EAE2. Grayscale: #484848. Windows color (decimal): -4254435 or 1906111. OLE color: 1906111.

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

Color convert

RGB 191 21 29 -
CMYK 0 0.89 0.85 0.25
HSL 357.18º 0.8% 0.42% -
HSV(B) 357.18º 0.89% 0.75% -
XYZ 21.98 11.7 2.26 -
YUV 72.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 191 21 29 0 0.89 0.85 0.25 357.18 0.8 0.42
Hex BF 15 1D 0 59 55 19 165 50 2A
Octal 277 25 35 0 131 125 31 545 120 52
Binary 10111111 10101 11101 0 1011001 1010101 11001 101100101 1010000 101010

Color Harmonies of #BF151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF151D

Black with #BF151D

Text Example


Text Example

White with #BF151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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