Html Css Color HEX #E53042 Alizarin

📋 copy color: '#E53042'

red 229 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #E53042

Tints of Alizarin #E53042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 66.76%
G = 13.99%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E53042 (or 0xE53042) is known color: Alizarin. HEX triplet: E5, 30 and 42. RGB value is (229,48,66). Sum of RGB (Red+Green+Blue) = 229+48+66=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E53042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53042 is #1ACFBD. Grayscale: #686868. Windows color (decimal): -1757118 or 4337893. OLE color: 4337893.

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

Color convert

RGB 229 48 66 -
CMYK 0 0.79 0.71 0.10
HSL 354.03º 0.78% 0.54% -
HSV(B) 354.03º 0.79% 0.9% -
XYZ 34.35 19.17 7.04 -
YUV 104.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 229 48 66 0 0.79 0.71 0.10 354.03 0.78 0.54
Hex E5 30 42 0 4F 47 A 162 4E 36
Octal 345 60 102 0 117 107 12 542 116 66
Binary 11100101 110000 1000010 0 1001111 1000111 1010 101100010 1001110 110110

Color Harmonies of #E53042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53042

Black with #E53042

Text Example


Text Example

White with #E53042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53042; }

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

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

background-color css

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

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

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

border-color css

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

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

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