Html Css Color HEX #E52E34 Alizarin

📋 copy color: '#E52E34'

red 229 ◦ green 46 ◦ blue 52

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

Shades of Alizarin #E52E34

Tints of Alizarin #E52E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

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

R = 70.03%
G = 14.07%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E52E34 (or 0xE52E34) is known color: Alizarin. HEX triplet: E5, 2E and 34. RGB value is (229,46,52). Sum of RGB (Red+Green+Blue) = 229+46+52=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52E34 is #1AD1CB. Grayscale: #656565. Windows color (decimal): -1757644 or 3419877. OLE color: 3419877.

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

Color convert

RGB 229 46 52 -
CMYK 0 0.80 0.77 0.10
HSL 358.03º 0.78% 0.54% -
HSV(B) 358.03º 0.8% 0.9% -
XYZ 33.91 18.86 5.1 -
YUV 101.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 229 46 52 0 0.80 0.77 0.10 358.03 0.78 0.54
Hex E5 2E 34 0 50 4D A 166 4E 36
Octal 345 56 64 0 120 115 12 546 116 66
Binary 11100101 101110 110100 0 1010000 1001101 1010 101100110 1001110 110110

Color Harmonies of #E52E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E34

Black with #E52E34

Text Example


Text Example

White with #E52E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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