Shades of Amaranth #D93947
Tints of Amaranth #D93947
RGB
CMYK
RGB Variations
Color information
#D93947 (or 0xD93947) is known color: Amaranth. HEX triplet: D9, 39 and 47. RGB value is (217,57,71). Sum of RGB (Red+Green+Blue) = 217+57+71=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D93947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93947 is #26C6B8. Grayscale: #6A6A6A. Windows color (decimal): -2541241 or 4667865. OLE color: 4667865.
HSL color Cylindrical-coordinate representation of color #D93947: hue angle of 354.75º 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 #D93947 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 71 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.15 |
| HSL | 354.75º | 0.68% | 0.54% | - |
| HSV(B) | 354.75º | 0.74% | 0.85% | - |
| XYZ | 31.22 | 18.13 | 7.82 | - |
| YUV | 106.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 71 | 0 | 0.74 | 0.67 | 0.15 | 354.75 | 0.68 | 0.54 |
| Hex | D9 | 39 | 47 | 0 | 4A | 43 | F | 163 | 44 | 36 |
| Octal | 331 | 71 | 107 | 0 | 112 | 103 | 17 | 543 | 104 | 66 |
| Binary | 11011001 | 111001 | 1000111 | 0 | 1001010 | 1000011 | 1111 | 101100011 | 1000100 | 110110 |
Color Harmonies of #D93947
Complementary color
Monochromatic Colors of #D93947
Black with #D93947
Text Example
Text Example
White with #D93947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93947; }
p { color: rgb(217,57,71); }
H1.HeaderClassName
{
color: #D93947;
}
.AnyTagClassName
{
color: #D93947;
}
</style>
background-color css
<style>
a { background-color: #D93947; }
a { background-color: rgb(217,57,71); }
div.DivClassName
{
background-color: #D93947;
}
.BgClassName
{
background-color: #D93947;
}
</style>
border-color css
<style>
span { border-color: #D93947; }
span { border-color: rgb(217,57,71); }
td.TdClassName
{
border-color: #D93947;
}
.TagClassName
{
border-color: #D93947;
}
</style>