Html Css Color HEX #E52132 Alizarin

📋 copy color: '#E52132'

red 229 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #E52132

Tints of Alizarin #E52132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

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

R = 73.4%
G = 10.58%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E52132 (or 0xE52132) is known color: Alizarin. HEX triplet: E5, 21 and 32. RGB value is (229,33,50). Sum of RGB (Red+Green+Blue) = 229+33+50=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E52132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52132 is #1ADECD. Grayscale: #5D5D5D. Windows color (decimal): -1760974 or 3285477. OLE color: 3285477.

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

Color convert

RGB 229 33 50 -
CMYK 0 0.86 0.78 0.10
HSL 354.8º 0.79% 0.51% -
HSV(B) 354.8º 0.86% 0.9% -
XYZ 33.43 17.98 4.73 -
YUV 93.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 229 33 50 0 0.86 0.78 0.10 354.8 0.79 0.51
Hex E5 21 32 0 56 4E A 163 4F 33
Octal 345 41 62 0 126 116 12 543 117 63
Binary 11100101 100001 110010 0 1010110 1001110 1010 101100011 1001111 110011

Color Harmonies of #E52132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52132

Black with #E52132

Text Example


Text Example

White with #E52132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52132; }

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

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

background-color css

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

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

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

border-color css

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

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

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