Html Css Color HEX #E52334 Alizarin

📋 copy color: '#E52334'

red 229 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #E52334

Tints of Alizarin #E52334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 72.47%
G = 11.08%
B = 16.46%

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

#E52334 (or 0xE52334) is known color: Alizarin. HEX triplet: E5, 23 and 34. RGB value is (229,35,52). Sum of RGB (Red+Green+Blue) = 229+35+52=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E52334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52334 is #1ADCCB. Grayscale: #5F5F5F. Windows color (decimal): -1760460 or 3417061. OLE color: 3417061.

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

Color convert

RGB 229 35 52 -
CMYK 0 0.85 0.77 0.10
HSL 354.74º 0.79% 0.52% -
HSV(B) 354.74º 0.85% 0.9% -
XYZ 33.53 18.11 4.98 -
YUV 94.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 229 35 52 0 0.85 0.77 0.10 354.74 0.79 0.52
Hex E5 23 34 0 55 4D A 163 4F 34
Octal 345 43 64 0 125 115 12 543 117 64
Binary 11100101 100011 110100 0 1010101 1001101 1010 101100011 1001111 110100

Color Harmonies of #E52334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52334

Black with #E52334

Text Example


Text Example

White with #E52334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52334; }

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

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

background-color css

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

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

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

border-color css

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

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

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