Shades of Amaranth #DD3746
Tints of Amaranth #DD3746
RGB
CMYK
RGB Variations
Color information
#DD3746 (or 0xDD3746) is known color: Amaranth. HEX triplet: DD, 37 and 46. RGB value is (221,55,70). Sum of RGB (Red+Green+Blue) = 221+55+70=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3746 is #22C8B9. Grayscale: #6A6A6A. Windows color (decimal): -2279610 or 4601821. OLE color: 4601821.
HSL color Cylindrical-coordinate representation of color #DD3746: hue angle of 354.58º 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 #DD3746 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 70 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.13 |
| HSL | 354.58º | 0.71% | 0.54% | - |
| HSV(B) | 354.58º | 0.75% | 0.87% | - |
| XYZ | 32.29 | 18.55 | 7.67 | - |
| YUV | 106.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 70 | 0 | 0.75 | 0.68 | 0.13 | 354.58 | 0.71 | 0.54 |
| Hex | DD | 37 | 46 | 0 | 4B | 44 | D | 163 | 47 | 36 |
| Octal | 335 | 67 | 106 | 0 | 113 | 104 | 15 | 543 | 107 | 66 |
| Binary | 11011101 | 110111 | 1000110 | 0 | 1001011 | 1000100 | 1101 | 101100011 | 1000111 | 110110 |
Color Harmonies of #DD3746
Complementary color
Monochromatic Colors of #DD3746
Black with #DD3746
Text Example
Text Example
White with #DD3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3746; }
p { color: rgb(221,55,70); }
H1.HeaderClassName
{
color: #DD3746;
}
.AnyTagClassName
{
color: #DD3746;
}
</style>
background-color css
<style>
a { background-color: #DD3746; }
a { background-color: rgb(221,55,70); }
div.DivClassName
{
background-color: #DD3746;
}
.BgClassName
{
background-color: #DD3746;
}
</style>
border-color css
<style>
span { border-color: #DD3746; }
span { border-color: rgb(221,55,70); }
td.TdClassName
{
border-color: #DD3746;
}
.TagClassName
{
border-color: #DD3746;
}
</style>