#e11e21

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

Shades of Fire Engine Red #E11E21

Tints of Fire Engine Red #E11E21

Color information

#E11E21 (or 0xE11E21) is unknown color: approx Fire Engine Red. HEX triplet: E1, 1E and 21. RGB value is (225,30,33). Sum of RGB (Red+Green+Blue) = 225+30+33=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E21 is #1EE1DE. Grayscale: #585858. Windows color (decimal): -2023903 or 2170593. OLE color: 2170593.

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

Color convert

RGB2253033-
CMYK00.870.850.12
HSL359.08º76.47%50%-
HSV(B)359.08º86.67%88.24%-
XYZ31.7917.053.05-
YUV88.6596.6225.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 78.12%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=78.12%
G=10.42%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225303300.870.850.12359.0876.4750
HexE11E2105755C1674c32
Octal341364101271251454711462
Binary111000011111010000101010111101010111001011001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11e21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11e21; }

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

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

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

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

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

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

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

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