Shades of Amaranth #DA374C
Tints of Amaranth #DA374C
RGB
CMYK
RGB Variations
Color information
#DA374C (or 0xDA374C) is known color: Amaranth. HEX triplet: DA, 37 and 4C. RGB value is (218,55,76). Sum of RGB (Red+Green+Blue) = 218+55+76=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA374C is #25C8B3. Grayscale: #6A6A6A. Windows color (decimal): -2476212 or 4995034. OLE color: 4995034.
HSL color Cylindrical-coordinate representation of color #DA374C: hue angle of 352.27º 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 #DA374C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.15 |
| HSL | 352.27º | 0.69% | 0.54% | - |
| HSV(B) | 352.27º | 0.75% | 0.85% | - |
| XYZ | 31.58 | 18.16 | 8.68 | - |
| YUV | 106.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 76 | 0 | 0.75 | 0.65 | 0.15 | 352.27 | 0.69 | 0.54 |
| Hex | DA | 37 | 4C | 0 | 4B | 41 | F | 160 | 45 | 36 |
| Octal | 332 | 67 | 114 | 0 | 113 | 101 | 17 | 540 | 105 | 66 |
| Binary | 11011010 | 110111 | 1001100 | 0 | 1001011 | 1000001 | 1111 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DA374C
Complementary color
Monochromatic Colors of #DA374C
Black with #DA374C
Text Example
Text Example
White with #DA374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA374C; }
p { color: rgb(218,55,76); }
H1.HeaderClassName
{
color: #DA374C;
}
.AnyTagClassName
{
color: #DA374C;
}
</style>
background-color css
<style>
a { background-color: #DA374C; }
a { background-color: rgb(218,55,76); }
div.DivClassName
{
background-color: #DA374C;
}
.BgClassName
{
background-color: #DA374C;
}
</style>
border-color css
<style>
span { border-color: #DA374C; }
span { border-color: rgb(218,55,76); }
td.TdClassName
{
border-color: #DA374C;
}
.TagClassName
{
border-color: #DA374C;
}
</style>