Shades of Amaranth #DC244D
Tints of Amaranth #DC244D
RGB
CMYK
RGB Variations
Color information
#DC244D (or 0xDC244D) is known color: Amaranth. HEX triplet: DC, 24 and 4D. RGB value is (220,36,77). Sum of RGB (Red+Green+Blue) = 220+36+77=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC244D is #23DBB2. Grayscale: #5F5F5F. Windows color (decimal): -2350003 or 5055708. OLE color: 5055708.
HSL color Cylindrical-coordinate representation of color #DC244D: hue angle of 346.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC244D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.63º | 0.72% | 0.5% | - |
| HSV(B) | 346.63º | 0.84% | 0.86% | - |
| XYZ | 31.49 | 17.01 | 8.65 | - |
| YUV | 95.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 77 | 0 | 0.84 | 0.65 | 0.14 | 346.63 | 0.72 | 0.5 |
| Hex | DC | 24 | 4D | 0 | 54 | 41 | E | 15B | 48 | 32 |
| Octal | 334 | 44 | 115 | 0 | 124 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011100 | 100100 | 1001101 | 0 | 1010100 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DC244D
Complementary color
Monochromatic Colors of #DC244D
Black with #DC244D
Text Example
Text Example
White with #DC244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC244D; }
p { color: rgb(220,36,77); }
H1.HeaderClassName
{
color: #DC244D;
}
.AnyTagClassName
{
color: #DC244D;
}
</style>
background-color css
<style>
a { background-color: #DC244D; }
a { background-color: rgb(220,36,77); }
div.DivClassName
{
background-color: #DC244D;
}
.BgClassName
{
background-color: #DC244D;
}
</style>
border-color css
<style>
span { border-color: #DC244D; }
span { border-color: rgb(220,36,77); }
td.TdClassName
{
border-color: #DC244D;
}
.TagClassName
{
border-color: #DC244D;
}
</style>