Shades of Amaranth #DF4253
Tints of Amaranth #DF4253
RGB
CMYK
RGB Variations
Color information
#DF4253 (or 0xDF4253) is known color: Amaranth. HEX triplet: DF, 42 and 53. RGB value is (223,66,83). Sum of RGB (Red+Green+Blue) = 223+66+83=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4253 is #20BDAC. Grayscale: #727272. Windows color (decimal): -2145709 or 5456607. OLE color: 5456607.
HSL color Cylindrical-coordinate representation of color #DF4253: hue angle of 353.5º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4253 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 83 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.13 |
| HSL | 353.5º | 0.71% | 0.57% | - |
| HSV(B) | 353.5º | 0.7% | 0.87% | - |
| XYZ | 33.94 | 20.21 | 10.3 | - |
| YUV | 114.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 83 | 0 | 0.70 | 0.63 | 0.13 | 353.5 | 0.71 | 0.57 |
| Hex | DF | 42 | 53 | 0 | 46 | 3F | D | 162 | 47 | 39 |
| Octal | 337 | 102 | 123 | 0 | 106 | 77 | 15 | 542 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1010011 | 0 | 1000110 | 111111 | 1101 | 101100010 | 1000111 | 111001 |
Color Harmonies of #DF4253
Complementary color
Monochromatic Colors of #DF4253
Black with #DF4253
Text Example
Text Example
White with #DF4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4253; }
p { color: rgb(223,66,83); }
H1.HeaderClassName
{
color: #DF4253;
}
.AnyTagClassName
{
color: #DF4253;
}
</style>
background-color css
<style>
a { background-color: #DF4253; }
a { background-color: rgb(223,66,83); }
div.DivClassName
{
background-color: #DF4253;
}
.BgClassName
{
background-color: #DF4253;
}
</style>
border-color css
<style>
span { border-color: #DF4253; }
span { border-color: rgb(223,66,83); }
td.TdClassName
{
border-color: #DF4253;
}
.TagClassName
{
border-color: #DF4253;
}
</style>