#E53241

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

Shades of Alizarin #E53241

Tints of Alizarin #E53241

Color information

#E53241 (or 0xE53241) is unknown color: approx Alizarin. HEX triplet: E5, 32 and 41. RGB value is (229,50,65). Sum of RGB (Red+Green+Blue) = 229+50+65=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E53241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53241 is #1ACDBE. Grayscale: #696969. Windows color (decimal): -1756607 or 4272869. OLE color: 4272869.

HSL color Cylindrical-coordinate representation of color #E53241: hue angle of 354.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53241 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2295065-
CMYK00.780.720.10
HSL354.97º77.49%54.71%-
HSV(B)354.97º78.17%89.8%-
XYZ34.4119.326.92-
YUV105.23105.3216.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 66.57%
GREEN value IS 50 (19.92% from 255) = 14.53%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=66.57%
G=14.53%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229506500.780.720.10354.9777.4954.71
HexE5324104E48A1634d37
Octal3456210101161101254311567
Binary11100101110010100000101001110100100010101011000111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53241; }

 p { color: rgb(229,50,65); }

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

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

 a { background-color: rgb(229,50,65); }

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

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

 span { border-color: rgb(229,50,65); }

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