Shades of Amaranth #DD2344
Tints of Amaranth #DD2344
RGB
CMYK
RGB Variations
Color information
#DD2344 (or 0xDD2344) is known color: Amaranth. HEX triplet: DD, 23 and 44. RGB value is (221,35,68). Sum of RGB (Red+Green+Blue) = 221+35+68=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2344 is #22DCBB. Grayscale: #5E5E5E. Windows color (decimal): -2284732 or 4465629. OLE color: 4465629.
HSL color Cylindrical-coordinate representation of color #DD2344: hue angle of 349.35º 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 #DD2344 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 68 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.13 |
| HSL | 349.35º | 0.73% | 0.5% | - |
| HSV(B) | 349.35º | 0.84% | 0.87% | - |
| XYZ | 31.46 | 16.99 | 7.09 | - |
| YUV | 94.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 68 | 0 | 0.84 | 0.69 | 0.13 | 349.35 | 0.73 | 0.5 |
| Hex | DD | 23 | 44 | 0 | 54 | 45 | D | 15D | 49 | 32 |
| Octal | 335 | 43 | 104 | 0 | 124 | 105 | 15 | 535 | 111 | 62 |
| Binary | 11011101 | 100011 | 1000100 | 0 | 1010100 | 1000101 | 1101 | 101011101 | 1001001 | 110010 |
Color Harmonies of #DD2344
Complementary color
Monochromatic Colors of #DD2344
Black with #DD2344
Text Example
Text Example
White with #DD2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2344; }
p { color: rgb(221,35,68); }
H1.HeaderClassName
{
color: #DD2344;
}
.AnyTagClassName
{
color: #DD2344;
}
</style>
background-color css
<style>
a { background-color: #DD2344; }
a { background-color: rgb(221,35,68); }
div.DivClassName
{
background-color: #DD2344;
}
.BgClassName
{
background-color: #DD2344;
}
</style>
border-color css
<style>
span { border-color: #DD2344; }
span { border-color: rgb(221,35,68); }
td.TdClassName
{
border-color: #DD2344;
}
.TagClassName
{
border-color: #DD2344;
}
</style>