Html Css Color HEX #E52234 Alizarin

📋 copy color: '#E52234'

red 229 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #E52234

Tints of Alizarin #E52234

RGB

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

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

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

R = 72.7%
G = 10.79%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E52234 (or 0xE52234) is known color: Alizarin. HEX triplet: E5, 22 and 34. RGB value is (229,34,52). Sum of RGB (Red+Green+Blue) = 229+34+52=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E52234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52234 is #1ADDCB. Grayscale: #5E5E5E. Windows color (decimal): -1760716 or 3416805. OLE color: 3416805.

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

Color convert

RGB 229 34 52 -
CMYK 0 0.85 0.77 0.10
HSL 354.46º 0.79% 0.52% -
HSV(B) 354.46º 0.85% 0.9% -
XYZ 33.5 18.05 4.97 -
YUV 94.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 229 34 52 0 0.85 0.77 0.10 354.46 0.79 0.52
Hex E5 22 34 0 55 4D A 162 4F 34
Octal 345 42 64 0 125 115 12 542 117 64
Binary 11100101 100010 110100 0 1010101 1001101 1010 101100010 1001111 110100

Color Harmonies of #E52234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52234

Black with #E52234

Text Example


Text Example

White with #E52234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52234; }

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

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

background-color css

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

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

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

border-color css

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

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

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