#E1141D

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

Shades of Fire Engine Red #E1141D

Tints of Fire Engine Red #E1141D

Color information

#E1141D (or 0xE1141D) is unknown color: approx Fire Engine Red. HEX triplet: E1, 14 and 1D. RGB value is (225,20,29). Sum of RGB (Red+Green+Blue) = 225+20+29=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1141D is #1EEBE2. Grayscale: #525252. Windows color (decimal): -2026467 or 1905889. OLE color: 1905889.

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

Color convert

RGB2252029-
CMYK00.910.870.12
HSL357.37º83.67%48.04%-
HSV(B)357.37º91.11%88.24%-
XYZ31.5216.62.7-
YUV82.3297.92229.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 82.12%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=82.12%
G=7.30%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225202900.910.870.12357.3783.6748.04
HexE1141D05B57C1655430
Octal341243501331271454512460
Binary11100001101001110101011011101011111001011001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1141D; }

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

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

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

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

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

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

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

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