Shades of Amaranth #DD3949
Tints of Amaranth #DD3949
RGB
CMYK
RGB Variations
Color information
#DD3949 (or 0xDD3949) is known color: Amaranth. HEX triplet: DD, 39 and 49. RGB value is (221,57,73). Sum of RGB (Red+Green+Blue) = 221+57+73=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3949 is #22C6B6. Grayscale: #6B6B6B. Windows color (decimal): -2279095 or 4798941. OLE color: 4798941.
HSL color Cylindrical-coordinate representation of color #DD3949: hue angle of 354.15º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3949 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 73 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.13 |
| HSL | 354.15º | 0.71% | 0.55% | - |
| HSV(B) | 354.15º | 0.74% | 0.87% | - |
| XYZ | 32.48 | 18.78 | 8.22 | - |
| YUV | 107.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 73 | 0 | 0.74 | 0.67 | 0.13 | 354.15 | 0.71 | 0.55 |
| Hex | DD | 39 | 49 | 0 | 4A | 43 | D | 162 | 47 | 37 |
| Octal | 335 | 71 | 111 | 0 | 112 | 103 | 15 | 542 | 107 | 67 |
| Binary | 11011101 | 111001 | 1001001 | 0 | 1001010 | 1000011 | 1101 | 101100010 | 1000111 | 110111 |
Color Harmonies of #DD3949
Complementary color
Monochromatic Colors of #DD3949
Black with #DD3949
Text Example
Text Example
White with #DD3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3949; }
p { color: rgb(221,57,73); }
H1.HeaderClassName
{
color: #DD3949;
}
.AnyTagClassName
{
color: #DD3949;
}
</style>
background-color css
<style>
a { background-color: #DD3949; }
a { background-color: rgb(221,57,73); }
div.DivClassName
{
background-color: #DD3949;
}
.BgClassName
{
background-color: #DD3949;
}
</style>
border-color css
<style>
span { border-color: #DD3949; }
span { border-color: rgb(221,57,73); }
td.TdClassName
{
border-color: #DD3949;
}
.TagClassName
{
border-color: #DD3949;
}
</style>