Shades of Amaranth #DA2445
Tints of Amaranth #DA2445
RGB
CMYK
RGB Variations
Color information
#DA2445 (or 0xDA2445) is known color: Amaranth. HEX triplet: DA, 24 and 45. RGB value is (218,36,69). Sum of RGB (Red+Green+Blue) = 218+36+69=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2445 is #25DBBA. Grayscale: #5E5E5E. Windows color (decimal): -2481083 or 4531418. OLE color: 4531418.
HSL color Cylindrical-coordinate representation of color #DA2445: hue angle of 349.12º 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 #DA2445 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.15 |
| HSL | 349.12º | 0.72% | 0.5% | - |
| HSV(B) | 349.12º | 0.83% | 0.85% | - |
| XYZ | 30.62 | 16.6 | 7.22 | - |
| YUV | 94.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 69 | 0 | 0.83 | 0.68 | 0.15 | 349.12 | 0.72 | 0.5 |
| Hex | DA | 24 | 45 | 0 | 53 | 44 | F | 15D | 48 | 32 |
| Octal | 332 | 44 | 105 | 0 | 123 | 104 | 17 | 535 | 110 | 62 |
| Binary | 11011010 | 100100 | 1000101 | 0 | 1010011 | 1000100 | 1111 | 101011101 | 1001000 | 110010 |
Color Harmonies of #DA2445
Complementary color
Monochromatic Colors of #DA2445
Black with #DA2445
Text Example
Text Example
White with #DA2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2445; }
p { color: rgb(218,36,69); }
H1.HeaderClassName
{
color: #DA2445;
}
.AnyTagClassName
{
color: #DA2445;
}
</style>
background-color css
<style>
a { background-color: #DA2445; }
a { background-color: rgb(218,36,69); }
div.DivClassName
{
background-color: #DA2445;
}
.BgClassName
{
background-color: #DA2445;
}
</style>
border-color css
<style>
span { border-color: #DA2445; }
span { border-color: rgb(218,36,69); }
td.TdClassName
{
border-color: #DA2445;
}
.TagClassName
{
border-color: #DA2445;
}
</style>