Html Css Color HEX #BF191E Fire Engine Red

📋 copy color: '#BF191E'

red 191 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #BF191E

Tints of Fire Engine Red #BF191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 77.64%
G = 10.16%
B = 12.2%

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

#BF191E (or 0xBF191E) is known color: Fire Engine Red. HEX triplet: BF, 19 and 1E. RGB value is (191,25,30). Sum of RGB (Red+Green+Blue) = 191+25+30=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF191E is #40E6E1. Grayscale: #4B4B4B. Windows color (decimal): -4253410 or 1972671. OLE color: 1972671.

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

Color convert

RGB 191 25 30 -
CMYK 0 0.87 0.84 0.25
HSL 358.19º 0.77% 0.42% -
HSV(B) 358.19º 0.87% 0.75% -
XYZ 22.07 11.87 2.36 -
YUV 75.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 191 25 30 0 0.87 0.84 0.25 358.19 0.77 0.42
Hex BF 19 1E 0 57 54 19 166 4D 2A
Octal 277 31 36 0 127 124 31 546 115 52
Binary 10111111 11001 11110 0 1010111 1010100 11001 101100110 1001101 101010

Color Harmonies of #BF191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF191E

Black with #BF191E

Text Example


Text Example

White with #BF191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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