Shades of Amaranth #D5314C
Tints of Amaranth #D5314C
RGB
CMYK
RGB Variations
Color information
#D5314C (or 0xD5314C) is known color: Amaranth. HEX triplet: D5, 31 and 4C. RGB value is (213,49,76). Sum of RGB (Red+Green+Blue) = 213+49+76=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5314C is #2ACEB3. Grayscale: #656565. Windows color (decimal): -2805428 or 4993493. OLE color: 4993493.
HSL color Cylindrical-coordinate representation of color #D5314C: hue angle of 350.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5314C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 76 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.16 |
| HSL | 350.12º | 0.66% | 0.51% | - |
| HSV(B) | 350.12º | 0.77% | 0.84% | - |
| XYZ | 29.84 | 16.86 | 8.52 | - |
| YUV | 101.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 76 | 0 | 0.77 | 0.64 | 0.16 | 350.12 | 0.66 | 0.51 |
| Hex | D5 | 31 | 4C | 0 | 4D | 40 | 10 | 15E | 42 | 33 |
| Octal | 325 | 61 | 114 | 0 | 115 | 100 | 20 | 536 | 102 | 63 |
| Binary | 11010101 | 110001 | 1001100 | 0 | 1001101 | 1000000 | 10000 | 101011110 | 1000010 | 110011 |
Color Harmonies of #D5314C
Complementary color
Monochromatic Colors of #D5314C
Black with #D5314C
Text Example
Text Example
White with #D5314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5314C; }
p { color: rgb(213,49,76); }
H1.HeaderClassName
{
color: #D5314C;
}
.AnyTagClassName
{
color: #D5314C;
}
</style>
background-color css
<style>
a { background-color: #D5314C; }
a { background-color: rgb(213,49,76); }
div.DivClassName
{
background-color: #D5314C;
}
.BgClassName
{
background-color: #D5314C;
}
</style>
border-color css
<style>
span { border-color: #D5314C; }
span { border-color: rgb(213,49,76); }
td.TdClassName
{
border-color: #D5314C;
}
.TagClassName
{
border-color: #D5314C;
}
</style>