Shades of Amaranth #DF2551
Tints of Amaranth #DF2551
RGB
CMYK
RGB Variations
Color information
#DF2551 (or 0xDF2551) is known color: Amaranth. HEX triplet: DF, 25 and 51. RGB value is (223,37,81). Sum of RGB (Red+Green+Blue) = 223+37+81=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2551 is #20DAAE. Grayscale: #616161. Windows color (decimal): -2153135 or 5318111. OLE color: 5318111.
HSL color Cylindrical-coordinate representation of color #DF2551: hue angle of 345.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2551 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 81 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.13 |
| HSL | 345.81º | 0.74% | 0.51% | - |
| HSV(B) | 345.81º | 0.83% | 0.87% | - |
| XYZ | 32.58 | 17.61 | 9.47 | - |
| YUV | 97.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 81 | 0 | 0.83 | 0.64 | 0.13 | 345.81 | 0.74 | 0.51 |
| Hex | DF | 25 | 51 | 0 | 53 | 40 | D | 15A | 4A | 33 |
| Octal | 337 | 45 | 121 | 0 | 123 | 100 | 15 | 532 | 112 | 63 |
| Binary | 11011111 | 100101 | 1010001 | 0 | 1010011 | 1000000 | 1101 | 101011010 | 1001010 | 110011 |
Color Harmonies of #DF2551
Complementary color
Monochromatic Colors of #DF2551
Black with #DF2551
Text Example
Text Example
White with #DF2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2551; }
p { color: rgb(223,37,81); }
H1.HeaderClassName
{
color: #DF2551;
}
.AnyTagClassName
{
color: #DF2551;
}
</style>
background-color css
<style>
a { background-color: #DF2551; }
a { background-color: rgb(223,37,81); }
div.DivClassName
{
background-color: #DF2551;
}
.BgClassName
{
background-color: #DF2551;
}
</style>
border-color css
<style>
span { border-color: #DF2551; }
span { border-color: rgb(223,37,81); }
td.TdClassName
{
border-color: #DF2551;
}
.TagClassName
{
border-color: #DF2551;
}
</style>