Shades of Amaranth #DF4148
Tints of Amaranth #DF4148
RGB
CMYK
RGB Variations
Color information
#DF4148 (or 0xDF4148) is known color: Amaranth. HEX triplet: DF, 41 and 48. RGB value is (223,65,72). Sum of RGB (Red+Green+Blue) = 223+65+72=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4148 is #20BEB7. Grayscale: #717171. Windows color (decimal): -2145976 or 4735455. OLE color: 4735455.
HSL color Cylindrical-coordinate representation of color #DF4148: hue angle of 357.34º 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 #DF4148 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 72 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.13 |
| HSL | 357.34º | 0.71% | 0.56% | - |
| HSV(B) | 357.34º | 0.71% | 0.87% | - |
| XYZ | 33.49 | 19.94 | 8.21 | - |
| YUV | 113.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 72 | 0 | 0.71 | 0.68 | 0.13 | 357.34 | 0.71 | 0.56 |
| Hex | DF | 41 | 48 | 0 | 47 | 44 | D | 165 | 47 | 38 |
| Octal | 337 | 101 | 110 | 0 | 107 | 104 | 15 | 545 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1001000 | 0 | 1000111 | 1000100 | 1101 | 101100101 | 1000111 | 111000 |
Color Harmonies of #DF4148
Complementary color
Monochromatic Colors of #DF4148
Black with #DF4148
Text Example
Text Example
White with #DF4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4148; }
p { color: rgb(223,65,72); }
H1.HeaderClassName
{
color: #DF4148;
}
.AnyTagClassName
{
color: #DF4148;
}
</style>
background-color css
<style>
a { background-color: #DF4148; }
a { background-color: rgb(223,65,72); }
div.DivClassName
{
background-color: #DF4148;
}
.BgClassName
{
background-color: #DF4148;
}
</style>
border-color css
<style>
span { border-color: #DF4148; }
span { border-color: rgb(223,65,72); }
td.TdClassName
{
border-color: #DF4148;
}
.TagClassName
{
border-color: #DF4148;
}
</style>