Shades of Amaranth #D93846
Tints of Amaranth #D93846
RGB
CMYK
RGB Variations
Color information
#D93846 (or 0xD93846) is known color: Amaranth. HEX triplet: D9, 38 and 46. RGB value is (217,56,70). Sum of RGB (Red+Green+Blue) = 217+56+70=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D93846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93846 is #26C7B9. Grayscale: #696969. Windows color (decimal): -2541498 or 4602073. OLE color: 4602073.
HSL color Cylindrical-coordinate representation of color #D93846: hue angle of 354.78º 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 #D93846 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 70 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.15 |
| HSL | 354.78º | 0.68% | 0.54% | - |
| HSV(B) | 354.78º | 0.74% | 0.85% | - |
| XYZ | 31.13 | 18.02 | 7.63 | - |
| YUV | 105.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 70 | 0 | 0.74 | 0.68 | 0.15 | 354.78 | 0.68 | 0.54 |
| Hex | D9 | 38 | 46 | 0 | 4A | 44 | F | 163 | 44 | 36 |
| Octal | 331 | 70 | 106 | 0 | 112 | 104 | 17 | 543 | 104 | 66 |
| Binary | 11011001 | 111000 | 1000110 | 0 | 1001010 | 1000100 | 1111 | 101100011 | 1000100 | 110110 |
Color Harmonies of #D93846
Complementary color
Monochromatic Colors of #D93846
Black with #D93846
Text Example
Text Example
White with #D93846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93846; }
p { color: rgb(217,56,70); }
H1.HeaderClassName
{
color: #D93846;
}
.AnyTagClassName
{
color: #D93846;
}
</style>
background-color css
<style>
a { background-color: #D93846; }
a { background-color: rgb(217,56,70); }
div.DivClassName
{
background-color: #D93846;
}
.BgClassName
{
background-color: #D93846;
}
</style>
border-color css
<style>
span { border-color: #D93846; }
span { border-color: rgb(217,56,70); }
td.TdClassName
{
border-color: #D93846;
}
.TagClassName
{
border-color: #D93846;
}
</style>