Shades of Amaranth #DD3045
Tints of Amaranth #DD3045
RGB
CMYK
RGB Variations
Color information
#DD3045 (or 0xDD3045) is known color: Amaranth. HEX triplet: DD, 30 and 45. RGB value is (221,48,69). Sum of RGB (Red+Green+Blue) = 221+48+69=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3045 is #22CFBA. Grayscale: #666666. Windows color (decimal): -2281403 or 4534493. OLE color: 4534493.
HSL color Cylindrical-coordinate representation of color #DD3045: hue angle of 352.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3045 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.13 |
| HSL | 352.72º | 0.72% | 0.53% | - |
| HSV(B) | 352.72º | 0.78% | 0.87% | - |
| XYZ | 31.95 | 17.92 | 7.4 | - |
| YUV | 102.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 69 | 0 | 0.78 | 0.69 | 0.13 | 352.72 | 0.72 | 0.53 |
| Hex | DD | 30 | 45 | 0 | 4E | 45 | D | 161 | 48 | 35 |
| Octal | 335 | 60 | 105 | 0 | 116 | 105 | 15 | 541 | 110 | 65 |
| Binary | 11011101 | 110000 | 1000101 | 0 | 1001110 | 1000101 | 1101 | 101100001 | 1001000 | 110101 |
Color Harmonies of #DD3045
Complementary color
Monochromatic Colors of #DD3045
Black with #DD3045
Text Example
Text Example
White with #DD3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3045; }
p { color: rgb(221,48,69); }
H1.HeaderClassName
{
color: #DD3045;
}
.AnyTagClassName
{
color: #DD3045;
}
</style>
background-color css
<style>
a { background-color: #DD3045; }
a { background-color: rgb(221,48,69); }
div.DivClassName
{
background-color: #DD3045;
}
.BgClassName
{
background-color: #DD3045;
}
</style>
border-color css
<style>
span { border-color: #DD3045; }
span { border-color: rgb(221,48,69); }
td.TdClassName
{
border-color: #DD3045;
}
.TagClassName
{
border-color: #DD3045;
}
</style>