Shades of Amaranth #DD404F
Tints of Amaranth #DD404F
RGB
CMYK
RGB Variations
Color information
#DD404F (or 0xDD404F) is known color: Amaranth. HEX triplet: DD, 40 and 4F. RGB value is (221,64,79). Sum of RGB (Red+Green+Blue) = 221+64+79=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD404F is #22BFB0. Grayscale: #707070. Windows color (decimal): -2277297 or 5193949. OLE color: 5193949.
HSL color Cylindrical-coordinate representation of color #DD404F: hue angle of 354.27º 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 #DD404F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 79 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.13 |
| HSL | 354.27º | 0.7% | 0.56% | - |
| HSV(B) | 354.27º | 0.71% | 0.87% | - |
| XYZ | 33.06 | 19.6 | 9.44 | - |
| YUV | 112.65 | 109.01 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 79 | 0 | 0.71 | 0.64 | 0.13 | 354.27 | 0.7 | 0.56 |
| Hex | DD | 40 | 4F | 0 | 47 | 40 | D | 162 | 46 | 38 |
| Octal | 335 | 100 | 117 | 0 | 107 | 100 | 15 | 542 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1001111 | 0 | 1000111 | 1000000 | 1101 | 101100010 | 1000110 | 111000 |
Color Harmonies of #DD404F
Complementary color
Monochromatic Colors of #DD404F
Black with #DD404F
Text Example
Text Example
White with #DD404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD404F; }
p { color: rgb(221,64,79); }
H1.HeaderClassName
{
color: #DD404F;
}
.AnyTagClassName
{
color: #DD404F;
}
</style>
background-color css
<style>
a { background-color: #DD404F; }
a { background-color: rgb(221,64,79); }
div.DivClassName
{
background-color: #DD404F;
}
.BgClassName
{
background-color: #DD404F;
}
</style>
border-color css
<style>
span { border-color: #DD404F; }
span { border-color: rgb(221,64,79); }
td.TdClassName
{
border-color: #DD404F;
}
.TagClassName
{
border-color: #DD404F;
}
</style>