Shades of Amaranth #DA374F
Tints of Amaranth #DA374F
RGB
CMYK
RGB Variations
Color information
#DA374F (or 0xDA374F) is known color: Amaranth. HEX triplet: DA, 37 and 4F. RGB value is (218,55,79). Sum of RGB (Red+Green+Blue) = 218+55+79=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA374F is #25C8B0. Grayscale: #6A6A6A. Windows color (decimal): -2476209 or 5191642. OLE color: 5191642.
HSL color Cylindrical-coordinate representation of color #DA374F: hue angle of 351.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA374F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 79 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.15 |
| HSL | 351.17º | 0.69% | 0.54% | - |
| HSV(B) | 351.17º | 0.75% | 0.85% | - |
| XYZ | 31.69 | 18.2 | 9.24 | - |
| YUV | 106.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 79 | 0 | 0.75 | 0.64 | 0.15 | 351.17 | 0.69 | 0.54 |
| Hex | DA | 37 | 4F | 0 | 4B | 40 | F | 15F | 45 | 36 |
| Octal | 332 | 67 | 117 | 0 | 113 | 100 | 17 | 537 | 105 | 66 |
| Binary | 11011010 | 110111 | 1001111 | 0 | 1001011 | 1000000 | 1111 | 101011111 | 1000101 | 110110 |
Color Harmonies of #DA374F
Complementary color
Monochromatic Colors of #DA374F
Black with #DA374F
Text Example
Text Example
White with #DA374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA374F; }
p { color: rgb(218,55,79); }
H1.HeaderClassName
{
color: #DA374F;
}
.AnyTagClassName
{
color: #DA374F;
}
</style>
background-color css
<style>
a { background-color: #DA374F; }
a { background-color: rgb(218,55,79); }
div.DivClassName
{
background-color: #DA374F;
}
.BgClassName
{
background-color: #DA374F;
}
</style>
border-color css
<style>
span { border-color: #DA374F; }
span { border-color: rgb(218,55,79); }
td.TdClassName
{
border-color: #DA374F;
}
.TagClassName
{
border-color: #DA374F;
}
</style>