Shades of Amaranth #D93047
Tints of Amaranth #D93047
RGB
CMYK
RGB Variations
Color information
#D93047 (or 0xD93047) is known color: Amaranth. HEX triplet: D9, 30 and 47. RGB value is (217,48,71). Sum of RGB (Red+Green+Blue) = 217+48+71=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D93047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93047 is #26CFB8. Grayscale: #656565. Windows color (decimal): -2543545 or 4665561. OLE color: 4665561.
HSL color Cylindrical-coordinate representation of color #D93047: hue angle of 351.83º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93047 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 71 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.15 |
| HSL | 351.83º | 0.69% | 0.52% | - |
| HSV(B) | 351.83º | 0.78% | 0.85% | - |
| XYZ | 30.81 | 17.32 | 7.68 | - |
| YUV | 101.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 71 | 0 | 0.78 | 0.67 | 0.15 | 351.83 | 0.69 | 0.52 |
| Hex | D9 | 30 | 47 | 0 | 4E | 43 | F | 160 | 45 | 34 |
| Octal | 331 | 60 | 107 | 0 | 116 | 103 | 17 | 540 | 105 | 64 |
| Binary | 11011001 | 110000 | 1000111 | 0 | 1001110 | 1000011 | 1111 | 101100000 | 1000101 | 110100 |
Color Harmonies of #D93047
Complementary color
Monochromatic Colors of #D93047
Black with #D93047
Text Example
Text Example
White with #D93047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93047; }
p { color: rgb(217,48,71); }
H1.HeaderClassName
{
color: #D93047;
}
.AnyTagClassName
{
color: #D93047;
}
</style>
background-color css
<style>
a { background-color: #D93047; }
a { background-color: rgb(217,48,71); }
div.DivClassName
{
background-color: #D93047;
}
.BgClassName
{
background-color: #D93047;
}
</style>
border-color css
<style>
span { border-color: #D93047; }
span { border-color: rgb(217,48,71); }
td.TdClassName
{
border-color: #D93047;
}
.TagClassName
{
border-color: #D93047;
}
</style>