Shades of Amaranth #DD3344
Tints of Amaranth #DD3344
RGB
CMYK
RGB Variations
Color information
#DD3344 (or 0xDD3344) is known color: Amaranth. HEX triplet: DD, 33 and 44. RGB value is (221,51,68). Sum of RGB (Red+Green+Blue) = 221+51+68=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3344 is #22CCBB. Grayscale: #676767. Windows color (decimal): -2280636 or 4469725. OLE color: 4469725.
HSL color Cylindrical-coordinate representation of color #DD3344: hue angle of 354º 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 #DD3344 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 68 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.13 |
| HSL | 354º | 0.71% | 0.53% | - |
| HSV(B) | 354º | 0.77% | 0.87% | - |
| XYZ | 32.05 | 18.16 | 7.28 | - |
| YUV | 103.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 68 | 0 | 0.77 | 0.69 | 0.13 | 354 | 0.71 | 0.53 |
| Hex | DD | 33 | 44 | 0 | 4D | 45 | D | 162 | 47 | 35 |
| Octal | 335 | 63 | 104 | 0 | 115 | 105 | 15 | 542 | 107 | 65 |
| Binary | 11011101 | 110011 | 1000100 | 0 | 1001101 | 1000101 | 1101 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DD3344
Complementary color
Monochromatic Colors of #DD3344
Black with #DD3344
Text Example
Text Example
White with #DD3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3344; }
p { color: rgb(221,51,68); }
H1.HeaderClassName
{
color: #DD3344;
}
.AnyTagClassName
{
color: #DD3344;
}
</style>
background-color css
<style>
a { background-color: #DD3344; }
a { background-color: rgb(221,51,68); }
div.DivClassName
{
background-color: #DD3344;
}
.BgClassName
{
background-color: #DD3344;
}
</style>
border-color css
<style>
span { border-color: #DD3344; }
span { border-color: rgb(221,51,68); }
td.TdClassName
{
border-color: #DD3344;
}
.TagClassName
{
border-color: #DD3344;
}
</style>