Shades of Amaranth #D92946
Tints of Amaranth #D92946
RGB
CMYK
RGB Variations
Color information
#D92946 (or 0xD92946) is known color: Amaranth. HEX triplet: D9, 29 and 46. RGB value is (217,41,70). Sum of RGB (Red+Green+Blue) = 217+41+70=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D92946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92946 is #26D6B9. Grayscale: #606060. Windows color (decimal): -2545338 or 4598233. OLE color: 4598233.
HSL color Cylindrical-coordinate representation of color #D92946: hue angle of 350.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92946 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 70 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.15 |
| HSL | 350.11º | 0.7% | 0.51% | - |
| HSV(B) | 350.11º | 0.81% | 0.85% | - |
| XYZ | 30.51 | 16.78 | 7.42 | - |
| YUV | 96.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 70 | 0 | 0.81 | 0.68 | 0.15 | 350.11 | 0.7 | 0.51 |
| Hex | D9 | 29 | 46 | 0 | 51 | 44 | F | 15E | 46 | 33 |
| Octal | 331 | 51 | 106 | 0 | 121 | 104 | 17 | 536 | 106 | 63 |
| Binary | 11011001 | 101001 | 1000110 | 0 | 1010001 | 1000100 | 1111 | 101011110 | 1000110 | 110011 |
Color Harmonies of #D92946
Complementary color
Monochromatic Colors of #D92946
Black with #D92946
Text Example
Text Example
White with #D92946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92946; }
p { color: rgb(217,41,70); }
H1.HeaderClassName
{
color: #D92946;
}
.AnyTagClassName
{
color: #D92946;
}
</style>
background-color css
<style>
a { background-color: #D92946; }
a { background-color: rgb(217,41,70); }
div.DivClassName
{
background-color: #D92946;
}
.BgClassName
{
background-color: #D92946;
}
</style>
border-color css
<style>
span { border-color: #D92946; }
span { border-color: rgb(217,41,70); }
td.TdClassName
{
border-color: #D92946;
}
.TagClassName
{
border-color: #D92946;
}
</style>