Shades of Amaranth #DD404C
Tints of Amaranth #DD404C
RGB
CMYK
RGB Variations
Color information
#DD404C (or 0xDD404C) is known color: Amaranth. HEX triplet: DD, 40 and 4C. RGB value is (221,64,76). Sum of RGB (Red+Green+Blue) = 221+64+76=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD404C is #22BFB3. Grayscale: #707070. Windows color (decimal): -2277300 or 4997341. OLE color: 4997341.
HSL color Cylindrical-coordinate representation of color #DD404C: hue angle of 355.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD404C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 76 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.13 |
| HSL | 355.41º | 0.7% | 0.56% | - |
| HSV(B) | 355.41º | 0.71% | 0.87% | - |
| XYZ | 32.96 | 19.56 | 8.88 | - |
| YUV | 112.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 76 | 0 | 0.71 | 0.66 | 0.13 | 355.41 | 0.7 | 0.56 |
| Hex | DD | 40 | 4C | 0 | 47 | 42 | D | 163 | 46 | 38 |
| Octal | 335 | 100 | 114 | 0 | 107 | 102 | 15 | 543 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1001100 | 0 | 1000111 | 1000010 | 1101 | 101100011 | 1000110 | 111000 |
Color Harmonies of #DD404C
Complementary color
Monochromatic Colors of #DD404C
Black with #DD404C
Text Example
Text Example
White with #DD404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD404C; }
p { color: rgb(221,64,76); }
H1.HeaderClassName
{
color: #DD404C;
}
.AnyTagClassName
{
color: #DD404C;
}
</style>
background-color css
<style>
a { background-color: #DD404C; }
a { background-color: rgb(221,64,76); }
div.DivClassName
{
background-color: #DD404C;
}
.BgClassName
{
background-color: #DD404C;
}
</style>
border-color css
<style>
span { border-color: #DD404C; }
span { border-color: rgb(221,64,76); }
td.TdClassName
{
border-color: #DD404C;
}
.TagClassName
{
border-color: #DD404C;
}
</style>