#E52F3C

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

Shades of Alizarin #E52F3C

Tints of Alizarin #E52F3C

Color information

#E52F3C (or 0xE52F3C) is unknown color: approx Alizarin. HEX triplet: E5, 2F and 3C. RGB value is (229,47,60). Sum of RGB (Red+Green+Blue) = 229+47+60=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F3C is #1AD0C3. Grayscale: #676767. Windows color (decimal): -1757380 or 3944421. OLE color: 3944421.

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

Color convert

RGB2294760-
CMYK00.790.740.10
HSL355.71º77.78%54.12%-
HSV(B)355.71º79.48%89.8%-
XYZ34.1519.026.15-
YUV102.9103.8217.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 68.15%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=68.15%
G=13.99%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229476000.790.740.10355.7177.7854.12
HexE52F3C04F4AA1644e36
Octal345577401171121254411666
Binary1110010110111111110001001111100101010101011001001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52F3C; }

 p { color: rgb(229,47,60); }

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

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

 a { background-color: rgb(229,47,60); }

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

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

 span { border-color: rgb(229,47,60); }

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