Html Css Color HEX #BF141C Fire Engine Red

📋 copy color: '#BF141C'

red 191 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #BF141C

Tints of Fire Engine Red #BF141C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 79.92%
G = 8.37%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF141C (or 0xBF141C) is known color: Fire Engine Red. HEX triplet: BF, 14 and 1C. RGB value is (191,20,28). Sum of RGB (Red+Green+Blue) = 191+20+28=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF141C is #40EBE3. Grayscale: #484848. Windows color (decimal): -4254692 or 1840319. OLE color: 1840319.

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

Color convert

RGB 191 20 28 -
CMYK 0 0.90 0.85 0.25
HSL 357.19º 0.81% 0.41% -
HSV(B) 357.19º 0.9% 0.75% -
XYZ 21.95 11.66 2.19 -
YUV 72.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 191 20 28 0 0.90 0.85 0.25 357.19 0.81 0.41
Hex BF 14 1C 0 5A 55 19 165 51 29
Octal 277 24 34 0 132 125 31 545 121 51
Binary 10111111 10100 11100 0 1011010 1010101 11001 101100101 1010001 101001

Color Harmonies of #BF141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF141C

Black with #BF141C

Text Example


Text Example

White with #BF141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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