#E53D44

Color #E53D44 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E53D44

Tints of Amaranth #E53D44

Color information

#E53D44 (or 0xE53D44) is unknown color: approx Amaranth. HEX triplet: E5, 3D and 44. RGB value is (229,61,68). Sum of RGB (Red+Green+Blue) = 229+61+68=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D44 is #1AC2BB. Grayscale: #707070. Windows color (decimal): -1753788 or 4472293. OLE color: 4472293.

HSL color Cylindrical-coordinate representation of color #E53D44: hue angle of 357.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53D44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB2296168-
CMYK00.730.700.10
HSL357.5º76.36%56.86%-
HSV(B)357.5º73.36%89.8%-
XYZ35.0320.417.56-
YUV112.03103.16211.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.97%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 68 (26.95% from 255) = 18.99%
R=63.97%
G=17.04%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229616800.730.700.10357.576.3656.86
HexE53D4404946A1664c39
Octal3457510401111061254611471
Binary11100101111101100010001001001100011010101011001101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53D44; }

 p { color: rgb(229,61,68); }

 H1.HeaderClassName
 {
   color: #E53D44;
 }
 .AnyTagClassName
 {
   color: #E53D44;
 }
</style>
background-color css

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

 a { background-color: rgb(229,61,68); }

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

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

 span { border-color: rgb(229,61,68); }

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