Html Css Color HEX #BF161D Fire Engine Red

📋 copy color: '#BF161D'

red 191 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #BF161D

Tints of Fire Engine Red #BF161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 78.93%
G = 9.09%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF161D (or 0xBF161D) is known color: Fire Engine Red. HEX triplet: BF, 16 and 1D. RGB value is (191,22,29). Sum of RGB (Red+Green+Blue) = 191+22+29=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF161D is #40E9E2. Grayscale: #494949. Windows color (decimal): -4254179 or 1906367. OLE color: 1906367.

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

Color convert

RGB 191 22 29 -
CMYK 0 0.88 0.85 0.25
HSL 357.51º 0.79% 0.42% -
HSV(B) 357.51º 0.88% 0.75% -
XYZ 21.99 11.74 2.27 -
YUV 73.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 191 22 29 0 0.88 0.85 0.25 357.51 0.79 0.42
Hex BF 16 1D 0 58 55 19 166 4F 2A
Octal 277 26 35 0 130 125 31 546 117 52
Binary 10111111 10110 11101 0 1011000 1010101 11001 101100110 1001111 101010

Color Harmonies of #BF161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF161D

Black with #BF161D

Text Example


Text Example

White with #BF161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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