Shades of Amaranth #DF4146
Tints of Amaranth #DF4146
RGB
CMYK
RGB Variations
Color information
#DF4146 (or 0xDF4146) is known color: Amaranth. HEX triplet: DF, 41 and 46. RGB value is (223,65,70). Sum of RGB (Red+Green+Blue) = 223+65+70=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4146 is #20BEB9. Grayscale: #707070. Windows color (decimal): -2145978 or 4604383. OLE color: 4604383.
HSL color Cylindrical-coordinate representation of color #DF4146: hue angle of 358.1º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4146 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 70 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.13 |
| HSL | 358.1º | 0.71% | 0.56% | - |
| HSV(B) | 358.1º | 0.71% | 0.87% | - |
| XYZ | 33.43 | 19.91 | 7.88 | - |
| YUV | 112.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 70 | 0 | 0.71 | 0.69 | 0.13 | 358.1 | 0.71 | 0.56 |
| Hex | DF | 41 | 46 | 0 | 47 | 45 | D | 166 | 47 | 38 |
| Octal | 337 | 101 | 106 | 0 | 107 | 105 | 15 | 546 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1000110 | 0 | 1000111 | 1000101 | 1101 | 101100110 | 1000111 | 111000 |
Color Harmonies of #DF4146
Complementary color
Monochromatic Colors of #DF4146
Black with #DF4146
Text Example
Text Example
White with #DF4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4146; }
p { color: rgb(223,65,70); }
H1.HeaderClassName
{
color: #DF4146;
}
.AnyTagClassName
{
color: #DF4146;
}
</style>
background-color css
<style>
a { background-color: #DF4146; }
a { background-color: rgb(223,65,70); }
div.DivClassName
{
background-color: #DF4146;
}
.BgClassName
{
background-color: #DF4146;
}
</style>
border-color css
<style>
span { border-color: #DF4146; }
span { border-color: rgb(223,65,70); }
td.TdClassName
{
border-color: #DF4146;
}
.TagClassName
{
border-color: #DF4146;
}
</style>