Html Css Color HEX #E52140 Alizarin

📋 copy color: '#E52140'

red 229 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #E52140

Tints of Alizarin #E52140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 70.25%
G = 10.12%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52140 (or 0xE52140) is known color: Alizarin. HEX triplet: E5, 21 and 40. RGB value is (229,33,64). Sum of RGB (Red+Green+Blue) = 229+33+64=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E52140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52140 is #1ADEBF. Grayscale: #5F5F5F. Windows color (decimal): -1760960 or 4202981. OLE color: 4202981.

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

Color convert

RGB 229 33 64 -
CMYK 0 0.86 0.72 0.10
HSL 350.51º 0.79% 0.51% -
HSV(B) 350.51º 0.86% 0.9% -
XYZ 33.78 18.12 6.57 -
YUV 95.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 229 33 64 0 0.86 0.72 0.10 350.51 0.79 0.51
Hex E5 21 40 0 56 48 A 15F 4F 33
Octal 345 41 100 0 126 110 12 537 117 63
Binary 11100101 100001 1000000 0 1010110 1001000 1010 101011111 1001111 110011

Color Harmonies of #E52140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52140

Black with #E52140

Text Example


Text Example

White with #E52140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52140; }

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

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

background-color css

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

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

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

border-color css

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

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

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