Shades of Amaranth #D93946
Tints of Amaranth #D93946
RGB
CMYK
RGB Variations
Color information
#D93946 (or 0xD93946) is known color: Amaranth. HEX triplet: D9, 39 and 46. RGB value is (217,57,70). Sum of RGB (Red+Green+Blue) = 217+57+70=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D93946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93946 is #26C6B9. Grayscale: #6A6A6A. Windows color (decimal): -2541242 or 4602329. OLE color: 4602329.
HSL color Cylindrical-coordinate representation of color #D93946: hue angle of 355.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93946 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 70 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.15 |
| HSL | 355.13º | 0.68% | 0.54% | - |
| HSV(B) | 355.13º | 0.74% | 0.85% | - |
| XYZ | 31.18 | 18.12 | 7.65 | - |
| YUV | 106.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 70 | 0 | 0.74 | 0.68 | 0.15 | 355.13 | 0.68 | 0.54 |
| Hex | D9 | 39 | 46 | 0 | 4A | 44 | F | 163 | 44 | 36 |
| Octal | 331 | 71 | 106 | 0 | 112 | 104 | 17 | 543 | 104 | 66 |
| Binary | 11011001 | 111001 | 1000110 | 0 | 1001010 | 1000100 | 1111 | 101100011 | 1000100 | 110110 |
Color Harmonies of #D93946
Complementary color
Monochromatic Colors of #D93946
Black with #D93946
Text Example
Text Example
White with #D93946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93946; }
p { color: rgb(217,57,70); }
H1.HeaderClassName
{
color: #D93946;
}
.AnyTagClassName
{
color: #D93946;
}
</style>
background-color css
<style>
a { background-color: #D93946; }
a { background-color: rgb(217,57,70); }
div.DivClassName
{
background-color: #D93946;
}
.BgClassName
{
background-color: #D93946;
}
</style>
border-color css
<style>
span { border-color: #D93946; }
span { border-color: rgb(217,57,70); }
td.TdClassName
{
border-color: #D93946;
}
.TagClassName
{
border-color: #D93946;
}
</style>