Shades of Amaranth #DD3747
Tints of Amaranth #DD3747
RGB
CMYK
RGB Variations
Color information
#DD3747 (or 0xDD3747) is known color: Amaranth. HEX triplet: DD, 37 and 47. RGB value is (221,55,71). Sum of RGB (Red+Green+Blue) = 221+55+71=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3747 is #22C8B8. Grayscale: #6A6A6A. Windows color (decimal): -2279609 or 4667357. OLE color: 4667357.
HSL color Cylindrical-coordinate representation of color #DD3747: hue angle of 354.22º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3747 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 71 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.13 |
| HSL | 354.22º | 0.71% | 0.54% | - |
| HSV(B) | 354.22º | 0.75% | 0.87% | - |
| XYZ | 32.32 | 18.56 | 7.84 | - |
| YUV | 106.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 71 | 0 | 0.75 | 0.68 | 0.13 | 354.22 | 0.71 | 0.54 |
| Hex | DD | 37 | 47 | 0 | 4B | 44 | D | 162 | 47 | 36 |
| Octal | 335 | 67 | 107 | 0 | 113 | 104 | 15 | 542 | 107 | 66 |
| Binary | 11011101 | 110111 | 1000111 | 0 | 1001011 | 1000100 | 1101 | 101100010 | 1000111 | 110110 |
Color Harmonies of #DD3747
Complementary color
Monochromatic Colors of #DD3747
Black with #DD3747
Text Example
Text Example
White with #DD3747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3747; }
p { color: rgb(221,55,71); }
H1.HeaderClassName
{
color: #DD3747;
}
.AnyTagClassName
{
color: #DD3747;
}
</style>
background-color css
<style>
a { background-color: #DD3747; }
a { background-color: rgb(221,55,71); }
div.DivClassName
{
background-color: #DD3747;
}
.BgClassName
{
background-color: #DD3747;
}
</style>
border-color css
<style>
span { border-color: #DD3747; }
span { border-color: rgb(221,55,71); }
td.TdClassName
{
border-color: #DD3747;
}
.TagClassName
{
border-color: #DD3747;
}
</style>