Shades of Amaranth #D51E4D
Tints of Amaranth #D51E4D
RGB
CMYK
RGB Variations
Color information
#D51E4D (or 0xD51E4D) is known color: Amaranth. HEX triplet: D5, 1E and 4D. RGB value is (213,30,77). Sum of RGB (Red+Green+Blue) = 213+30+77=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51E4D is #2AE1B2. Grayscale: #5A5A5A. Windows color (decimal): -2810291 or 5054165. OLE color: 5054165.
HSL color Cylindrical-coordinate representation of color #D51E4D: hue angle of 344.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E4D is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 77 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.16 |
| HSL | 344.59º | 0.75% | 0.48% | - |
| HSV(B) | 344.59º | 0.86% | 0.84% | - |
| XYZ | 29.24 | 15.61 | 8.49 | - |
| YUV | 90.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 77 | 0 | 0.86 | 0.64 | 0.16 | 344.59 | 0.75 | 0.48 |
| Hex | D5 | 1E | 4D | 0 | 56 | 40 | 10 | 159 | 4B | 30 |
| Octal | 325 | 36 | 115 | 0 | 126 | 100 | 20 | 531 | 113 | 60 |
| Binary | 11010101 | 11110 | 1001101 | 0 | 1010110 | 1000000 | 10000 | 101011001 | 1001011 | 110000 |
Color Harmonies of #D51E4D
Complementary color
Monochromatic Colors of #D51E4D
Black with #D51E4D
Text Example
Text Example
White with #D51E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51E4D; }
p { color: rgb(213,30,77); }
H1.HeaderClassName
{
color: #D51E4D;
}
.AnyTagClassName
{
color: #D51E4D;
}
</style>
background-color css
<style>
a { background-color: #D51E4D; }
a { background-color: rgb(213,30,77); }
div.DivClassName
{
background-color: #D51E4D;
}
.BgClassName
{
background-color: #D51E4D;
}
</style>
border-color css
<style>
span { border-color: #D51E4D; }
span { border-color: rgb(213,30,77); }
td.TdClassName
{
border-color: #D51E4D;
}
.TagClassName
{
border-color: #D51E4D;
}
</style>