Shades of Amaranth #DF234F
Tints of Amaranth #DF234F
RGB
CMYK
RGB Variations
Color information
#DF234F (or 0xDF234F) is known color: Amaranth. HEX triplet: DF, 23 and 4F. RGB value is (223,35,79). Sum of RGB (Red+Green+Blue) = 223+35+79=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF234F is #20DCB0. Grayscale: #606060. Windows color (decimal): -2153649 or 5186527. OLE color: 5186527.
HSL color Cylindrical-coordinate representation of color #DF234F: hue angle of 345.96º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF234F is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 79 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.13 |
| HSL | 345.96º | 0.75% | 0.51% | - |
| HSV(B) | 345.96º | 0.84% | 0.87% | - |
| XYZ | 32.44 | 17.45 | 9.06 | - |
| YUV | 96.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 79 | 0 | 0.84 | 0.65 | 0.13 | 345.96 | 0.75 | 0.51 |
| Hex | DF | 23 | 4F | 0 | 54 | 41 | D | 15A | 4B | 33 |
| Octal | 337 | 43 | 117 | 0 | 124 | 101 | 15 | 532 | 113 | 63 |
| Binary | 11011111 | 100011 | 1001111 | 0 | 1010100 | 1000001 | 1101 | 101011010 | 1001011 | 110011 |
Color Harmonies of #DF234F
Complementary color
Monochromatic Colors of #DF234F
Black with #DF234F
Text Example
Text Example
White with #DF234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF234F; }
p { color: rgb(223,35,79); }
H1.HeaderClassName
{
color: #DF234F;
}
.AnyTagClassName
{
color: #DF234F;
}
</style>
background-color css
<style>
a { background-color: #DF234F; }
a { background-color: rgb(223,35,79); }
div.DivClassName
{
background-color: #DF234F;
}
.BgClassName
{
background-color: #DF234F;
}
</style>
border-color css
<style>
span { border-color: #DF234F; }
span { border-color: rgb(223,35,79); }
td.TdClassName
{
border-color: #DF234F;
}
.TagClassName
{
border-color: #DF234F;
}
</style>