Shades of Amaranth #D92B53
Tints of Amaranth #D92B53
RGB
CMYK
RGB Variations
Color information
#D92B53 (or 0xD92B53) is known color: Amaranth. HEX triplet: D9, 2B and 53. RGB value is (217,43,83). Sum of RGB (Red+Green+Blue) = 217+43+83=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B53 is #26D4AC. Grayscale: #636363. Windows color (decimal): -2544813 or 5450713. OLE color: 5450713.
HSL color Cylindrical-coordinate representation of color #D92B53: hue angle of 346.21º 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 #D92B53 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 83 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.15 |
| HSL | 346.21º | 0.7% | 0.51% | - |
| HSV(B) | 346.21º | 0.8% | 0.85% | - |
| XYZ | 31.04 | 17.1 | 9.85 | - |
| YUV | 99.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 83 | 0 | 0.80 | 0.62 | 0.15 | 346.21 | 0.7 | 0.51 |
| Hex | D9 | 2B | 53 | 0 | 50 | 3E | F | 15A | 46 | 33 |
| Octal | 331 | 53 | 123 | 0 | 120 | 76 | 17 | 532 | 106 | 63 |
| Binary | 11011001 | 101011 | 1010011 | 0 | 1010000 | 111110 | 1111 | 101011010 | 1000110 | 110011 |
Color Harmonies of #D92B53
Complementary color
Monochromatic Colors of #D92B53
Black with #D92B53
Text Example
Text Example
White with #D92B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B53; }
p { color: rgb(217,43,83); }
H1.HeaderClassName
{
color: #D92B53;
}
.AnyTagClassName
{
color: #D92B53;
}
</style>
background-color css
<style>
a { background-color: #D92B53; }
a { background-color: rgb(217,43,83); }
div.DivClassName
{
background-color: #D92B53;
}
.BgClassName
{
background-color: #D92B53;
}
</style>
border-color css
<style>
span { border-color: #D92B53; }
span { border-color: rgb(217,43,83); }
td.TdClassName
{
border-color: #D92B53;
}
.TagClassName
{
border-color: #D92B53;
}
</style>