Shades of Amaranth #DD3047
Tints of Amaranth #DD3047
RGB
CMYK
RGB Variations
Color information
#DD3047 (or 0xDD3047) is known color: Amaranth. HEX triplet: DD, 30 and 47. RGB value is (221,48,71). Sum of RGB (Red+Green+Blue) = 221+48+71=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3047 is #22CFB8. Grayscale: #666666. Windows color (decimal): -2281401 or 4665565. OLE color: 4665565.
HSL color Cylindrical-coordinate representation of color #DD3047: hue angle of 352.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3047 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 71 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.13 |
| HSL | 352.02º | 0.72% | 0.53% | - |
| HSV(B) | 352.02º | 0.78% | 0.87% | - |
| XYZ | 32.01 | 17.94 | 7.74 | - |
| YUV | 102.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 71 | 0 | 0.78 | 0.68 | 0.13 | 352.02 | 0.72 | 0.53 |
| Hex | DD | 30 | 47 | 0 | 4E | 44 | D | 160 | 48 | 35 |
| Octal | 335 | 60 | 107 | 0 | 116 | 104 | 15 | 540 | 110 | 65 |
| Binary | 11011101 | 110000 | 1000111 | 0 | 1001110 | 1000100 | 1101 | 101100000 | 1001000 | 110101 |
Color Harmonies of #DD3047
Complementary color
Monochromatic Colors of #DD3047
Black with #DD3047
Text Example
Text Example
White with #DD3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3047; }
p { color: rgb(221,48,71); }
H1.HeaderClassName
{
color: #DD3047;
}
.AnyTagClassName
{
color: #DD3047;
}
</style>
background-color css
<style>
a { background-color: #DD3047; }
a { background-color: rgb(221,48,71); }
div.DivClassName
{
background-color: #DD3047;
}
.BgClassName
{
background-color: #DD3047;
}
</style>
border-color css
<style>
span { border-color: #DD3047; }
span { border-color: rgb(221,48,71); }
td.TdClassName
{
border-color: #DD3047;
}
.TagClassName
{
border-color: #DD3047;
}
</style>