Shades of Amaranth #DF3845
Tints of Amaranth #DF3845
RGB
CMYK
RGB Variations
Color information
#DF3845 (or 0xDF3845) is known color: Amaranth. HEX triplet: DF, 38 and 45. RGB value is (223,56,69). Sum of RGB (Red+Green+Blue) = 223+56+69=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3845 is #20C7BA. Grayscale: #6B6B6B. Windows color (decimal): -2148283 or 4536543. OLE color: 4536543.
HSL color Cylindrical-coordinate representation of color #DF3845: hue angle of 355.33º 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 #DF3845 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 69 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.13 |
| HSL | 355.33º | 0.72% | 0.55% | - |
| HSV(B) | 355.33º | 0.75% | 0.87% | - |
| XYZ | 32.92 | 18.95 | 7.55 | - |
| YUV | 107.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 69 | 0 | 0.75 | 0.69 | 0.13 | 355.33 | 0.72 | 0.55 |
| Hex | DF | 38 | 45 | 0 | 4B | 45 | D | 163 | 48 | 37 |
| Octal | 337 | 70 | 105 | 0 | 113 | 105 | 15 | 543 | 110 | 67 |
| Binary | 11011111 | 111000 | 1000101 | 0 | 1001011 | 1000101 | 1101 | 101100011 | 1001000 | 110111 |
Color Harmonies of #DF3845
Complementary color
Monochromatic Colors of #DF3845
Black with #DF3845
Text Example
Text Example
White with #DF3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3845; }
p { color: rgb(223,56,69); }
H1.HeaderClassName
{
color: #DF3845;
}
.AnyTagClassName
{
color: #DF3845;
}
</style>
background-color css
<style>
a { background-color: #DF3845; }
a { background-color: rgb(223,56,69); }
div.DivClassName
{
background-color: #DF3845;
}
.BgClassName
{
background-color: #DF3845;
}
</style>
border-color css
<style>
span { border-color: #DF3845; }
span { border-color: rgb(223,56,69); }
td.TdClassName
{
border-color: #DF3845;
}
.TagClassName
{
border-color: #DF3845;
}
</style>