Shades of Amaranth #D93746
Tints of Amaranth #D93746
RGB
CMYK
RGB Variations
Color information
#D93746 (or 0xD93746) is known color: Amaranth. HEX triplet: D9, 37 and 46. RGB value is (217,55,70). Sum of RGB (Red+Green+Blue) = 217+55+70=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93746 is #26C8B9. Grayscale: #696969. Windows color (decimal): -2541754 or 4601817. OLE color: 4601817.
HSL color Cylindrical-coordinate representation of color #D93746: hue angle of 354.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93746 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 70 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.15 |
| HSL | 354.44º | 0.68% | 0.53% | - |
| HSV(B) | 354.44º | 0.75% | 0.85% | - |
| XYZ | 31.09 | 17.93 | 7.62 | - |
| YUV | 105.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 70 | 0 | 0.75 | 0.68 | 0.15 | 354.44 | 0.68 | 0.53 |
| Hex | D9 | 37 | 46 | 0 | 4B | 44 | F | 162 | 44 | 35 |
| Octal | 331 | 67 | 106 | 0 | 113 | 104 | 17 | 542 | 104 | 65 |
| Binary | 11011001 | 110111 | 1000110 | 0 | 1001011 | 1000100 | 1111 | 101100010 | 1000100 | 110101 |
Color Harmonies of #D93746
Complementary color
Monochromatic Colors of #D93746
Black with #D93746
Text Example
Text Example
White with #D93746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93746; }
p { color: rgb(217,55,70); }
H1.HeaderClassName
{
color: #D93746;
}
.AnyTagClassName
{
color: #D93746;
}
</style>
background-color css
<style>
a { background-color: #D93746; }
a { background-color: rgb(217,55,70); }
div.DivClassName
{
background-color: #D93746;
}
.BgClassName
{
background-color: #D93746;
}
</style>
border-color css
<style>
span { border-color: #D93746; }
span { border-color: rgb(217,55,70); }
td.TdClassName
{
border-color: #D93746;
}
.TagClassName
{
border-color: #D93746;
}
</style>