Html Css Color HEX #BF161E Fire Engine Red

📋 copy color: '#BF161E'

red 191 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #BF161E

Tints of Fire Engine Red #BF161E

RGB

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

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

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

R = 78.6%
G = 9.05%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF161E (or 0xBF161E) is known color: Fire Engine Red. HEX triplet: BF, 16 and 1E. RGB value is (191,22,30). Sum of RGB (Red+Green+Blue) = 191+22+30=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF161E is #40E9E1. Grayscale: #494949. Windows color (decimal): -4254178 or 1971903. OLE color: 1971903.

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

Color convert

RGB 191 22 30 -
CMYK 0 0.88 0.84 0.25
HSL 357.16º 0.79% 0.42% -
HSV(B) 357.16º 0.88% 0.75% -
XYZ 22.01 11.74 2.34 -
YUV 73.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 191 22 30 0 0.88 0.84 0.25 357.16 0.79 0.42
Hex BF 16 1E 0 58 54 19 165 4F 2A
Octal 277 26 36 0 130 124 31 545 117 52
Binary 10111111 10110 11110 0 1011000 1010100 11001 101100101 1001111 101010

Color Harmonies of #BF161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF161E

Black with #BF161E

Text Example


Text Example

White with #BF161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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