Html Css Color HEX #E52734 Alizarin

📋 copy color: '#E52734'

red 229 ◦ green 39 ◦ blue 52

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

Shades of Alizarin #E52734

Tints of Alizarin #E52734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 71.56%
G = 12.19%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E52734 (or 0xE52734) is known color: Alizarin. HEX triplet: E5, 27 and 34. RGB value is (229,39,52). Sum of RGB (Red+Green+Blue) = 229+39+52=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E52734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52734 is #1AD8CB. Grayscale: #616161. Windows color (decimal): -1759436 or 3418085. OLE color: 3418085.

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

Color convert

RGB 229 39 52 -
CMYK 0 0.83 0.77 0.10
HSL 355.89º 0.79% 0.53% -
HSV(B) 355.89º 0.83% 0.9% -
XYZ 33.66 18.36 5.02 -
YUV 97.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 229 39 52 0 0.83 0.77 0.10 355.89 0.79 0.53
Hex E5 27 34 0 53 4D A 164 4F 35
Octal 345 47 64 0 123 115 12 544 117 65
Binary 11100101 100111 110100 0 1010011 1001101 1010 101100100 1001111 110101

Color Harmonies of #E52734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52734

Black with #E52734

Text Example


Text Example

White with #E52734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52734; }

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

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

background-color css

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

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

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

border-color css

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

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

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