Shades of Amaranth #DA3245
Tints of Amaranth #DA3245
RGB
CMYK
RGB Variations
Color information
#DA3245 (or 0xDA3245) is known color: Amaranth. HEX triplet: DA, 32 and 45. RGB value is (218,50,69). Sum of RGB (Red+Green+Blue) = 218+50+69=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3245 is #25CDBA. Grayscale: #666666. Windows color (decimal): -2477499 or 4535002. OLE color: 4535002.
HSL color Cylindrical-coordinate representation of color #DA3245: hue angle of 353.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3245 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 69 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.15 |
| HSL | 353.21º | 0.69% | 0.53% | - |
| HSV(B) | 353.21º | 0.77% | 0.85% | - |
| XYZ | 31.13 | 17.62 | 7.39 | - |
| YUV | 102.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 69 | 0 | 0.77 | 0.68 | 0.15 | 353.21 | 0.69 | 0.53 |
| Hex | DA | 32 | 45 | 0 | 4D | 44 | F | 161 | 45 | 35 |
| Octal | 332 | 62 | 105 | 0 | 115 | 104 | 17 | 541 | 105 | 65 |
| Binary | 11011010 | 110010 | 1000101 | 0 | 1001101 | 1000100 | 1111 | 101100001 | 1000101 | 110101 |
Color Harmonies of #DA3245
Complementary color
Monochromatic Colors of #DA3245
Black with #DA3245
Text Example
Text Example
White with #DA3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3245; }
p { color: rgb(218,50,69); }
H1.HeaderClassName
{
color: #DA3245;
}
.AnyTagClassName
{
color: #DA3245;
}
</style>
background-color css
<style>
a { background-color: #DA3245; }
a { background-color: rgb(218,50,69); }
div.DivClassName
{
background-color: #DA3245;
}
.BgClassName
{
background-color: #DA3245;
}
</style>
border-color css
<style>
span { border-color: #DA3245; }
span { border-color: rgb(218,50,69); }
td.TdClassName
{
border-color: #DA3245;
}
.TagClassName
{
border-color: #DA3245;
}
</style>