Html Css Color HEX #E52141 Alizarin

📋 copy color: '#E52141'

red 229 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #E52141

Tints of Alizarin #E52141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 70.03%
G = 10.09%
B = 19.88%

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

#E52141 (or 0xE52141) is known color: Alizarin. HEX triplet: E5, 21 and 41. RGB value is (229,33,65). Sum of RGB (Red+Green+Blue) = 229+33+65=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E52141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52141 is #1ADEBE. Grayscale: #5F5F5F. Windows color (decimal): -1760959 or 4268517. OLE color: 4268517.

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

Color convert

RGB 229 33 65 -
CMYK 0 0.86 0.72 0.10
HSL 350.2º 0.79% 0.51% -
HSV(B) 350.2º 0.86% 0.9% -
XYZ 33.81 18.13 6.72 -
YUV 95.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 229 33 65 0 0.86 0.72 0.10 350.2 0.79 0.51
Hex E5 21 41 0 56 48 A 15E 4F 33
Octal 345 41 101 0 126 110 12 536 117 63
Binary 11100101 100001 1000001 0 1010110 1001000 1010 101011110 1001111 110011

Color Harmonies of #E52141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52141

Black with #E52141

Text Example


Text Example

White with #E52141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52141; }

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

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

background-color css

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

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

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

border-color css

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

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

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