#E41115

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

Shades of Fire Engine Red #E41115

Tints of Fire Engine Red #E41115

Color information

#E41115 (or 0xE41115) is unknown color: approx Fire Engine Red. HEX triplet: E4, 11 and 15. RGB value is (228,17,21). Sum of RGB (Red+Green+Blue) = 228+17+21=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E41115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41115 is #1BEEEA. Grayscale: #505050. Windows color (decimal): -1830635 or 1380836. OLE color: 1380836.

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

Color convert

RGB2281721-
CMYK00.930.910.11
HSL358.86º86.12%48.04%-
HSV(B)358.86º92.54%89.41%-
XYZ32.3316.952.28-
YUV80.5494.4233.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 85.71%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=85.71%
G=6.39%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228172100.930.910.11358.8686.1248.04
HexE4111505D5BB1675630
Octal344212501351331354712660
Binary11100100100011010101011101101101110111011001111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41115; }

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

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

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

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

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

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

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

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