Html Css Color HEX #E53242 Alizarin

📋 copy color: '#E53242'

red 229 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #E53242

Tints of Alizarin #E53242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 66.38%
G = 14.49%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E53242 (or 0xE53242) is known color: Alizarin. HEX triplet: E5, 32 and 42. RGB value is (229,50,66). Sum of RGB (Red+Green+Blue) = 229+50+66=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E53242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53242 is #1ACDBD. Grayscale: #696969. Windows color (decimal): -1756606 or 4338405. OLE color: 4338405.

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

Color convert

RGB 229 50 66 -
CMYK 0 0.78 0.71 0.10
HSL 354.64º 0.77% 0.55% -
HSV(B) 354.64º 0.78% 0.9% -
XYZ 34.44 19.33 7.07 -
YUV 105.35 105.8 216.2 -
System Red Green Blue C M Y K H S L
Decimal 229 50 66 0 0.78 0.71 0.10 354.64 0.77 0.55
Hex E5 32 42 0 4E 47 A 163 4D 37
Octal 345 62 102 0 116 107 12 543 115 67
Binary 11100101 110010 1000010 0 1001110 1000111 1010 101100011 1001101 110111

Color Harmonies of #E53242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53242

Black with #E53242

Text Example


Text Example

White with #E53242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53242; }

 p { color: rgb(229,50,66); }

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

background-color css

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

 a { background-color: rgb(229,50,66); }

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

border-color css

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

 span { border-color: rgb(229,50,66); }

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