Shades of Amaranth #D8244D
Tints of Amaranth #D8244D
RGB
CMYK
RGB Variations
Color information
#D8244D (or 0xD8244D) is known color: Amaranth. HEX triplet: D8, 24 and 4D. RGB value is (216,36,77). Sum of RGB (Red+Green+Blue) = 216+36+77=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8244D is #27DBB2. Grayscale: #5E5E5E. Windows color (decimal): -2612147 or 5055704. OLE color: 5055704.
HSL color Cylindrical-coordinate representation of color #D8244D: hue angle of 346.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8244D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 77 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.15 |
| HSL | 346.33º | 0.71% | 0.49% | - |
| HSV(B) | 346.33º | 0.83% | 0.85% | - |
| XYZ | 30.29 | 16.4 | 8.59 | - |
| YUV | 94.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 77 | 0 | 0.83 | 0.64 | 0.15 | 346.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | 4D | 0 | 53 | 40 | F | 15A | 47 | 31 |
| Octal | 330 | 44 | 115 | 0 | 123 | 100 | 17 | 532 | 107 | 61 |
| Binary | 11011000 | 100100 | 1001101 | 0 | 1010011 | 1000000 | 1111 | 101011010 | 1000111 | 110001 |
Color Harmonies of #D8244D
Complementary color
Monochromatic Colors of #D8244D
Black with #D8244D
Text Example
Text Example
White with #D8244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8244D; }
p { color: rgb(216,36,77); }
H1.HeaderClassName
{
color: #D8244D;
}
.AnyTagClassName
{
color: #D8244D;
}
</style>
background-color css
<style>
a { background-color: #D8244D; }
a { background-color: rgb(216,36,77); }
div.DivClassName
{
background-color: #D8244D;
}
.BgClassName
{
background-color: #D8244D;
}
</style>
border-color css
<style>
span { border-color: #D8244D; }
span { border-color: rgb(216,36,77); }
td.TdClassName
{
border-color: #D8244D;
}
.TagClassName
{
border-color: #D8244D;
}
</style>