Shades of Amaranth #D51D4F
Tints of Amaranth #D51D4F
RGB
CMYK
RGB Variations
Color information
#D51D4F (or 0xD51D4F) is known color: Amaranth. HEX triplet: D5, 1D and 4F. RGB value is (213,29,79). Sum of RGB (Red+Green+Blue) = 213+29+79=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D4F is #2AE2B0. Grayscale: #595959. Windows color (decimal): -2810545 or 5184981. OLE color: 5184981.
HSL color Cylindrical-coordinate representation of color #D51D4F: hue angle of 343.7º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D4F is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 79 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.16 |
| HSL | 343.7º | 0.76% | 0.47% | - |
| HSV(B) | 343.7º | 0.86% | 0.84% | - |
| XYZ | 29.29 | 15.59 | 8.86 | - |
| YUV | 89.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 79 | 0 | 0.86 | 0.63 | 0.16 | 343.7 | 0.76 | 0.47 |
| Hex | D5 | 1D | 4F | 0 | 56 | 3F | 10 | 158 | 4C | 2F |
| Octal | 325 | 35 | 117 | 0 | 126 | 77 | 20 | 530 | 114 | 57 |
| Binary | 11010101 | 11101 | 1001111 | 0 | 1010110 | 111111 | 10000 | 101011000 | 1001100 | 101111 |
Color Harmonies of #D51D4F
Complementary color
Monochromatic Colors of #D51D4F
Black with #D51D4F
Text Example
Text Example
White with #D51D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51D4F; }
p { color: rgb(213,29,79); }
H1.HeaderClassName
{
color: #D51D4F;
}
.AnyTagClassName
{
color: #D51D4F;
}
</style>
background-color css
<style>
a { background-color: #D51D4F; }
a { background-color: rgb(213,29,79); }
div.DivClassName
{
background-color: #D51D4F;
}
.BgClassName
{
background-color: #D51D4F;
}
</style>
border-color css
<style>
span { border-color: #D51D4F; }
span { border-color: rgb(213,29,79); }
td.TdClassName
{
border-color: #D51D4F;
}
.TagClassName
{
border-color: #D51D4F;
}
</style>