Shades of Amaranth #DA2449
Tints of Amaranth #DA2449
RGB
CMYK
RGB Variations
Color information
#DA2449 (or 0xDA2449) is known color: Amaranth. HEX triplet: DA, 24 and 49. RGB value is (218,36,73). Sum of RGB (Red+Green+Blue) = 218+36+73=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2449 is #25DBB6. Grayscale: #5E5E5E. Windows color (decimal): -2481079 or 4793562. OLE color: 4793562.
HSL color Cylindrical-coordinate representation of color #DA2449: hue angle of 347.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2449 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 73 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.15 |
| HSL | 347.8º | 0.72% | 0.5% | - |
| HSV(B) | 347.8º | 0.83% | 0.85% | - |
| XYZ | 30.75 | 16.65 | 7.9 | - |
| YUV | 94.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 73 | 0 | 0.83 | 0.67 | 0.15 | 347.8 | 0.72 | 0.5 |
| Hex | DA | 24 | 49 | 0 | 53 | 43 | F | 15C | 48 | 32 |
| Octal | 332 | 44 | 111 | 0 | 123 | 103 | 17 | 534 | 110 | 62 |
| Binary | 11011010 | 100100 | 1001001 | 0 | 1010011 | 1000011 | 1111 | 101011100 | 1001000 | 110010 |
Color Harmonies of #DA2449
Complementary color
Monochromatic Colors of #DA2449
Black with #DA2449
Text Example
Text Example
White with #DA2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2449; }
p { color: rgb(218,36,73); }
H1.HeaderClassName
{
color: #DA2449;
}
.AnyTagClassName
{
color: #DA2449;
}
</style>
background-color css
<style>
a { background-color: #DA2449; }
a { background-color: rgb(218,36,73); }
div.DivClassName
{
background-color: #DA2449;
}
.BgClassName
{
background-color: #DA2449;
}
</style>
border-color css
<style>
span { border-color: #DA2449; }
span { border-color: rgb(218,36,73); }
td.TdClassName
{
border-color: #DA2449;
}
.TagClassName
{
border-color: #DA2449;
}
</style>