Shades of Amaranth #D41D50
Tints of Amaranth #D41D50
RGB
CMYK
RGB Variations
Color information
#D41D50 (or 0xD41D50) is known color: Amaranth. HEX triplet: D4, 1D and 50. RGB value is (212,29,80). Sum of RGB (Red+Green+Blue) = 212+29+80=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41D50 is #2BE2AF. Grayscale: #595959. Windows color (decimal): -2876080 or 5250516. OLE color: 5250516.
HSL color Cylindrical-coordinate representation of color #D41D50: hue angle of 343.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D50 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 80 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.17 |
| HSL | 343.28º | 0.76% | 0.47% | - |
| HSV(B) | 343.28º | 0.86% | 0.83% | - |
| XYZ | 29.04 | 15.45 | 9.04 | - |
| YUV | 89.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 80 | 0 | 0.86 | 0.62 | 0.17 | 343.28 | 0.76 | 0.47 |
| Hex | D4 | 1D | 50 | 0 | 56 | 3E | 11 | 157 | 4C | 2F |
| Octal | 324 | 35 | 120 | 0 | 126 | 76 | 21 | 527 | 114 | 57 |
| Binary | 11010100 | 11101 | 1010000 | 0 | 1010110 | 111110 | 10001 | 101010111 | 1001100 | 101111 |
Color Harmonies of #D41D50
Complementary color
Monochromatic Colors of #D41D50
Black with #D41D50
Text Example
Text Example
White with #D41D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D50; }
p { color: rgb(212,29,80); }
H1.HeaderClassName
{
color: #D41D50;
}
.AnyTagClassName
{
color: #D41D50;
}
</style>
background-color css
<style>
a { background-color: #D41D50; }
a { background-color: rgb(212,29,80); }
div.DivClassName
{
background-color: #D41D50;
}
.BgClassName
{
background-color: #D41D50;
}
</style>
border-color css
<style>
span { border-color: #D41D50; }
span { border-color: rgb(212,29,80); }
td.TdClassName
{
border-color: #D41D50;
}
.TagClassName
{
border-color: #D41D50;
}
</style>