#E1121B

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

Shades of Fire Engine Red #E1121B

Tints of Fire Engine Red #E1121B

Color information

#E1121B (or 0xE1121B) is unknown color: approx Fire Engine Red. HEX triplet: E1, 12 and 1B. RGB value is (225,18,27). Sum of RGB (Red+Green+Blue) = 225+18+27=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1121B is #1EEDE4. Grayscale: #515151. Windows color (decimal): -2026981 or 1774305. OLE color: 1774305.

HSL color Cylindrical-coordinate representation of color #E1121B: hue angle of 357.39º 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 #E1121B is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2251827-
CMYK00.920.880.12
HSL357.39º85.19%47.65%-
HSV(B)357.39º92%88.24%-
XYZ31.4716.522.57-
YUV80.9297.58230.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.33%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 27 (10.94% from 255) = 10%
R=83.33%
G=6.67%
B=10%

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
Decimal225182700.920.880.12357.3985.1947.65
HexE1121B05C58C1655530
Octal341223301341301454512560
Binary11100001100101101101011100101100011001011001011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1121B; }

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

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

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

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

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

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

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

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