Html Css Color HEX #BF141F Fire Engine Red

📋 copy color: '#BF141F'

red 191 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #BF141F

Tints of Fire Engine Red #BF141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 78.93%
G = 8.26%
B = 12.81%

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

#BF141F (or 0xBF141F) is known color: Fire Engine Red. HEX triplet: BF, 14 and 1F. RGB value is (191,20,31). Sum of RGB (Red+Green+Blue) = 191+20+31=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF141F is #40EBE0. Grayscale: #484848. Windows color (decimal): -4254689 or 2036927. OLE color: 2036927.

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

Color convert

RGB 191 20 31 -
CMYK 0 0.90 0.84 0.25
HSL 356.14º 0.81% 0.41% -
HSV(B) 356.14º 0.9% 0.75% -
XYZ 21.98 11.68 2.39 -
YUV 72.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 191 20 31 0 0.90 0.84 0.25 356.14 0.81 0.41
Hex BF 14 1F 0 5A 54 19 164 51 29
Octal 277 24 37 0 132 124 31 544 121 51
Binary 10111111 10100 11111 0 1011010 1010100 11001 101100100 1010001 101001

Color Harmonies of #BF141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF141F

Black with #BF141F

Text Example


Text Example

White with #BF141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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