Shades of Amaranth #DD2745
Tints of Amaranth #DD2745
RGB
CMYK
RGB Variations
Color information
#DD2745 (or 0xDD2745) is known color: Amaranth. HEX triplet: DD, 27 and 45. RGB value is (221,39,69). Sum of RGB (Red+Green+Blue) = 221+39+69=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2745 is #22D8BA. Grayscale: #606060. Windows color (decimal): -2283707 or 4532189. OLE color: 4532189.
HSL color Cylindrical-coordinate representation of color #DD2745: hue angle of 350.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2745 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.13 |
| HSL | 350.11º | 0.73% | 0.51% | - |
| HSV(B) | 350.11º | 0.82% | 0.87% | - |
| XYZ | 31.62 | 17.25 | 7.29 | - |
| YUV | 96.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 69 | 0 | 0.82 | 0.69 | 0.13 | 350.11 | 0.73 | 0.51 |
| Hex | DD | 27 | 45 | 0 | 52 | 45 | D | 15E | 49 | 33 |
| Octal | 335 | 47 | 105 | 0 | 122 | 105 | 15 | 536 | 111 | 63 |
| Binary | 11011101 | 100111 | 1000101 | 0 | 1010010 | 1000101 | 1101 | 101011110 | 1001001 | 110011 |
Color Harmonies of #DD2745
Complementary color
Monochromatic Colors of #DD2745
Black with #DD2745
Text Example
Text Example
White with #DD2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2745; }
p { color: rgb(221,39,69); }
H1.HeaderClassName
{
color: #DD2745;
}
.AnyTagClassName
{
color: #DD2745;
}
</style>
background-color css
<style>
a { background-color: #DD2745; }
a { background-color: rgb(221,39,69); }
div.DivClassName
{
background-color: #DD2745;
}
.BgClassName
{
background-color: #DD2745;
}
</style>
border-color css
<style>
span { border-color: #DD2745; }
span { border-color: rgb(221,39,69); }
td.TdClassName
{
border-color: #DD2745;
}
.TagClassName
{
border-color: #DD2745;
}
</style>