Shades of Amaranth #D9244C
Tints of Amaranth #D9244C
RGB
CMYK
RGB Variations
Color information
#D9244C (or 0xD9244C) is known color: Amaranth. HEX triplet: D9, 24 and 4C. RGB value is (217,36,76). Sum of RGB (Red+Green+Blue) = 217+36+76=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9244C is #26DBB3. Grayscale: #5E5E5E. Windows color (decimal): -2546612 or 4990169. OLE color: 4990169.
HSL color Cylindrical-coordinate representation of color #D9244C: hue angle of 346.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9244C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 76 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.15 |
| HSL | 346.74º | 0.72% | 0.5% | - |
| HSV(B) | 346.74º | 0.83% | 0.85% | - |
| XYZ | 30.55 | 16.54 | 8.42 | - |
| YUV | 94.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 76 | 0 | 0.83 | 0.65 | 0.15 | 346.74 | 0.72 | 0.5 |
| Hex | D9 | 24 | 4C | 0 | 53 | 41 | F | 15B | 48 | 32 |
| Octal | 331 | 44 | 114 | 0 | 123 | 101 | 17 | 533 | 110 | 62 |
| Binary | 11011001 | 100100 | 1001100 | 0 | 1010011 | 1000001 | 1111 | 101011011 | 1001000 | 110010 |
Color Harmonies of #D9244C
Complementary color
Monochromatic Colors of #D9244C
Black with #D9244C
Text Example
Text Example
White with #D9244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9244C; }
p { color: rgb(217,36,76); }
H1.HeaderClassName
{
color: #D9244C;
}
.AnyTagClassName
{
color: #D9244C;
}
</style>
background-color css
<style>
a { background-color: #D9244C; }
a { background-color: rgb(217,36,76); }
div.DivClassName
{
background-color: #D9244C;
}
.BgClassName
{
background-color: #D9244C;
}
</style>
border-color css
<style>
span { border-color: #D9244C; }
span { border-color: rgb(217,36,76); }
td.TdClassName
{
border-color: #D9244C;
}
.TagClassName
{
border-color: #D9244C;
}
</style>