Shades of Amaranth #DD2444
Tints of Amaranth #DD2444
RGB
CMYK
RGB Variations
Color information
#DD2444 (or 0xDD2444) is known color: Amaranth. HEX triplet: DD, 24 and 44. RGB value is (221,36,68). Sum of RGB (Red+Green+Blue) = 221+36+68=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2444 is #22DBBB. Grayscale: #5F5F5F. Windows color (decimal): -2284476 or 4465885. OLE color: 4465885.
HSL color Cylindrical-coordinate representation of color #DD2444: hue angle of 349.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2444 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.13 |
| HSL | 349.62º | 0.73% | 0.5% | - |
| HSV(B) | 349.62º | 0.84% | 0.87% | - |
| XYZ | 31.49 | 17.05 | 7.1 | - |
| YUV | 94.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 68 | 0 | 0.84 | 0.69 | 0.13 | 349.62 | 0.73 | 0.5 |
| Hex | DD | 24 | 44 | 0 | 54 | 45 | D | 15E | 49 | 32 |
| Octal | 335 | 44 | 104 | 0 | 124 | 105 | 15 | 536 | 111 | 62 |
| Binary | 11011101 | 100100 | 1000100 | 0 | 1010100 | 1000101 | 1101 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DD2444
Complementary color
Monochromatic Colors of #DD2444
Black with #DD2444
Text Example
Text Example
White with #DD2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2444; }
p { color: rgb(221,36,68); }
H1.HeaderClassName
{
color: #DD2444;
}
.AnyTagClassName
{
color: #DD2444;
}
</style>
background-color css
<style>
a { background-color: #DD2444; }
a { background-color: rgb(221,36,68); }
div.DivClassName
{
background-color: #DD2444;
}
.BgClassName
{
background-color: #DD2444;
}
</style>
border-color css
<style>
span { border-color: #DD2444; }
span { border-color: rgb(221,36,68); }
td.TdClassName
{
border-color: #DD2444;
}
.TagClassName
{
border-color: #DD2444;
}
</style>