#E50E1E

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

Shades of Fire Engine Red #E50E1E

Tints of Fire Engine Red #E50E1E

Color information

#E50E1E (or 0xE50E1E) is unknown color: approx Fire Engine Red. HEX triplet: E5, 0E and 1E. RGB value is (229,14,30). Sum of RGB (Red+Green+Blue) = 229+14+30=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50E1E is #1AF1E1. Grayscale: #505050. Windows color (decimal): -1765858 or 1969893. OLE color: 1969893.

HSL color Cylindrical-coordinate representation of color #E50E1E: hue angle of 355.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50E1E is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB2291430-
CMYK00.940.870.10
HSL355.53º88.48%47.65%-
HSV(B)355.53º93.89%89.8%-
XYZ32.717.072.8-
YUV80.1199.73234.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 83.88%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=83.88%
G=5.13%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229143000.940.870.10355.5388.4847.65
HexE5E1E05E57A1645830
Octal345163601361271254413060
Binary1110010111101111001011110101011110101011001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50E1E; }

 p { color: rgb(229,14,30); }

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

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

 a { background-color: rgb(229,14,30); }

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

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

 span { border-color: rgb(229,14,30); }

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