Shades of Amaranth #DD4046
Tints of Amaranth #DD4046
RGB
CMYK
RGB Variations
Color information
#DD4046 (or 0xDD4046) is known color: Amaranth. HEX triplet: DD, 40 and 46. RGB value is (221,64,70). Sum of RGB (Red+Green+Blue) = 221+64+70=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4046 is #22BFB9. Grayscale: #6F6F6F. Windows color (decimal): -2277306 or 4604125. OLE color: 4604125.
HSL color Cylindrical-coordinate representation of color #DD4046: hue angle of 357.71º 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 #DD4046 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 70 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.13 |
| HSL | 357.71º | 0.7% | 0.56% | - |
| HSV(B) | 357.71º | 0.71% | 0.87% | - |
| XYZ | 32.76 | 19.48 | 7.83 | - |
| YUV | 111.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 70 | 0 | 0.71 | 0.68 | 0.13 | 357.71 | 0.7 | 0.56 |
| Hex | DD | 40 | 46 | 0 | 47 | 44 | D | 166 | 46 | 38 |
| Octal | 335 | 100 | 106 | 0 | 107 | 104 | 15 | 546 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1000110 | 0 | 1000111 | 1000100 | 1101 | 101100110 | 1000110 | 111000 |
Color Harmonies of #DD4046
Complementary color
Monochromatic Colors of #DD4046
Black with #DD4046
Text Example
Text Example
White with #DD4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4046; }
p { color: rgb(221,64,70); }
H1.HeaderClassName
{
color: #DD4046;
}
.AnyTagClassName
{
color: #DD4046;
}
</style>
background-color css
<style>
a { background-color: #DD4046; }
a { background-color: rgb(221,64,70); }
div.DivClassName
{
background-color: #DD4046;
}
.BgClassName
{
background-color: #DD4046;
}
</style>
border-color css
<style>
span { border-color: #DD4046; }
span { border-color: rgb(221,64,70); }
td.TdClassName
{
border-color: #DD4046;
}
.TagClassName
{
border-color: #DD4046;
}
</style>