#E11A2A

Color #E11A2A Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E11A2A

Tints of Alizarin #E11A2A

Color information

#E11A2A (or 0xE11A2A) is unknown color: approx Alizarin. HEX triplet: E1, 1A and 2A. RGB value is (225,26,42). Sum of RGB (Red+Green+Blue) = 225+26+42=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A2A is #1EE5D5. Grayscale: #575757. Windows color (decimal): -2024918 or 2759393. OLE color: 2759393.

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

Color convert

RGB2252642-
CMYK00.880.810.12
HSL355.18º79.28%49.22%-
HSV(B)355.18º88.44%88.24%-
XYZ31.8416.913.78-
YUV87.32102.43226.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.79%
GREEN value IS 26 (10.55% from 255) = 8.87%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=76.79%
G=8.87%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225264200.880.810.12355.1879.2849.22
HexE11A2A05851C1634f31
Octal341325201301211454311761
Binary111000011101010101001011000101000111001011000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A2A; }

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

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

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

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

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

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

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

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