Shades of Amaranth #DF3953
Tints of Amaranth #DF3953
RGB
CMYK
RGB Variations
Color information
#DF3953 (or 0xDF3953) is known color: Amaranth. HEX triplet: DF, 39 and 53. RGB value is (223,57,83). Sum of RGB (Red+Green+Blue) = 223+57+83=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3953 is #20C6AC. Grayscale: #6D6D6D. Windows color (decimal): -2148013 or 5454303. OLE color: 5454303.
HSL color Cylindrical-coordinate representation of color #DF3953: hue angle of 350.6º 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 #DF3953 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 83 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.13 |
| HSL | 350.6º | 0.72% | 0.55% | - |
| HSV(B) | 350.6º | 0.74% | 0.87% | - |
| XYZ | 33.46 | 19.24 | 10.13 | - |
| YUV | 109.6 | 113 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 83 | 0 | 0.74 | 0.63 | 0.13 | 350.6 | 0.72 | 0.55 |
| Hex | DF | 39 | 53 | 0 | 4A | 3F | D | 15F | 48 | 37 |
| Octal | 337 | 71 | 123 | 0 | 112 | 77 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 111001 | 1010011 | 0 | 1001010 | 111111 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3953
Complementary color
Monochromatic Colors of #DF3953
Black with #DF3953
Text Example
Text Example
White with #DF3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3953; }
p { color: rgb(223,57,83); }
H1.HeaderClassName
{
color: #DF3953;
}
.AnyTagClassName
{
color: #DF3953;
}
</style>
background-color css
<style>
a { background-color: #DF3953; }
a { background-color: rgb(223,57,83); }
div.DivClassName
{
background-color: #DF3953;
}
.BgClassName
{
background-color: #DF3953;
}
</style>
border-color css
<style>
span { border-color: #DF3953; }
span { border-color: rgb(223,57,83); }
td.TdClassName
{
border-color: #DF3953;
}
.TagClassName
{
border-color: #DF3953;
}
</style>