Shades of Amaranth #D92B49
Tints of Amaranth #D92B49
RGB
CMYK
RGB Variations
Color information
#D92B49 (or 0xD92B49) is known color: Amaranth. HEX triplet: D9, 2B and 49. RGB value is (217,43,73). Sum of RGB (Red+Green+Blue) = 217+43+73=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B49 is #26D4B6. Grayscale: #626262. Windows color (decimal): -2544823 or 4795353. OLE color: 4795353.
HSL color Cylindrical-coordinate representation of color #D92B49: hue angle of 349.66º 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 #D92B49 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 73 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.15 |
| HSL | 349.66º | 0.7% | 0.51% | - |
| HSV(B) | 349.66º | 0.8% | 0.85% | - |
| XYZ | 30.68 | 16.96 | 7.96 | - |
| YUV | 98.45 | 113.65 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 73 | 0 | 0.80 | 0.66 | 0.15 | 349.66 | 0.7 | 0.51 |
| Hex | D9 | 2B | 49 | 0 | 50 | 42 | F | 15E | 46 | 33 |
| Octal | 331 | 53 | 111 | 0 | 120 | 102 | 17 | 536 | 106 | 63 |
| Binary | 11011001 | 101011 | 1001001 | 0 | 1010000 | 1000010 | 1111 | 101011110 | 1000110 | 110011 |
Color Harmonies of #D92B49
Complementary color
Monochromatic Colors of #D92B49
Black with #D92B49
Text Example
Text Example
White with #D92B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B49; }
p { color: rgb(217,43,73); }
H1.HeaderClassName
{
color: #D92B49;
}
.AnyTagClassName
{
color: #D92B49;
}
</style>
background-color css
<style>
a { background-color: #D92B49; }
a { background-color: rgb(217,43,73); }
div.DivClassName
{
background-color: #D92B49;
}
.BgClassName
{
background-color: #D92B49;
}
</style>
border-color css
<style>
span { border-color: #D92B49; }
span { border-color: rgb(217,43,73); }
td.TdClassName
{
border-color: #D92B49;
}
.TagClassName
{
border-color: #D92B49;
}
</style>