Html Css Color HEX #E53D4D Amaranth

📋 copy color: '#E53D4D'

red 229 ◦ green 61 ◦ blue 77

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

Shades of Amaranth #E53D4D

Tints of Amaranth #E53D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.62%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 62.4%
G = 16.62%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E53D4D (or 0xE53D4D) is known color: Amaranth. HEX triplet: E5, 3D and 4D. RGB value is (229,61,77). Sum of RGB (Red+Green+Blue) = 229+61+77=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53D4D is #1AC2B2. Grayscale: #717171. Windows color (decimal): -1753779 or 5062117. OLE color: 5062117.

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

Color convert

RGB 229 61 77 -
CMYK 0 0.73 0.66 0.10
HSL 354.29º 0.76% 0.57% -
HSV(B) 354.29º 0.73% 0.9% -
XYZ 35.32 20.53 9.12 -
YUV 113.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 229 61 77 0 0.73 0.66 0.10 354.29 0.76 0.57
Hex E5 3D 4D 0 49 42 A 162 4C 39
Octal 345 75 115 0 111 102 12 542 114 71
Binary 11100101 111101 1001101 0 1001001 1000010 1010 101100010 1001100 111001

Color Harmonies of #E53D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53D4D

Black with #E53D4D

Text Example


Text Example

White with #E53D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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