Shades of Amaranth #DD3844
Tints of Amaranth #DD3844
RGB
CMYK
RGB Variations
Color information
#DD3844 (or 0xDD3844) is known color: Amaranth. HEX triplet: DD, 38 and 44. RGB value is (221,56,68). Sum of RGB (Red+Green+Blue) = 221+56+68=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3844 is #22C7BB. Grayscale: #6A6A6A. Windows color (decimal): -2279356 or 4471005. OLE color: 4471005.
HSL color Cylindrical-coordinate representation of color #DD3844: hue angle of 355.64º 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 #DD3844 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 68 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.13 |
| HSL | 355.64º | 0.71% | 0.54% | - |
| HSV(B) | 355.64º | 0.75% | 0.87% | - |
| XYZ | 32.28 | 18.62 | 7.36 | - |
| YUV | 106.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 68 | 0 | 0.75 | 0.69 | 0.13 | 355.64 | 0.71 | 0.54 |
| Hex | DD | 38 | 44 | 0 | 4B | 45 | D | 164 | 47 | 36 |
| Octal | 335 | 70 | 104 | 0 | 113 | 105 | 15 | 544 | 107 | 66 |
| Binary | 11011101 | 111000 | 1000100 | 0 | 1001011 | 1000101 | 1101 | 101100100 | 1000111 | 110110 |
Color Harmonies of #DD3844
Complementary color
Monochromatic Colors of #DD3844
Black with #DD3844
Text Example
Text Example
White with #DD3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3844; }
p { color: rgb(221,56,68); }
H1.HeaderClassName
{
color: #DD3844;
}
.AnyTagClassName
{
color: #DD3844;
}
</style>
background-color css
<style>
a { background-color: #DD3844; }
a { background-color: rgb(221,56,68); }
div.DivClassName
{
background-color: #DD3844;
}
.BgClassName
{
background-color: #DD3844;
}
</style>
border-color css
<style>
span { border-color: #DD3844; }
span { border-color: rgb(221,56,68); }
td.TdClassName
{
border-color: #DD3844;
}
.TagClassName
{
border-color: #DD3844;
}
</style>