Shades of Amaranth #DF235A
Tints of Amaranth #DF235A
RGB
CMYK
RGB Variations
Color information
#DF235A (or 0xDF235A) is known color: Amaranth. HEX triplet: DF, 23 and 5A. RGB value is (223,35,90). Sum of RGB (Red+Green+Blue) = 223+35+90=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF235A is #20DCA5. Grayscale: #616161. Windows color (decimal): -2153638 or 5907423. OLE color: 5907423.
HSL color Cylindrical-coordinate representation of color #DF235A: hue angle of 342.45º 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 #DF235A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 90 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.13 |
| HSL | 342.45º | 0.75% | 0.51% | - |
| HSV(B) | 342.45º | 0.84% | 0.87% | - |
| XYZ | 32.88 | 17.63 | 11.34 | - |
| YUV | 97.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 90 | 0 | 0.84 | 0.60 | 0.13 | 342.45 | 0.75 | 0.51 |
| Hex | DF | 23 | 5A | 0 | 54 | 3C | D | 156 | 4B | 33 |
| Octal | 337 | 43 | 132 | 0 | 124 | 74 | 15 | 526 | 113 | 63 |
| Binary | 11011111 | 100011 | 1011010 | 0 | 1010100 | 111100 | 1101 | 101010110 | 1001011 | 110011 |
Color Harmonies of #DF235A
Complementary color
Monochromatic Colors of #DF235A
Black with #DF235A
Text Example
Text Example
White with #DF235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF235A; }
p { color: rgb(223,35,90); }
H1.HeaderClassName
{
color: #DF235A;
}
.AnyTagClassName
{
color: #DF235A;
}
</style>
background-color css
<style>
a { background-color: #DF235A; }
a { background-color: rgb(223,35,90); }
div.DivClassName
{
background-color: #DF235A;
}
.BgClassName
{
background-color: #DF235A;
}
</style>
border-color css
<style>
span { border-color: #DF235A; }
span { border-color: rgb(223,35,90); }
td.TdClassName
{
border-color: #DF235A;
}
.TagClassName
{
border-color: #DF235A;
}
</style>