Shades of Amaranth #DD3947
Tints of Amaranth #DD3947
RGB
CMYK
RGB Variations
Color information
#DD3947 (or 0xDD3947) is known color: Amaranth. HEX triplet: DD, 39 and 47. RGB value is (221,57,71). Sum of RGB (Red+Green+Blue) = 221+57+71=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3947 is #22C6B8. Grayscale: #6B6B6B. Windows color (decimal): -2279097 or 4667869. OLE color: 4667869.
HSL color Cylindrical-coordinate representation of color #DD3947: hue angle of 354.88º 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 #DD3947 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 71 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.13 |
| HSL | 354.88º | 0.71% | 0.55% | - |
| HSV(B) | 354.88º | 0.74% | 0.87% | - |
| XYZ | 32.42 | 18.75 | 7.87 | - |
| YUV | 107.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 71 | 0 | 0.74 | 0.68 | 0.13 | 354.88 | 0.71 | 0.55 |
| Hex | DD | 39 | 47 | 0 | 4A | 44 | D | 163 | 47 | 37 |
| Octal | 335 | 71 | 107 | 0 | 112 | 104 | 15 | 543 | 107 | 67 |
| Binary | 11011101 | 111001 | 1000111 | 0 | 1001010 | 1000100 | 1101 | 101100011 | 1000111 | 110111 |
Color Harmonies of #DD3947
Complementary color
Monochromatic Colors of #DD3947
Black with #DD3947
Text Example
Text Example
White with #DD3947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3947; }
p { color: rgb(221,57,71); }
H1.HeaderClassName
{
color: #DD3947;
}
.AnyTagClassName
{
color: #DD3947;
}
</style>
background-color css
<style>
a { background-color: #DD3947; }
a { background-color: rgb(221,57,71); }
div.DivClassName
{
background-color: #DD3947;
}
.BgClassName
{
background-color: #DD3947;
}
</style>
border-color css
<style>
span { border-color: #DD3947; }
span { border-color: rgb(221,57,71); }
td.TdClassName
{
border-color: #DD3947;
}
.TagClassName
{
border-color: #DD3947;
}
</style>