Shades of Amaranth #D92B51
Tints of Amaranth #D92B51
RGB
CMYK
RGB Variations
Color information
#D92B51 (or 0xD92B51) is known color: Amaranth. HEX triplet: D9, 2B and 51. RGB value is (217,43,81). Sum of RGB (Red+Green+Blue) = 217+43+81=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B51 is #26D4AE. Grayscale: #636363. Windows color (decimal): -2544815 or 5319641. OLE color: 5319641.
HSL color Cylindrical-coordinate representation of color #D92B51: hue angle of 346.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B51 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 81 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.15 |
| HSL | 346.9º | 0.7% | 0.51% | - |
| HSV(B) | 346.9º | 0.8% | 0.85% | - |
| XYZ | 30.96 | 17.07 | 9.45 | - |
| YUV | 99.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 81 | 0 | 0.80 | 0.63 | 0.15 | 346.9 | 0.7 | 0.51 |
| Hex | D9 | 2B | 51 | 0 | 50 | 3F | F | 15B | 46 | 33 |
| Octal | 331 | 53 | 121 | 0 | 120 | 77 | 17 | 533 | 106 | 63 |
| Binary | 11011001 | 101011 | 1010001 | 0 | 1010000 | 111111 | 1111 | 101011011 | 1000110 | 110011 |
Color Harmonies of #D92B51
Complementary color
Monochromatic Colors of #D92B51
Black with #D92B51
Text Example
Text Example
White with #D92B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B51; }
p { color: rgb(217,43,81); }
H1.HeaderClassName
{
color: #D92B51;
}
.AnyTagClassName
{
color: #D92B51;
}
</style>
background-color css
<style>
a { background-color: #D92B51; }
a { background-color: rgb(217,43,81); }
div.DivClassName
{
background-color: #D92B51;
}
.BgClassName
{
background-color: #D92B51;
}
</style>
border-color css
<style>
span { border-color: #D92B51; }
span { border-color: rgb(217,43,81); }
td.TdClassName
{
border-color: #D92B51;
}
.TagClassName
{
border-color: #D92B51;
}
</style>