Shades of Amaranth #DF3752
Tints of Amaranth #DF3752
RGB
CMYK
RGB Variations
Color information
#DF3752 (or 0xDF3752) is known color: Amaranth. HEX triplet: DF, 37 and 52. RGB value is (223,55,82). Sum of RGB (Red+Green+Blue) = 223+55+82=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3752 is #20C8AD. Grayscale: #6C6C6C. Windows color (decimal): -2148526 or 5388255. OLE color: 5388255.
HSL color Cylindrical-coordinate representation of color #DF3752: hue angle of 350.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3752 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 82 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.13 |
| HSL | 350.36º | 0.72% | 0.55% | - |
| HSV(B) | 350.36º | 0.75% | 0.87% | - |
| XYZ | 33.32 | 19.03 | 9.9 | - |
| YUV | 108.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 82 | 0 | 0.75 | 0.63 | 0.13 | 350.36 | 0.72 | 0.55 |
| Hex | DF | 37 | 52 | 0 | 4B | 3F | D | 15E | 48 | 37 |
| Octal | 337 | 67 | 122 | 0 | 113 | 77 | 15 | 536 | 110 | 67 |
| Binary | 11011111 | 110111 | 1010010 | 0 | 1001011 | 111111 | 1101 | 101011110 | 1001000 | 110111 |
Color Harmonies of #DF3752
Complementary color
Monochromatic Colors of #DF3752
Black with #DF3752
Text Example
Text Example
White with #DF3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3752; }
p { color: rgb(223,55,82); }
H1.HeaderClassName
{
color: #DF3752;
}
.AnyTagClassName
{
color: #DF3752;
}
</style>
background-color css
<style>
a { background-color: #DF3752; }
a { background-color: rgb(223,55,82); }
div.DivClassName
{
background-color: #DF3752;
}
.BgClassName
{
background-color: #DF3752;
}
</style>
border-color css
<style>
span { border-color: #DF3752; }
span { border-color: rgb(223,55,82); }
td.TdClassName
{
border-color: #DF3752;
}
.TagClassName
{
border-color: #DF3752;
}
</style>