Html Css Color HEX #E52041 Alizarin

📋 copy color: '#E52041'

red 229 ◦ green 32 ◦ blue 65

#E52041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E52041

Tints of Alizarin #E52041

RGB

 RED value IS 229 (89.84% from 255) = 70.25%

 GREEN value IS 32 (12.89% from 255) = 9.82%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 70.25%
G = 9.82%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52041 (or 0xE52041) is known color: Alizarin. HEX triplet: E5, 20 and 41. RGB value is (229,32,65). Sum of RGB (Red+Green+Blue) = 229+32+65=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E52041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52041 is #1ADFBE. Grayscale: #5E5E5E. Windows color (decimal): -1761215 or 4268261. OLE color: 4268261.

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

Color convert

RGB 229 32 65 -
CMYK 0 0.86 0.72 0.10
HSL 349.95º 0.79% 0.51% -
HSV(B) 349.95º 0.86% 0.9% -
XYZ 33.78 18.07 6.71 -
YUV 94.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 229 32 65 0 0.86 0.72 0.10 349.95 0.79 0.51
Hex E5 20 41 0 56 48 A 15E 4F 33
Octal 345 40 101 0 126 110 12 536 117 63
Binary 11100101 100000 1000001 0 1010110 1001000 1010 101011110 1001111 110011

Color Harmonies of #E52041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52041

Black with #E52041

Text Example


Text Example

White with #E52041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52041; }

 p { color: rgb(229,32,65); }

 H1.HeaderClassName
 {
   color: #E52041;
 }
 .AnyTagClassName
 {
   color: #E52041;
 }
</style>

background-color css

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

 a { background-color: rgb(229,32,65); }

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

border-color css

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

 span { border-color: rgb(229,32,65); }

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