Html Css Color HEX #E53442 Alizarin

📋 copy color: '#E53442'

red 229 ◦ green 52 ◦ blue 66

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

Shades of Alizarin #E53442

Tints of Alizarin #E53442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 65.99%
G = 14.99%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E53442 (or 0xE53442) is known color: Alizarin. HEX triplet: E5, 34 and 42. RGB value is (229,52,66). Sum of RGB (Red+Green+Blue) = 229+52+66=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E53442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53442 is #1ACBBD. Grayscale: #6A6A6A. Windows color (decimal): -1756094 or 4338917. OLE color: 4338917.

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

Color convert

RGB 229 52 66 -
CMYK 0 0.77 0.71 0.10
HSL 355.25º 0.77% 0.55% -
HSV(B) 355.25º 0.77% 0.9% -
XYZ 34.52 19.51 7.1 -
YUV 106.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 229 52 66 0 0.77 0.71 0.10 355.25 0.77 0.55
Hex E5 34 42 0 4D 47 A 163 4D 37
Octal 345 64 102 0 115 107 12 543 115 67
Binary 11100101 110100 1000010 0 1001101 1000111 1010 101100011 1001101 110111

Color Harmonies of #E53442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53442

Black with #E53442

Text Example


Text Example

White with #E53442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53442; }

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

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

background-color css

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

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

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

border-color css

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

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

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