Shades of Amaranth #DD4149
Tints of Amaranth #DD4149
RGB
CMYK
RGB Variations
Color information
#DD4149 (or 0xDD4149) is known color: Amaranth. HEX triplet: DD, 41 and 49. RGB value is (221,65,73). Sum of RGB (Red+Green+Blue) = 221+65+73=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4149 is #22BEB6. Grayscale: #707070. Windows color (decimal): -2277047 or 4800989. OLE color: 4800989.
HSL color Cylindrical-coordinate representation of color #DD4149: hue angle of 356.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4149 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 73 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.13 |
| HSL | 356.92º | 0.7% | 0.56% | - |
| HSV(B) | 356.92º | 0.71% | 0.87% | - |
| XYZ | 32.91 | 19.63 | 8.36 | - |
| YUV | 112.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 73 | 0 | 0.71 | 0.67 | 0.13 | 356.92 | 0.7 | 0.56 |
| Hex | DD | 41 | 49 | 0 | 47 | 43 | D | 165 | 46 | 38 |
| Octal | 335 | 101 | 111 | 0 | 107 | 103 | 15 | 545 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1001001 | 0 | 1000111 | 1000011 | 1101 | 101100101 | 1000110 | 111000 |
Color Harmonies of #DD4149
Complementary color
Monochromatic Colors of #DD4149
Black with #DD4149
Text Example
Text Example
White with #DD4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4149; }
p { color: rgb(221,65,73); }
H1.HeaderClassName
{
color: #DD4149;
}
.AnyTagClassName
{
color: #DD4149;
}
</style>
background-color css
<style>
a { background-color: #DD4149; }
a { background-color: rgb(221,65,73); }
div.DivClassName
{
background-color: #DD4149;
}
.BgClassName
{
background-color: #DD4149;
}
</style>
border-color css
<style>
span { border-color: #DD4149; }
span { border-color: rgb(221,65,73); }
td.TdClassName
{
border-color: #DD4149;
}
.TagClassName
{
border-color: #DD4149;
}
</style>