#E52328

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

Shades of Alizarin #E52328

Tints of Alizarin #E52328

Color information

#E52328 (or 0xE52328) is unknown color: approx Alizarin. HEX triplet: E5, 23 and 28. RGB value is (229,35,40). Sum of RGB (Red+Green+Blue) = 229+35+40=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E52328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52328 is #1ADCD7. Grayscale: #5D5D5D. Windows color (decimal): -1760472 or 2630629. OLE color: 2630629.

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

Color convert

RGB2293540-
CMYK00.850.830.10
HSL358.45º78.86%51.76%-
HSV(B)358.45º84.72%89.8%-
XYZ33.318.013.73-
YUV93.5897.77224.59-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 75.33%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 40 (16.02% from 255) = 13.16%
R=75.33%
G=11.51%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229354000.850.830.10358.4578.8651.76
HexE5232805553A1664f34
Octal345435001251231254611764
Binary1110010110001110100001010101101001110101011001101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52328; }

 p { color: rgb(229,35,40); }

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

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

 a { background-color: rgb(229,35,40); }

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

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

 span { border-color: rgb(229,35,40); }

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