Html Css Color HEX #E52232 Alizarin

📋 copy color: '#E52232'

red 229 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #E52232

Tints of Alizarin #E52232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 73.16%
G = 10.86%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E52232 (or 0xE52232) is known color: Alizarin. HEX triplet: E5, 22 and 32. RGB value is (229,34,50). Sum of RGB (Red+Green+Blue) = 229+34+50=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E52232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52232 is #1ADDCD. Grayscale: #5E5E5E. Windows color (decimal): -1760718 or 3285733. OLE color: 3285733.

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

Color convert

RGB 229 34 50 -
CMYK 0 0.85 0.78 0.10
HSL 355.08º 0.79% 0.52% -
HSV(B) 355.08º 0.85% 0.9% -
XYZ 33.46 18.03 4.73 -
YUV 94.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 229 34 50 0 0.85 0.78 0.10 355.08 0.79 0.52
Hex E5 22 32 0 55 4E A 163 4F 34
Octal 345 42 62 0 125 116 12 543 117 64
Binary 11100101 100010 110010 0 1010101 1001110 1010 101100011 1001111 110100

Color Harmonies of #E52232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52232

Black with #E52232

Text Example


Text Example

White with #E52232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52232; }

 p { color: rgb(229,34,50); }

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

background-color css

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

 a { background-color: rgb(229,34,50); }

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

border-color css

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

 span { border-color: rgb(229,34,50); }

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