Html Css Color HEX #BF1420 Fire Engine Red

📋 copy color: '#BF1420'

red 191 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #BF1420

Tints of Fire Engine Red #BF1420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 78.6%
G = 8.23%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF1420 (or 0xBF1420) is known color: Fire Engine Red. HEX triplet: BF, 14 and 20. RGB value is (191,20,32). Sum of RGB (Red+Green+Blue) = 191+20+32=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1420 is #40EBDF. Grayscale: #484848. Windows color (decimal): -4254688 or 2102463. OLE color: 2102463.

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

Color convert

RGB 191 20 32 -
CMYK 0 0.90 0.83 0.25
HSL 355.79º 0.81% 0.41% -
HSV(B) 355.79º 0.9% 0.75% -
XYZ 22 11.68 2.46 -
YUV 72.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 191 20 32 0 0.90 0.83 0.25 355.79 0.81 0.41
Hex BF 14 20 0 5A 53 19 164 51 29
Octal 277 24 40 0 132 123 31 544 121 51
Binary 10111111 10100 100000 0 1011010 1010011 11001 101100100 1010001 101001

Color Harmonies of #BF1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1420

Black with #BF1420

Text Example


Text Example

White with #BF1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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