Html Css Color HEX #E52434 Alizarin

📋 copy color: '#E52434'

red 229 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #E52434

Tints of Alizarin #E52434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 72.24%
G = 11.36%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E52434 (or 0xE52434) is known color: Alizarin. HEX triplet: E5, 24 and 34. RGB value is (229,36,52). Sum of RGB (Red+Green+Blue) = 229+36+52=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E52434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52434 is #1ADBCB. Grayscale: #5F5F5F. Windows color (decimal): -1760204 or 3417317. OLE color: 3417317.

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

Color convert

RGB 229 36 52 -
CMYK 0 0.84 0.77 0.10
HSL 355.03º 0.79% 0.52% -
HSV(B) 355.03º 0.84% 0.9% -
XYZ 33.56 18.17 4.99 -
YUV 95.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 229 36 52 0 0.84 0.77 0.10 355.03 0.79 0.52
Hex E5 24 34 0 54 4D A 163 4F 34
Octal 345 44 64 0 124 115 12 543 117 64
Binary 11100101 100100 110100 0 1010100 1001101 1010 101100011 1001111 110100

Color Harmonies of #E52434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52434

Black with #E52434

Text Example


Text Example

White with #E52434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52434; }

 p { color: rgb(229,36,52); }

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

background-color css

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

 a { background-color: rgb(229,36,52); }

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

border-color css

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

 span { border-color: rgb(229,36,52); }

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