Shades of Amaranth #DF3753
Tints of Amaranth #DF3753
RGB
CMYK
RGB Variations
Color information
#DF3753 (or 0xDF3753) is known color: Amaranth. HEX triplet: DF, 37 and 53. RGB value is (223,55,83). Sum of RGB (Red+Green+Blue) = 223+55+83=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3753 is #20C8AC. Grayscale: #6C6C6C. Windows color (decimal): -2148525 or 5453791. OLE color: 5453791.
HSL color Cylindrical-coordinate representation of color #DF3753: hue angle of 350º 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 #DF3753 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 83 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.13 |
| HSL | 350º | 0.72% | 0.55% | - |
| HSV(B) | 350º | 0.75% | 0.87% | - |
| XYZ | 33.36 | 19.04 | 10.1 | - |
| YUV | 108.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 83 | 0 | 0.75 | 0.63 | 0.13 | 350 | 0.72 | 0.55 |
| Hex | DF | 37 | 53 | 0 | 4B | 3F | D | 15E | 48 | 37 |
| Octal | 337 | 67 | 123 | 0 | 113 | 77 | 15 | 536 | 110 | 67 |
| Binary | 11011111 | 110111 | 1010011 | 0 | 1001011 | 111111 | 1101 | 101011110 | 1001000 | 110111 |
Color Harmonies of #DF3753
Complementary color
Monochromatic Colors of #DF3753
Black with #DF3753
Text Example
Text Example
White with #DF3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3753; }
p { color: rgb(223,55,83); }
H1.HeaderClassName
{
color: #DF3753;
}
.AnyTagClassName
{
color: #DF3753;
}
</style>
background-color css
<style>
a { background-color: #DF3753; }
a { background-color: rgb(223,55,83); }
div.DivClassName
{
background-color: #DF3753;
}
.BgClassName
{
background-color: #DF3753;
}
</style>
border-color css
<style>
span { border-color: #DF3753; }
span { border-color: rgb(223,55,83); }
td.TdClassName
{
border-color: #DF3753;
}
.TagClassName
{
border-color: #DF3753;
}
</style>