#E52E36

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

Shades of Alizarin #E52E36

Tints of Alizarin #E52E36

Color information

#E52E36 (or 0xE52E36) is unknown color: approx Alizarin. HEX triplet: E5, 2E and 36. RGB value is (229,46,54). Sum of RGB (Red+Green+Blue) = 229+46+54=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E36 is #1AD1C9. Grayscale: #656565. Windows color (decimal): -1757642 or 3550949. OLE color: 3550949.

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

Color convert

RGB2294654-
CMYK00.800.760.10
HSL357.38º77.87%53.92%-
HSV(B)357.38º79.91%89.8%-
XYZ33.9618.885.34-
YUV101.63101.13218.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.60%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=69.60%
G=13.98%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229465400.800.760.10357.3877.8753.92
HexE52E360504CA1654e36
Octal345566601201141254511666
Binary1110010110111011011001010000100110010101011001011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E36; }

 p { color: rgb(229,46,54); }

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

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

 a { background-color: rgb(229,46,54); }

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

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

 span { border-color: rgb(229,46,54); }

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