Html Css Color HEX #BF141D Fire Engine Red

📋 copy color: '#BF141D'

red 191 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #BF141D

Tints of Fire Engine Red #BF141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 79.58%
G = 8.33%
B = 12.08%

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

#BF141D (or 0xBF141D) is known color: Fire Engine Red. HEX triplet: BF, 14 and 1D. RGB value is (191,20,29). Sum of RGB (Red+Green+Blue) = 191+20+29=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF141D is #40EBE2. Grayscale: #484848. Windows color (decimal): -4254691 or 1905855. OLE color: 1905855.

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

Color convert

RGB 191 20 29 -
CMYK 0 0.90 0.85 0.25
HSL 356.84º 0.81% 0.41% -
HSV(B) 356.84º 0.9% 0.75% -
XYZ 21.96 11.67 2.26 -
YUV 72.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 191 20 29 0 0.90 0.85 0.25 356.84 0.81 0.41
Hex BF 14 1D 0 5A 55 19 165 51 29
Octal 277 24 35 0 132 125 31 545 121 51
Binary 10111111 10100 11101 0 1011010 1010101 11001 101100101 1010001 101001

Color Harmonies of #BF141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF141D

Black with #BF141D

Text Example


Text Example

White with #BF141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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