Html Css Color HEX #E52240 Alizarin

📋 copy color: '#E52240'

red 229 ◦ green 34 ◦ blue 64

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

Shades of Alizarin #E52240

Tints of Alizarin #E52240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 70.03%
G = 10.4%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52240 (or 0xE52240) is known color: Alizarin. HEX triplet: E5, 22 and 40. RGB value is (229,34,64). Sum of RGB (Red+Green+Blue) = 229+34+64=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E52240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52240 is #1ADDBF. Grayscale: #5F5F5F. Windows color (decimal): -1760704 or 4203237. OLE color: 4203237.

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

Color convert

RGB 229 34 64 -
CMYK 0 0.85 0.72 0.10
HSL 350.77º 0.79% 0.52% -
HSV(B) 350.77º 0.85% 0.9% -
XYZ 33.81 18.17 6.58 -
YUV 95.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 229 34 64 0 0.85 0.72 0.10 350.77 0.79 0.52
Hex E5 22 40 0 55 48 A 15F 4F 34
Octal 345 42 100 0 125 110 12 537 117 64
Binary 11100101 100010 1000000 0 1010101 1001000 1010 101011111 1001111 110100

Color Harmonies of #E52240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52240

Black with #E52240

Text Example


Text Example

White with #E52240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52240; }

 p { color: rgb(229,34,64); }

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

background-color css

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

 a { background-color: rgb(229,34,64); }

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

border-color css

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

 span { border-color: rgb(229,34,64); }

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