#E52E34

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

Shades of Alizarin #E52E34

Tints of Alizarin #E52E34

Color information

#E52E34 (or 0xE52E34) is unknown color: approx Alizarin. HEX triplet: E5, 2E and 34. RGB value is (229,46,52). Sum of RGB (Red+Green+Blue) = 229+46+52=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E34 is #1AD1CB. Grayscale: #656565. Windows color (decimal): -1757644 or 3419877. OLE color: 3419877.

HSL color Cylindrical-coordinate representation of color #E52E34: hue angle of 358.03º 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 #E52E34 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB2294652-
CMYK00.800.770.10
HSL358.03º77.87%53.92%-
HSV(B)358.03º79.91%89.8%-
XYZ33.9118.865.1-
YUV101.4100.13219.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.03%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=70.03%
G=14.07%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229465200.800.770.10358.0377.8753.92
HexE52E340504DA1664e36
Octal345566401201151254611666
Binary1110010110111011010001010000100110110101011001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E34; }

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

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

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

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

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

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

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

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