#E5031D

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

Shades of Fire Engine Red #E5031D

Tints of Fire Engine Red #E5031D

Color information

#E5031D (or 0xE5031D) is unknown color: approx Fire Engine Red. HEX triplet: E5, 03 and 1D. RGB value is (229,3,29). Sum of RGB (Red+Green+Blue) = 229+3+29=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E5031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5031D is #1AFCE2. Grayscale: #494949. Windows color (decimal): -1768675 or 1901541. OLE color: 1901541.

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

Color convert

RGB229329-
CMYK00.990.870.10
HSL353.1º97.41%45.49%-
HSV(B)353.1º98.69%89.8%-
XYZ32.5716.812.69-
YUV73.54102.87238.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 87.74%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 29 (11.72% from 255) = 11.11%
R=87.74%
G=1.15%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22932900.990.870.10353.197.4145.49
HexE531D06357A161612d
Octal34533501431271254114155
Binary11100101111110101100011101011110101011000011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5031D; }

 p { color: rgb(229,3,29); }

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

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

 a { background-color: rgb(229,3,29); }

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

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

 span { border-color: rgb(229,3,29); }

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