#BF1619

Color #BF1619 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BF1619

Tints of Fire Engine Red #BF1619

Color information

#BF1619 (or 0xBF1619) is unknown color: approx Fire Engine Red. HEX triplet: BF, 16 and 19. RGB value is (191,22,25). Sum of RGB (Red+Green+Blue) = 191+22+25=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1619 is #40E9E6. Grayscale: #494949. Windows color (decimal): -4254183 or 1644223. OLE color: 1644223.

HSL color Cylindrical-coordinate representation of color #BF1619: hue angle of 358.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1619 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1912225-
CMYK00.880.870.25
HSL358.93º79.34%41.76%-
HSV(B)358.93º88.48%74.9%-
XYZ21.9511.722.03-
YUV72.87100.99212.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.25%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 25 (10.16% from 255) = 10.50%
R=80.25%
G=9.24%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191222500.880.870.25358.9379.3441.76
HexBF161905857191674f2a
Octal277263101301273154711752
Binary101111111011011001010110001010111110011011001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1619; }

 p { color: rgb(191,22,25); }

 H1.HeaderClassName
 {
   color: #BF1619;
 }
 .AnyTagClassName
 {
   color: #BF1619;
 }
</style>
background-color css

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

 a { background-color: rgb(191,22,25); }

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

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

 span { border-color: rgb(191,22,25); }

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