#E1041E

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

Shades of Fire Engine Red #E1041E

Tints of Fire Engine Red #E1041E

Color information

#E1041E (or 0xE1041E) is unknown color: approx Fire Engine Red. HEX triplet: E1, 04 and 1E. RGB value is (225,4,30). Sum of RGB (Red+Green+Blue) = 225+4+30=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041E is #1EFBE1. Grayscale: #494949. Windows color (decimal): -2030562 or 1967329. OLE color: 1967329.

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

Color convert

RGB225430-
CMYK00.980.870.12
HSL352.94º96.51%44.9%-
HSV(B)352.94º98.22%88.24%-
XYZ31.3316.192.7-
YUV73.04103.72236.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 86.87%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=86.87%
G=1.54%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22543000.980.870.12352.9496.5144.9
HexE141E06257C161612d
Octal34143601421271454114155
Binary111000011001111001100010101011111001011000011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1041E; }

 p { color: rgb(225,4,30); }

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

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

 a { background-color: rgb(225,4,30); }

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

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

 span { border-color: rgb(225,4,30); }

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