Shades of Amaranth #D9374C
Tints of Amaranth #D9374C
RGB
CMYK
RGB Variations
Color information
#D9374C (or 0xD9374C) is known color: Amaranth. HEX triplet: D9, 37 and 4C. RGB value is (217,55,76). Sum of RGB (Red+Green+Blue) = 217+55+76=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9374C is #26C8B3. Grayscale: #696969. Windows color (decimal): -2541748 or 4995033. OLE color: 4995033.
HSL color Cylindrical-coordinate representation of color #D9374C: hue angle of 352.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9374C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.15 |
| HSL | 352.22º | 0.68% | 0.53% | - |
| HSV(B) | 352.22º | 0.75% | 0.85% | - |
| XYZ | 31.29 | 18.01 | 8.66 | - |
| YUV | 105.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 76 | 0 | 0.75 | 0.65 | 0.15 | 352.22 | 0.68 | 0.53 |
| Hex | D9 | 37 | 4C | 0 | 4B | 41 | F | 160 | 44 | 35 |
| Octal | 331 | 67 | 114 | 0 | 113 | 101 | 17 | 540 | 104 | 65 |
| Binary | 11011001 | 110111 | 1001100 | 0 | 1001011 | 1000001 | 1111 | 101100000 | 1000100 | 110101 |
Color Harmonies of #D9374C
Complementary color
Monochromatic Colors of #D9374C
Black with #D9374C
Text Example
Text Example
White with #D9374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9374C; }
p { color: rgb(217,55,76); }
H1.HeaderClassName
{
color: #D9374C;
}
.AnyTagClassName
{
color: #D9374C;
}
</style>
background-color css
<style>
a { background-color: #D9374C; }
a { background-color: rgb(217,55,76); }
div.DivClassName
{
background-color: #D9374C;
}
.BgClassName
{
background-color: #D9374C;
}
</style>
border-color css
<style>
span { border-color: #D9374C; }
span { border-color: rgb(217,55,76); }
td.TdClassName
{
border-color: #D9374C;
}
.TagClassName
{
border-color: #D9374C;
}
</style>