#E40B16

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

Shades of Fire Engine Red #E40B16

Tints of Fire Engine Red #E40B16

Color information

#E40B16 (or 0xE40B16) is unknown color: approx Fire Engine Red. HEX triplet: E4, 0B and 16. RGB value is (228,11,22). Sum of RGB (Red+Green+Blue) = 228+11+22=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B16 is #1BF4E9. Grayscale: #4D4D4D. Windows color (decimal): -1832170 or 1444836. OLE color: 1444836.

HSL color Cylindrical-coordinate representation of color #E40B16: hue angle of 356.96º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB2281122-
CMYK00.950.900.11
HSL356.96º90.79%46.86%-
HSV(B)356.96º95.18%89.41%-
XYZ32.2616.792.3-
YUV77.1496.89235.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 87.36%
GREEN value IS 11 (4.69% from 255) = 4.21%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=87.36%
G=4.21%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228112200.950.900.11356.9690.7946.86
HexE4B1605F5AB1655b2f
Octal344132601371321354513357
Binary1110010010111011001011111101101010111011001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40B16; }

 p { color: rgb(228,11,22); }

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

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

 a { background-color: rgb(228,11,22); }

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

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

 span { border-color: rgb(228,11,22); }

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