Shades of Amaranth #DF254D
Tints of Amaranth #DF254D
RGB
CMYK
RGB Variations
Color information
#DF254D (or 0xDF254D) is known color: Amaranth. HEX triplet: DF, 25 and 4D. RGB value is (223,37,77). Sum of RGB (Red+Green+Blue) = 223+37+77=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF254D is #20DAB2. Grayscale: #616161. Windows color (decimal): -2153139 or 5055967. OLE color: 5055967.
HSL color Cylindrical-coordinate representation of color #DF254D: hue angle of 347.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF254D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.13 |
| HSL | 347.1º | 0.74% | 0.51% | - |
| HSV(B) | 347.1º | 0.83% | 0.87% | - |
| XYZ | 32.43 | 17.55 | 8.7 | - |
| YUV | 97.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 77 | 0 | 0.83 | 0.65 | 0.13 | 347.1 | 0.74 | 0.51 |
| Hex | DF | 25 | 4D | 0 | 53 | 41 | D | 15B | 4A | 33 |
| Octal | 337 | 45 | 115 | 0 | 123 | 101 | 15 | 533 | 112 | 63 |
| Binary | 11011111 | 100101 | 1001101 | 0 | 1010011 | 1000001 | 1101 | 101011011 | 1001010 | 110011 |
Color Harmonies of #DF254D
Complementary color
Monochromatic Colors of #DF254D
Black with #DF254D
Text Example
Text Example
White with #DF254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF254D; }
p { color: rgb(223,37,77); }
H1.HeaderClassName
{
color: #DF254D;
}
.AnyTagClassName
{
color: #DF254D;
}
</style>
background-color css
<style>
a { background-color: #DF254D; }
a { background-color: rgb(223,37,77); }
div.DivClassName
{
background-color: #DF254D;
}
.BgClassName
{
background-color: #DF254D;
}
</style>
border-color css
<style>
span { border-color: #DF254D; }
span { border-color: rgb(223,37,77); }
td.TdClassName
{
border-color: #DF254D;
}
.TagClassName
{
border-color: #DF254D;
}
</style>