Shades of Amaranth #DA3849
Tints of Amaranth #DA3849
RGB
CMYK
RGB Variations
Color information
#DA3849 (or 0xDA3849) is known color: Amaranth. HEX triplet: DA, 38 and 49. RGB value is (218,56,73). Sum of RGB (Red+Green+Blue) = 218+56+73=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3849 is #25C7B6. Grayscale: #6A6A6A. Windows color (decimal): -2475959 or 4798682. OLE color: 4798682.
HSL color Cylindrical-coordinate representation of color #DA3849: hue angle of 353.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3849 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 73 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.15 |
| HSL | 353.7º | 0.69% | 0.54% | - |
| HSV(B) | 353.7º | 0.74% | 0.85% | - |
| XYZ | 31.53 | 18.21 | 8.16 | - |
| YUV | 106.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 73 | 0 | 0.74 | 0.67 | 0.15 | 353.7 | 0.69 | 0.54 |
| Hex | DA | 38 | 49 | 0 | 4A | 43 | F | 162 | 45 | 36 |
| Octal | 332 | 70 | 111 | 0 | 112 | 103 | 17 | 542 | 105 | 66 |
| Binary | 11011010 | 111000 | 1001001 | 0 | 1001010 | 1000011 | 1111 | 101100010 | 1000101 | 110110 |
Color Harmonies of #DA3849
Complementary color
Monochromatic Colors of #DA3849
Black with #DA3849
Text Example
Text Example
White with #DA3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3849; }
p { color: rgb(218,56,73); }
H1.HeaderClassName
{
color: #DA3849;
}
.AnyTagClassName
{
color: #DA3849;
}
</style>
background-color css
<style>
a { background-color: #DA3849; }
a { background-color: rgb(218,56,73); }
div.DivClassName
{
background-color: #DA3849;
}
.BgClassName
{
background-color: #DA3849;
}
</style>
border-color css
<style>
span { border-color: #DA3849; }
span { border-color: rgb(218,56,73); }
td.TdClassName
{
border-color: #DA3849;
}
.TagClassName
{
border-color: #DA3849;
}
</style>