Shades of Amaranth #D21F51
Tints of Amaranth #D21F51
RGB
CMYK
RGB Variations
Color information
#D21F51 (or 0xD21F51) is known color: Amaranth. HEX triplet: D2, 1F and 51. RGB value is (210,31,81). Sum of RGB (Red+Green+Blue) = 210+31+81=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F51 is #2DE0AE. Grayscale: #5A5A5A. Windows color (decimal): -3006639 or 5316562. OLE color: 5316562.
HSL color Cylindrical-coordinate representation of color #D21F51: hue angle of 343.24º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F51 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 81 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.18 |
| HSL | 343.24º | 0.74% | 0.47% | - |
| HSV(B) | 343.24º | 0.85% | 0.82% | - |
| XYZ | 28.55 | 15.28 | 9.23 | - |
| YUV | 90.22 | 122.8 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 81 | 0 | 0.85 | 0.61 | 0.18 | 343.24 | 0.74 | 0.47 |
| Hex | D2 | 1F | 51 | 0 | 55 | 3D | 12 | 157 | 4A | 2F |
| Octal | 322 | 37 | 121 | 0 | 125 | 75 | 22 | 527 | 112 | 57 |
| Binary | 11010010 | 11111 | 1010001 | 0 | 1010101 | 111101 | 10010 | 101010111 | 1001010 | 101111 |
Color Harmonies of #D21F51
Complementary color
Monochromatic Colors of #D21F51
Black with #D21F51
Text Example
Text Example
White with #D21F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21F51; }
p { color: rgb(210,31,81); }
H1.HeaderClassName
{
color: #D21F51;
}
.AnyTagClassName
{
color: #D21F51;
}
</style>
background-color css
<style>
a { background-color: #D21F51; }
a { background-color: rgb(210,31,81); }
div.DivClassName
{
background-color: #D21F51;
}
.BgClassName
{
background-color: #D21F51;
}
</style>
border-color css
<style>
span { border-color: #D21F51; }
span { border-color: rgb(210,31,81); }
td.TdClassName
{
border-color: #D21F51;
}
.TagClassName
{
border-color: #D21F51;
}
</style>