Html Css Color HEX #E52529 Alizarin

📋 copy color: '#E52529'

red 229 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #E52529

Tints of Alizarin #E52529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 74.59%
G = 12.05%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E52529 (or 0xE52529) is known color: Alizarin. HEX triplet: E5, 25 and 29. RGB value is (229,37,41). Sum of RGB (Red+Green+Blue) = 229+37+41=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E52529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52529 is #1ADAD6. Grayscale: #5F5F5F. Windows color (decimal): -1759959 or 2696677. OLE color: 2696677.

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

Color convert

RGB 229 37 41 -
CMYK 0 0.84 0.82 0.10
HSL 358.75º 0.79% 0.52% -
HSV(B) 358.75º 0.84% 0.9% -
XYZ 33.37 18.14 3.84 -
YUV 94.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 229 37 41 0 0.84 0.82 0.10 358.75 0.79 0.52
Hex E5 25 29 0 54 52 A 167 4F 34
Octal 345 45 51 0 124 122 12 547 117 64
Binary 11100101 100101 101001 0 1010100 1010010 1010 101100111 1001111 110100

Color Harmonies of #E52529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52529

Black with #E52529

Text Example


Text Example

White with #E52529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52529; }

 p { color: rgb(229,37,41); }

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

background-color css

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

 a { background-color: rgb(229,37,41); }

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

border-color css

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

 span { border-color: rgb(229,37,41); }

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