Shades of Amaranth #DD3646
Tints of Amaranth #DD3646
RGB
CMYK
RGB Variations
Color information
#DD3646 (or 0xDD3646) is known color: Amaranth. HEX triplet: DD, 36 and 46. RGB value is (221,54,70). Sum of RGB (Red+Green+Blue) = 221+54+70=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3646 is #22C9B9. Grayscale: #696969. Windows color (decimal): -2279866 or 4601565. OLE color: 4601565.
HSL color Cylindrical-coordinate representation of color #DD3646: hue angle of 354.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3646 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 70 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.13 |
| HSL | 354.25º | 0.71% | 0.54% | - |
| HSV(B) | 354.25º | 0.76% | 0.87% | - |
| XYZ | 32.24 | 18.45 | 7.66 | - |
| YUV | 105.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 70 | 0 | 0.76 | 0.68 | 0.13 | 354.25 | 0.71 | 0.54 |
| Hex | DD | 36 | 46 | 0 | 4C | 44 | D | 162 | 47 | 36 |
| Octal | 335 | 66 | 106 | 0 | 114 | 104 | 15 | 542 | 107 | 66 |
| Binary | 11011101 | 110110 | 1000110 | 0 | 1001100 | 1000100 | 1101 | 101100010 | 1000111 | 110110 |
Color Harmonies of #DD3646
Complementary color
Monochromatic Colors of #DD3646
Black with #DD3646
Text Example
Text Example
White with #DD3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3646; }
p { color: rgb(221,54,70); }
H1.HeaderClassName
{
color: #DD3646;
}
.AnyTagClassName
{
color: #DD3646;
}
</style>
background-color css
<style>
a { background-color: #DD3646; }
a { background-color: rgb(221,54,70); }
div.DivClassName
{
background-color: #DD3646;
}
.BgClassName
{
background-color: #DD3646;
}
</style>
border-color css
<style>
span { border-color: #DD3646; }
span { border-color: rgb(221,54,70); }
td.TdClassName
{
border-color: #DD3646;
}
.TagClassName
{
border-color: #DD3646;
}
</style>