#E41113

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

Shades of Fire Engine Red #E41113

Tints of Fire Engine Red #E41113

Color information

#E41113 (or 0xE41113) is unknown color: approx Fire Engine Red. HEX triplet: E4, 11 and 13. RGB value is (228,17,19). Sum of RGB (Red+Green+Blue) = 228+17+19=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E41113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41113 is #1BEEEC. Grayscale: #505050. Windows color (decimal): -1830637 or 1249764. OLE color: 1249764.

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

Color convert

RGB2281719-
CMYK00.930.920.11
HSL359.43º86.12%48.04%-
HSV(B)359.43º92.54%89.41%-
XYZ32.3116.942.18-
YUV80.3293.4233.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 86.36%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=86.36%
G=6.44%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228171900.930.920.11359.4386.1248.04
HexE4111305D5CB1675630
Octal344212301351341354712660
Binary11100100100011001101011101101110010111011001111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41113; }

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

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

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

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

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

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

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

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