Shades of Amaranth #DF3950
Tints of Amaranth #DF3950
RGB
CMYK
RGB Variations
Color information
#DF3950 (or 0xDF3950) is known color: Amaranth. HEX triplet: DF, 39 and 50. RGB value is (223,57,80). Sum of RGB (Red+Green+Blue) = 223+57+80=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3950 is #20C6AF. Grayscale: #6D6D6D. Windows color (decimal): -2148016 or 5257695. OLE color: 5257695.
HSL color Cylindrical-coordinate representation of color #DF3950: hue angle of 351.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3950 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 80 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.13 |
| HSL | 351.69º | 0.72% | 0.55% | - |
| HSV(B) | 351.69º | 0.74% | 0.87% | - |
| XYZ | 33.34 | 19.19 | 9.54 | - |
| YUV | 109.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 80 | 0 | 0.74 | 0.64 | 0.13 | 351.69 | 0.72 | 0.55 |
| Hex | DF | 39 | 50 | 0 | 4A | 40 | D | 160 | 48 | 37 |
| Octal | 337 | 71 | 120 | 0 | 112 | 100 | 15 | 540 | 110 | 67 |
| Binary | 11011111 | 111001 | 1010000 | 0 | 1001010 | 1000000 | 1101 | 101100000 | 1001000 | 110111 |
Color Harmonies of #DF3950
Complementary color
Monochromatic Colors of #DF3950
Black with #DF3950
Text Example
Text Example
White with #DF3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3950; }
p { color: rgb(223,57,80); }
H1.HeaderClassName
{
color: #DF3950;
}
.AnyTagClassName
{
color: #DF3950;
}
</style>
background-color css
<style>
a { background-color: #DF3950; }
a { background-color: rgb(223,57,80); }
div.DivClassName
{
background-color: #DF3950;
}
.BgClassName
{
background-color: #DF3950;
}
</style>
border-color css
<style>
span { border-color: #DF3950; }
span { border-color: rgb(223,57,80); }
td.TdClassName
{
border-color: #DF3950;
}
.TagClassName
{
border-color: #DF3950;
}
</style>