Html Css Color HEX #BF181E Fire Engine Red

📋 copy color: '#BF181E'

red 191 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #BF181E

Tints of Fire Engine Red #BF181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 77.96%
G = 9.8%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF181E (or 0xBF181E) is known color: Fire Engine Red. HEX triplet: BF, 18 and 1E. RGB value is (191,24,30). Sum of RGB (Red+Green+Blue) = 191+24+30=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF181E is #40E7E1. Grayscale: #4A4A4A. Windows color (decimal): -4253666 or 1972415. OLE color: 1972415.

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

Color convert

RGB 191 24 30 -
CMYK 0 0.87 0.84 0.25
HSL 357.84º 0.78% 0.42% -
HSV(B) 357.84º 0.87% 0.75% -
XYZ 22.05 11.82 2.35 -
YUV 74.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 191 24 30 0 0.87 0.84 0.25 357.84 0.78 0.42
Hex BF 18 1E 0 57 54 19 166 4E 2A
Octal 277 30 36 0 127 124 31 546 116 52
Binary 10111111 11000 11110 0 1010111 1010100 11001 101100110 1001110 101010

Color Harmonies of #BF181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF181E

Black with #BF181E

Text Example


Text Example

White with #BF181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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