#DD3A49

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

Shades of Amaranth #DD3A49

Tints of Amaranth #DD3A49

Color information

#DD3A49 (or 0xDD3A49) is unknown color: approx Amaranth. HEX triplet: DD, 3A and 49. RGB value is (221,58,73). Sum of RGB (Red+Green+Blue) = 221+58+73=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A49 is #22C5B6. Grayscale: #6C6C6C. Windows color (decimal): -2278839 or 4799197. OLE color: 4799197.

HSL color Cylindrical-coordinate representation of color #DD3A49: hue angle of 354.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3A49 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2215873-
CMYK00.740.670.13
HSL354.48º70.56%54.71%-
HSV(B)354.48º73.76%86.67%-
XYZ32.5318.888.23-
YUV108.45108208.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.78%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=62.78%
G=16.48%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221587300.740.670.13354.4870.5654.71
HexDD3A4904A43D1624737
Octal3357211101121031554210767
Binary11011101111010100100101001010100001111011011000101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A49; }

 p { color: rgb(221,58,73); }

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

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

 a { background-color: rgb(221,58,73); }

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

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

 span { border-color: rgb(221,58,73); }

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