Shades of Amaranth #DD244C
Tints of Amaranth #DD244C
RGB
CMYK
RGB Variations
Color information
#DD244C (or 0xDD244C) is known color: Amaranth. HEX triplet: DD, 24 and 4C. RGB value is (221,36,76). Sum of RGB (Red+Green+Blue) = 221+36+76=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD244C is #22DBB3. Grayscale: #5F5F5F. Windows color (decimal): -2284468 or 4990173. OLE color: 4990173.
HSL color Cylindrical-coordinate representation of color #DD244C: hue angle of 347.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD244C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 76 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.13 |
| HSL | 347.03º | 0.73% | 0.5% | - |
| HSV(B) | 347.03º | 0.84% | 0.87% | - |
| XYZ | 31.75 | 17.16 | 8.48 | - |
| YUV | 95.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 76 | 0 | 0.84 | 0.66 | 0.13 | 347.03 | 0.73 | 0.5 |
| Hex | DD | 24 | 4C | 0 | 54 | 42 | D | 15B | 49 | 32 |
| Octal | 335 | 44 | 114 | 0 | 124 | 102 | 15 | 533 | 111 | 62 |
| Binary | 11011101 | 100100 | 1001100 | 0 | 1010100 | 1000010 | 1101 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DD244C
Complementary color
Monochromatic Colors of #DD244C
Black with #DD244C
Text Example
Text Example
White with #DD244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD244C; }
p { color: rgb(221,36,76); }
H1.HeaderClassName
{
color: #DD244C;
}
.AnyTagClassName
{
color: #DD244C;
}
</style>
background-color css
<style>
a { background-color: #DD244C; }
a { background-color: rgb(221,36,76); }
div.DivClassName
{
background-color: #DD244C;
}
.BgClassName
{
background-color: #DD244C;
}
</style>
border-color css
<style>
span { border-color: #DD244C; }
span { border-color: rgb(221,36,76); }
td.TdClassName
{
border-color: #DD244C;
}
.TagClassName
{
border-color: #DD244C;
}
</style>