#E40B15

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

Shades of Fire Engine Red #E40B15

Tints of Fire Engine Red #E40B15

Color information

#E40B15 (or 0xE40B15) is unknown color: approx Fire Engine Red. HEX triplet: E4, 0B and 15. RGB value is (228,11,21). Sum of RGB (Red+Green+Blue) = 228+11+21=260 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.69% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40B15 is #1BF4EA. Grayscale: #4D4D4D. Windows color (decimal): -1832171 or 1379300. OLE color: 1379300.

HSL color Cylindrical-coordinate representation of color #E40B15: hue angle of 357.24º 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 #E40B15 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB2281121-
CMYK00.950.910.11
HSL357.24º90.79%46.86%-
HSV(B)357.24º95.18%89.41%-
XYZ32.2516.792.25-
YUV77.0296.39235.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 87.69%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 21 (8.59% from 255) = 8.08%
R=87.69%
G=4.23%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228112100.950.910.11357.2490.7946.86
HexE4B1505F5BB1655b2f
Octal344132501371331354513357
Binary1110010010111010101011111101101110111011001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40B15; }

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

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

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

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

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

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

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

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