Shades of Amaranth #DF3952
Tints of Amaranth #DF3952
RGB
CMYK
RGB Variations
Color information
#DF3952 (or 0xDF3952) is known color: Amaranth. HEX triplet: DF, 39 and 52. RGB value is (223,57,82). Sum of RGB (Red+Green+Blue) = 223+57+82=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3952 is #20C6AD. Grayscale: #6D6D6D. Windows color (decimal): -2148014 or 5388767. OLE color: 5388767.
HSL color Cylindrical-coordinate representation of color #DF3952: hue angle of 350.96º 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 #DF3952 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 82 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.13 |
| HSL | 350.96º | 0.72% | 0.55% | - |
| HSV(B) | 350.96º | 0.74% | 0.87% | - |
| XYZ | 33.42 | 19.22 | 9.93 | - |
| YUV | 109.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 82 | 0 | 0.74 | 0.63 | 0.13 | 350.96 | 0.72 | 0.55 |
| Hex | DF | 39 | 52 | 0 | 4A | 3F | D | 15F | 48 | 37 |
| Octal | 337 | 71 | 122 | 0 | 112 | 77 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 111001 | 1010010 | 0 | 1001010 | 111111 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3952
Complementary color
Monochromatic Colors of #DF3952
Black with #DF3952
Text Example
Text Example
White with #DF3952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3952; }
p { color: rgb(223,57,82); }
H1.HeaderClassName
{
color: #DF3952;
}
.AnyTagClassName
{
color: #DF3952;
}
</style>
background-color css
<style>
a { background-color: #DF3952; }
a { background-color: rgb(223,57,82); }
div.DivClassName
{
background-color: #DF3952;
}
.BgClassName
{
background-color: #DF3952;
}
</style>
border-color css
<style>
span { border-color: #DF3952; }
span { border-color: rgb(223,57,82); }
td.TdClassName
{
border-color: #DF3952;
}
.TagClassName
{
border-color: #DF3952;
}
</style>