Html Css Color HEX #E53440 Alizarin

📋 copy color: '#E53440'

red 229 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #E53440

Tints of Alizarin #E53440

RGB

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

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

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

R = 66.38%
G = 15.07%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E53440 (or 0xE53440) is known color: Alizarin. HEX triplet: E5, 34 and 40. RGB value is (229,52,64). Sum of RGB (Red+Green+Blue) = 229+52+64=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E53440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53440 is #1ACBBF. Grayscale: #6A6A6A. Windows color (decimal): -1756096 or 4207845. OLE color: 4207845.

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

Color convert

RGB 229 52 64 -
CMYK 0 0.77 0.72 0.10
HSL 355.93º 0.77% 0.55% -
HSV(B) 355.93º 0.77% 0.9% -
XYZ 34.47 19.48 6.79 -
YUV 106.29 104.14 215.52 -
System Red Green Blue C M Y K H S L
Decimal 229 52 64 0 0.77 0.72 0.10 355.93 0.77 0.55
Hex E5 34 40 0 4D 48 A 164 4D 37
Octal 345 64 100 0 115 110 12 544 115 67
Binary 11100101 110100 1000000 0 1001101 1001000 1010 101100100 1001101 110111

Color Harmonies of #E53440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53440

Black with #E53440

Text Example


Text Example

White with #E53440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53440; }

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

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

background-color css

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

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

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

border-color css

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

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

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