#E11B22

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

Shades of Fire Engine Red #E11B22

Tints of Fire Engine Red #E11B22

Color information

#E11B22 (or 0xE11B22) is unknown color: approx Fire Engine Red. HEX triplet: E1, 1B and 22. RGB value is (225,27,34). Sum of RGB (Red+Green+Blue) = 225+27+34=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11B22 is #1EE4DD. Grayscale: #575757. Windows color (decimal): -2024670 or 2235361. OLE color: 2235361.

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

Color convert

RGB2252734-
CMYK00.880.850.12
HSL357.88º78.57%49.41%-
HSV(B)357.88º88%88.24%-
XYZ31.7316.913.1-
YUV8798.1226.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 78.67%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 34 (13.67% from 255) = 11.89%
R=78.67%
G=9.44%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225273400.880.850.12357.8878.5749.41
HexE11B2205855C1664f31
Octal341334201301251454611761
Binary111000011101110001001011000101010111001011001101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11B22; }

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

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

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

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

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

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

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

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