Shades of Amaranth #D9364C
Tints of Amaranth #D9364C
RGB
CMYK
RGB Variations
Color information
#D9364C (or 0xD9364C) is known color: Amaranth. HEX triplet: D9, 36 and 4C. RGB value is (217,54,76). Sum of RGB (Red+Green+Blue) = 217+54+76=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9364C is #26C9B3. Grayscale: #696969. Windows color (decimal): -2542004 or 4994777. OLE color: 4994777.
HSL color Cylindrical-coordinate representation of color #D9364C: hue angle of 351.9º 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 #D9364C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.15 |
| HSL | 351.9º | 0.68% | 0.53% | - |
| HSV(B) | 351.9º | 0.75% | 0.85% | - |
| XYZ | 31.24 | 17.91 | 8.65 | - |
| YUV | 105.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 76 | 0 | 0.75 | 0.65 | 0.15 | 351.9 | 0.68 | 0.53 |
| Hex | D9 | 36 | 4C | 0 | 4B | 41 | F | 160 | 44 | 35 |
| Octal | 331 | 66 | 114 | 0 | 113 | 101 | 17 | 540 | 104 | 65 |
| Binary | 11011001 | 110110 | 1001100 | 0 | 1001011 | 1000001 | 1111 | 101100000 | 1000100 | 110101 |
Color Harmonies of #D9364C
Complementary color
Monochromatic Colors of #D9364C
Black with #D9364C
Text Example
Text Example
White with #D9364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9364C; }
p { color: rgb(217,54,76); }
H1.HeaderClassName
{
color: #D9364C;
}
.AnyTagClassName
{
color: #D9364C;
}
</style>
background-color css
<style>
a { background-color: #D9364C; }
a { background-color: rgb(217,54,76); }
div.DivClassName
{
background-color: #D9364C;
}
.BgClassName
{
background-color: #D9364C;
}
</style>
border-color css
<style>
span { border-color: #D9364C; }
span { border-color: rgb(217,54,76); }
td.TdClassName
{
border-color: #D9364C;
}
.TagClassName
{
border-color: #D9364C;
}
</style>