Html Css Color HEX #E53134 Alizarin

📋 copy color: '#E53134'

red 229 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #E53134

Tints of Alizarin #E53134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 69.39%
G = 14.85%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E53134 (or 0xE53134) is known color: Alizarin. HEX triplet: E5, 31 and 34. RGB value is (229,49,52). Sum of RGB (Red+Green+Blue) = 229+49+52=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E53134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53134 is #1ACECB. Grayscale: #676767. Windows color (decimal): -1756876 or 3420645. OLE color: 3420645.

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

Color convert

RGB 229 49 52 -
CMYK 0 0.79 0.77 0.10
HSL 359º 0.78% 0.55% -
HSV(B) 359º 0.79% 0.9% -
XYZ 34.03 19.1 5.14 -
YUV 103.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 229 49 52 0 0.79 0.77 0.10 359 0.78 0.55
Hex E5 31 34 0 4F 4D A 167 4E 37
Octal 345 61 64 0 117 115 12 547 116 67
Binary 11100101 110001 110100 0 1001111 1001101 1010 101100111 1001110 110111

Color Harmonies of #E53134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53134

Black with #E53134

Text Example


Text Example

White with #E53134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53134; }

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

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

background-color css

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

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

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

border-color css

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

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

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