Shades of Amaranth #DA3145
Tints of Amaranth #DA3145
RGB
CMYK
RGB Variations
Color information
#DA3145 (or 0xDA3145) is known color: Amaranth. HEX triplet: DA, 31 and 45. RGB value is (218,49,69). Sum of RGB (Red+Green+Blue) = 218+49+69=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3145 is #25CEBA. Grayscale: #656565. Windows color (decimal): -2477755 or 4534746. OLE color: 4534746.
HSL color Cylindrical-coordinate representation of color #DA3145: hue angle of 352.9º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3145 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 69 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.15 |
| HSL | 352.9º | 0.7% | 0.52% | - |
| HSV(B) | 352.9º | 0.78% | 0.85% | - |
| XYZ | 31.09 | 17.53 | 7.38 | - |
| YUV | 101.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 69 | 0 | 0.78 | 0.68 | 0.15 | 352.9 | 0.7 | 0.52 |
| Hex | DA | 31 | 45 | 0 | 4E | 44 | F | 161 | 46 | 34 |
| Octal | 332 | 61 | 105 | 0 | 116 | 104 | 17 | 541 | 106 | 64 |
| Binary | 11011010 | 110001 | 1000101 | 0 | 1001110 | 1000100 | 1111 | 101100001 | 1000110 | 110100 |
Color Harmonies of #DA3145
Complementary color
Monochromatic Colors of #DA3145
Black with #DA3145
Text Example
Text Example
White with #DA3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3145; }
p { color: rgb(218,49,69); }
H1.HeaderClassName
{
color: #DA3145;
}
.AnyTagClassName
{
color: #DA3145;
}
</style>
background-color css
<style>
a { background-color: #DA3145; }
a { background-color: rgb(218,49,69); }
div.DivClassName
{
background-color: #DA3145;
}
.BgClassName
{
background-color: #DA3145;
}
</style>
border-color css
<style>
span { border-color: #DA3145; }
span { border-color: rgb(218,49,69); }
td.TdClassName
{
border-color: #DA3145;
}
.TagClassName
{
border-color: #DA3145;
}
</style>