#E52E38

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

Shades of Alizarin #E52E38

Tints of Alizarin #E52E38

Color information

#E52E38 (or 0xE52E38) is unknown color: approx Alizarin. HEX triplet: E5, 2E and 38. RGB value is (229,46,56). Sum of RGB (Red+Green+Blue) = 229+46+56=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E38 is #1AD1C7. Grayscale: #666666. Windows color (decimal): -1757640 or 3682021. OLE color: 3682021.

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

Color convert

RGB2294656-
CMYK00.800.760.10
HSL356.72º77.87%53.92%-
HSV(B)356.72º79.91%89.8%-
XYZ3418.95.6-
YUV101.86102.13218.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.18%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=69.18%
G=13.90%
B=16.92%

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
Decimal229465600.800.760.10356.7277.8753.92
HexE52E380504CA1654e36
Octal345567001201141254511666
Binary1110010110111011100001010000100110010101011001011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52E38; }

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

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

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

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

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

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

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

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