#E52E30

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

Shades of Alizarin #E52E30

Tints of Alizarin #E52E30

Color information

#E52E30 (or 0xE52E30) is unknown color: approx Alizarin. HEX triplet: E5, 2E and 30. RGB value is (229,46,48). Sum of RGB (Red+Green+Blue) = 229+46+48=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E30 is #1AD1CF. Grayscale: #656565. Windows color (decimal): -1757648 or 3157733. OLE color: 3157733.

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

Color convert

RGB2294648-
CMYK00.800.790.10
HSL359.34º77.87%53.92%-
HSV(B)359.34º79.91%89.8%-
XYZ33.8218.834.65-
YUV100.9498.13219.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.90%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=70.90%
G=14.24%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229464800.800.790.10359.3477.8753.92
HexE52E300504FA1674e36
Octal345566001201171254711666
Binary1110010110111011000001010000100111110101011001111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E30; }

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

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

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

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

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

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

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

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