Html Css Color HEX #BF141E Fire Engine Red

📋 copy color: '#BF141E'

red 191 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #BF141E

Tints of Fire Engine Red #BF141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 79.25%
G = 8.3%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF141E (or 0xBF141E) is known color: Fire Engine Red. HEX triplet: BF, 14 and 1E. RGB value is (191,20,30). Sum of RGB (Red+Green+Blue) = 191+20+30=241 (31% of max value = 765). Red value is 191 (75% from 255 or 79.25% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 191 - color contains mainly: red. Hex color #BF141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF141E is #40EBE1. Grayscale: #484848. Windows color (decimal): -4254690 or 1971391. OLE color: 1971391.

HSL color Cylindrical-coordinate representation of color #BF141E: hue angle of 356.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF141E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 30 -
CMYK 0 0.90 0.84 0.25
HSL 356.49º 0.81% 0.41% -
HSV(B) 356.49º 0.9% 0.75% -
XYZ 21.97 11.67 2.32 -
YUV 72.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 191 20 30 0 0.90 0.84 0.25 356.49 0.81 0.41
Hex BF 14 1E 0 5A 54 19 164 51 29
Octal 277 24 36 0 132 124 31 544 121 51
Binary 10111111 10100 11110 0 1011010 1010100 11001 101100100 1010001 101001

Color Harmonies of #BF141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF141E

Black with #BF141E

Text Example


Text Example

White with #BF141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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