Html Css Color HEX #E52932 Alizarin

📋 copy color: '#E52932'

red 229 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #E52932

Tints of Alizarin #E52932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 71.56%
G = 12.81%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E52932 (or 0xE52932) is known color: Alizarin. HEX triplet: E5, 29 and 32. RGB value is (229,41,50). Sum of RGB (Red+Green+Blue) = 229+41+50=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E52932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52932 is #1AD6CD. Grayscale: #626262. Windows color (decimal): -1758926 or 3287525. OLE color: 3287525.

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

Color convert

RGB 229 41 50 -
CMYK 0 0.82 0.78 0.10
HSL 357.13º 0.78% 0.53% -
HSV(B) 357.13º 0.82% 0.9% -
XYZ 33.68 18.47 4.81 -
YUV 98.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 229 41 50 0 0.82 0.78 0.10 357.13 0.78 0.53
Hex E5 29 32 0 52 4E A 165 4E 35
Octal 345 51 62 0 122 116 12 545 116 65
Binary 11100101 101001 110010 0 1010010 1001110 1010 101100101 1001110 110101

Color Harmonies of #E52932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52932

Black with #E52932

Text Example


Text Example

White with #E52932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52932; }

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

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

background-color css

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

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

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

border-color css

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

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

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