Html Css Color HEX #E53234 Alizarin

📋 copy color: '#E53234'

red 229 ◦ green 50 ◦ blue 52

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

Shades of Alizarin #E53234

Tints of Alizarin #E53234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 69.18%
G = 15.11%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E53234 (or 0xE53234) is known color: Alizarin. HEX triplet: E5, 32 and 34. RGB value is (229,50,52). Sum of RGB (Red+Green+Blue) = 229+50+52=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E53234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53234 is #1ACDCB. Grayscale: #676767. Windows color (decimal): -1756620 or 3420901. OLE color: 3420901.

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

Color convert

RGB 229 50 52 -
CMYK 0 0.78 0.77 0.10
HSL 359.33º 0.77% 0.55% -
HSV(B) 359.33º 0.78% 0.9% -
XYZ 34.07 19.19 5.16 -
YUV 103.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 229 50 52 0 0.78 0.77 0.10 359.33 0.77 0.55
Hex E5 32 34 0 4E 4D A 167 4D 37
Octal 345 62 64 0 116 115 12 547 115 67
Binary 11100101 110010 110100 0 1001110 1001101 1010 101100111 1001101 110111

Color Harmonies of #E53234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53234

Black with #E53234

Text Example


Text Example

White with #E53234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53234; }

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

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

background-color css

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

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

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

border-color css

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

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

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