#E4141D

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

Shades of Fire Engine Red #E4141D

Tints of Fire Engine Red #E4141D

Color information

#E4141D (or 0xE4141D) is unknown color: approx Fire Engine Red. HEX triplet: E4, 14 and 1D. RGB value is (228,20,29). Sum of RGB (Red+Green+Blue) = 228+20+29=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E4141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4141D is #1BEBE2. Grayscale: #535353. Windows color (decimal): -1829859 or 1905892. OLE color: 1905892.

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

Color convert

RGB2282029-
CMYK00.910.870.11
HSL357.4º83.87%48.63%-
HSV(B)357.4º91.23%89.41%-
XYZ32.4717.082.75-
YUV83.2297.41231.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 82.31%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=82.31%
G=7.22%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228202900.910.870.11357.483.8748.63
HexE4141D05B57B1655431
Octal344243501331271354512461
Binary11100100101001110101011011101011110111011001011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4141D; }

 p { color: rgb(228,20,29); }

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

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

 a { background-color: rgb(228,20,29); }

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

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

 span { border-color: rgb(228,20,29); }

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