Shades of Amaranth #DF3C4E
Tints of Amaranth #DF3C4E
RGB
CMYK
RGB Variations
Color information
#DF3C4E (or 0xDF3C4E) is known color: Amaranth. HEX triplet: DF, 3C and 4E. RGB value is (223,60,78). Sum of RGB (Red+Green+Blue) = 223+60+78=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3C4E is #20C3B1. Grayscale: #6E6E6E. Windows color (decimal): -2147250 or 5127391. OLE color: 5127391.
HSL color Cylindrical-coordinate representation of color #DF3C4E: hue angle of 353.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3C4E is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 78 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.13 |
| HSL | 353.37º | 0.72% | 0.55% | - |
| HSV(B) | 353.37º | 0.73% | 0.87% | - |
| XYZ | 33.42 | 19.47 | 9.2 | - |
| YUV | 110.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 78 | 0 | 0.73 | 0.65 | 0.13 | 353.37 | 0.72 | 0.55 |
| Hex | DF | 3C | 4E | 0 | 49 | 41 | D | 161 | 48 | 37 |
| Octal | 337 | 74 | 116 | 0 | 111 | 101 | 15 | 541 | 110 | 67 |
| Binary | 11011111 | 111100 | 1001110 | 0 | 1001001 | 1000001 | 1101 | 101100001 | 1001000 | 110111 |
Color Harmonies of #DF3C4E
Complementary color
Monochromatic Colors of #DF3C4E
Black with #DF3C4E
Text Example
Text Example
White with #DF3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C4E; }
p { color: rgb(223,60,78); }
H1.HeaderClassName
{
color: #DF3C4E;
}
.AnyTagClassName
{
color: #DF3C4E;
}
</style>
background-color css
<style>
a { background-color: #DF3C4E; }
a { background-color: rgb(223,60,78); }
div.DivClassName
{
background-color: #DF3C4E;
}
.BgClassName
{
background-color: #DF3C4E;
}
</style>
border-color css
<style>
span { border-color: #DF3C4E; }
span { border-color: rgb(223,60,78); }
td.TdClassName
{
border-color: #DF3C4E;
}
.TagClassName
{
border-color: #DF3C4E;
}
</style>