Shades of Amaranth #DD3346
Tints of Amaranth #DD3346
RGB
CMYK
RGB Variations
Color information
#DD3346 (or 0xDD3346) is known color: Amaranth. HEX triplet: DD, 33 and 46. RGB value is (221,51,70). Sum of RGB (Red+Green+Blue) = 221+51+70=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3346 is #22CCB9. Grayscale: #686868. Windows color (decimal): -2280634 or 4600797. OLE color: 4600797.
HSL color Cylindrical-coordinate representation of color #DD3346: hue angle of 353.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3346 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 70 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.13 |
| HSL | 353.29º | 0.71% | 0.53% | - |
| HSV(B) | 353.29º | 0.77% | 0.87% | - |
| XYZ | 32.11 | 18.18 | 7.61 | - |
| YUV | 104 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 70 | 0 | 0.77 | 0.68 | 0.13 | 353.29 | 0.71 | 0.53 |
| Hex | DD | 33 | 46 | 0 | 4D | 44 | D | 161 | 47 | 35 |
| Octal | 335 | 63 | 106 | 0 | 115 | 104 | 15 | 541 | 107 | 65 |
| Binary | 11011101 | 110011 | 1000110 | 0 | 1001101 | 1000100 | 1101 | 101100001 | 1000111 | 110101 |
Color Harmonies of #DD3346
Complementary color
Monochromatic Colors of #DD3346
Black with #DD3346
Text Example
Text Example
White with #DD3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3346; }
p { color: rgb(221,51,70); }
H1.HeaderClassName
{
color: #DD3346;
}
.AnyTagClassName
{
color: #DD3346;
}
</style>
background-color css
<style>
a { background-color: #DD3346; }
a { background-color: rgb(221,51,70); }
div.DivClassName
{
background-color: #DD3346;
}
.BgClassName
{
background-color: #DD3346;
}
</style>
border-color css
<style>
span { border-color: #DD3346; }
span { border-color: rgb(221,51,70); }
td.TdClassName
{
border-color: #DD3346;
}
.TagClassName
{
border-color: #DD3346;
}
</style>