#BF1618

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

Shades of Fire Engine Red #BF1618

Tints of Fire Engine Red #BF1618

Color information

#BF1618 (or 0xBF1618) is unknown color: approx Fire Engine Red. HEX triplet: BF, 16 and 18. RGB value is (191,22,24). Sum of RGB (Red+Green+Blue) = 191+22+24=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1618 is #40E9E7. Grayscale: #484848. Windows color (decimal): -4254184 or 1578687. OLE color: 1578687.

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

Color convert

RGB1912224-
CMYK00.880.870.25
HSL359.29º79.34%41.76%-
HSV(B)359.29º88.48%74.9%-
XYZ21.9411.721.97-
YUV72.76100.49212.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.59%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=80.59%
G=9.28%
B=10.13%

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
Decimal191222400.880.870.25359.2979.3441.76
HexBF161805857191674f2a
Octal277263001301273154711752
Binary101111111011011000010110001010111110011011001111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1618; }

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

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

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

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

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

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

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

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