#E13D44

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

Shades of Amaranth #E13D44

Tints of Amaranth #E13D44

Color information

#E13D44 (or 0xE13D44) is unknown color: approx Amaranth. HEX triplet: E1, 3D and 44. RGB value is (225,61,68). Sum of RGB (Red+Green+Blue) = 225+61+68=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D44 is #1EC2BB. Grayscale: #6E6E6E. Windows color (decimal): -2015932 or 4472289. OLE color: 4472289.

HSL color Cylindrical-coordinate representation of color #E13D44: hue angle of 357.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2256168-
CMYK00.730.700.12
HSL357.44º73.21%56.08%-
HSV(B)357.44º72.89%88.24%-
XYZ33.7619.767.5-
YUV110.83103.83209.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 63.56%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=63.56%
G=17.23%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225616800.730.700.12357.4473.2156.08
HexE13D4404946C1654938
Octal3417510401111061454511170
Binary11100001111101100010001001001100011011001011001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D44; }

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

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

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

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

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

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

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

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