Html Css Color HEX #BF151E Fire Engine Red

📋 copy color: '#BF151E'

red 191 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #BF151E

Tints of Fire Engine Red #BF151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 78.93%
G = 8.68%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF151E (or 0xBF151E) is known color: Fire Engine Red. HEX triplet: BF, 15 and 1E. RGB value is (191,21,30). Sum of RGB (Red+Green+Blue) = 191+21+30=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF151E is #40EAE1. Grayscale: #484848. Windows color (decimal): -4254434 or 1971647. OLE color: 1971647.

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

Color convert

RGB 191 21 30 -
CMYK 0 0.89 0.84 0.25
HSL 356.82º 0.8% 0.42% -
HSV(B) 356.82º 0.89% 0.75% -
XYZ 21.99 11.71 2.33 -
YUV 72.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 191 21 30 0 0.89 0.84 0.25 356.82 0.8 0.42
Hex BF 15 1E 0 59 54 19 165 50 2A
Octal 277 25 36 0 131 124 31 545 120 52
Binary 10111111 10101 11110 0 1011001 1010100 11001 101100101 1010000 101010

Color Harmonies of #BF151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF151E

Black with #BF151E

Text Example


Text Example

White with #BF151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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