Shades of Amaranth #DA3945
Tints of Amaranth #DA3945
RGB
CMYK
RGB Variations
Color information
#DA3945 (or 0xDA3945) is known color: Amaranth. HEX triplet: DA, 39 and 45. RGB value is (218,57,69). Sum of RGB (Red+Green+Blue) = 218+57+69=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3945 is #25C6BA. Grayscale: #6A6A6A. Windows color (decimal): -2475707 or 4536794. OLE color: 4536794.
HSL color Cylindrical-coordinate representation of color #DA3945: hue angle of 355.53º 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 #DA3945 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 69 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.15 |
| HSL | 355.53º | 0.69% | 0.54% | - |
| HSV(B) | 355.53º | 0.74% | 0.85% | - |
| XYZ | 31.45 | 18.26 | 7.5 | - |
| YUV | 106.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 69 | 0 | 0.74 | 0.68 | 0.15 | 355.53 | 0.69 | 0.54 |
| Hex | DA | 39 | 45 | 0 | 4A | 44 | F | 164 | 45 | 36 |
| Octal | 332 | 71 | 105 | 0 | 112 | 104 | 17 | 544 | 105 | 66 |
| Binary | 11011010 | 111001 | 1000101 | 0 | 1001010 | 1000100 | 1111 | 101100100 | 1000101 | 110110 |
Color Harmonies of #DA3945
Complementary color
Monochromatic Colors of #DA3945
Black with #DA3945
Text Example
Text Example
White with #DA3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3945; }
p { color: rgb(218,57,69); }
H1.HeaderClassName
{
color: #DA3945;
}
.AnyTagClassName
{
color: #DA3945;
}
</style>
background-color css
<style>
a { background-color: #DA3945; }
a { background-color: rgb(218,57,69); }
div.DivClassName
{
background-color: #DA3945;
}
.BgClassName
{
background-color: #DA3945;
}
</style>
border-color css
<style>
span { border-color: #DA3945; }
span { border-color: rgb(218,57,69); }
td.TdClassName
{
border-color: #DA3945;
}
.TagClassName
{
border-color: #DA3945;
}
</style>