Shades of Amaranth #DF244E
Tints of Amaranth #DF244E
RGB
CMYK
RGB Variations
Color information
#DF244E (or 0xDF244E) is known color: Amaranth. HEX triplet: DF, 24 and 4E. RGB value is (223,36,78). Sum of RGB (Red+Green+Blue) = 223+36+78=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF244E is #20DBB1. Grayscale: #606060. Windows color (decimal): -2153394 or 5121247. OLE color: 5121247.
HSL color Cylindrical-coordinate representation of color #DF244E: hue angle of 346.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF244E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 78 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 346.52º | 0.75% | 0.51% | - |
| HSV(B) | 346.52º | 0.84% | 0.87% | - |
| XYZ | 32.44 | 17.5 | 8.88 | - |
| YUV | 96.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 78 | 0 | 0.84 | 0.65 | 0.13 | 346.52 | 0.75 | 0.51 |
| Hex | DF | 24 | 4E | 0 | 54 | 41 | D | 15B | 4B | 33 |
| Octal | 337 | 44 | 116 | 0 | 124 | 101 | 15 | 533 | 113 | 63 |
| Binary | 11011111 | 100100 | 1001110 | 0 | 1010100 | 1000001 | 1101 | 101011011 | 1001011 | 110011 |
Color Harmonies of #DF244E
Complementary color
Monochromatic Colors of #DF244E
Black with #DF244E
Text Example
Text Example
White with #DF244E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF244E; }
p { color: rgb(223,36,78); }
H1.HeaderClassName
{
color: #DF244E;
}
.AnyTagClassName
{
color: #DF244E;
}
</style>
background-color css
<style>
a { background-color: #DF244E; }
a { background-color: rgb(223,36,78); }
div.DivClassName
{
background-color: #DF244E;
}
.BgClassName
{
background-color: #DF244E;
}
</style>
border-color css
<style>
span { border-color: #DF244E; }
span { border-color: rgb(223,36,78); }
td.TdClassName
{
border-color: #DF244E;
}
.TagClassName
{
border-color: #DF244E;
}
</style>