Html Css Color HEX #BF151F Fire Engine Red

📋 copy color: '#BF151F'

red 191 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #BF151F

Tints of Fire Engine Red #BF151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 78.6%
G = 8.64%
B = 12.76%

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

#BF151F (or 0xBF151F) is known color: Fire Engine Red. HEX triplet: BF, 15 and 1F. RGB value is (191,21,31). Sum of RGB (Red+Green+Blue) = 191+21+31=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF151F is #40EAE0. Grayscale: #494949. Windows color (decimal): -4254433 or 2037183. OLE color: 2037183.

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

Color convert

RGB 191 21 31 -
CMYK 0 0.89 0.84 0.25
HSL 356.47º 0.8% 0.42% -
HSV(B) 356.47º 0.89% 0.75% -
XYZ 22 11.71 2.4 -
YUV 72.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 191 21 31 0 0.89 0.84 0.25 356.47 0.8 0.42
Hex BF 15 1F 0 59 54 19 164 50 2A
Octal 277 25 37 0 131 124 31 544 120 52
Binary 10111111 10101 11111 0 1011001 1010100 11001 101100100 1010000 101010

Color Harmonies of #BF151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF151F

Black with #BF151F

Text Example


Text Example

White with #BF151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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