Html Css Color HEX #E52034 Alizarin

📋 copy color: '#E52034'

red 229 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #E52034

Tints of Alizarin #E52034

RGB

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

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

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

R = 73.16%
G = 10.22%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E52034 (or 0xE52034) is known color: Alizarin. HEX triplet: E5, 20 and 34. RGB value is (229,32,52). Sum of RGB (Red+Green+Blue) = 229+32+52=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E52034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52034 is #1ADFCB. Grayscale: #5D5D5D. Windows color (decimal): -1761228 or 3416293. OLE color: 3416293.

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

Color convert

RGB 229 32 52 -
CMYK 0 0.86 0.77 0.10
HSL 353.91º 0.79% 0.51% -
HSV(B) 353.91º 0.86% 0.9% -
XYZ 33.45 17.94 4.95 -
YUV 93.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 229 32 52 0 0.86 0.77 0.10 353.91 0.79 0.51
Hex E5 20 34 0 56 4D A 162 4F 33
Octal 345 40 64 0 126 115 12 542 117 63
Binary 11100101 100000 110100 0 1010110 1001101 1010 101100010 1001111 110011

Color Harmonies of #E52034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52034

Black with #E52034

Text Example


Text Example

White with #E52034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52034; }

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

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

background-color css

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

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

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

border-color css

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

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

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