#E1121A

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

Shades of Fire Engine Red #E1121A

Tints of Fire Engine Red #E1121A

Color information

#E1121A (or 0xE1121A) is unknown color: approx Fire Engine Red. HEX triplet: E1, 12 and 1A. RGB value is (225,18,26). Sum of RGB (Red+Green+Blue) = 225+18+26=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E1121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1121A is #1EEDE5. Grayscale: #505050. Windows color (decimal): -2026982 or 1708769. OLE color: 1708769.

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

Color convert

RGB2251826-
CMYK00.920.880.12
HSL357.68º85.19%47.65%-
HSV(B)357.68º92%88.24%-
XYZ31.4516.512.51-
YUV80.897.08230.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.64%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=83.64%
G=6.69%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225182600.920.880.12357.6885.1947.65
HexE1121A05C58C1665530
Octal341223201341301454612560
Binary11100001100101101001011100101100011001011001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1121A; }

 p { color: rgb(225,18,26); }

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

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

 a { background-color: rgb(225,18,26); }

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

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

 span { border-color: rgb(225,18,26); }

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