Shades of Amaranth #DF324B
Tints of Amaranth #DF324B
RGB
CMYK
RGB Variations
Color information
#DF324B (or 0xDF324B) is known color: Amaranth. HEX triplet: DF, 32 and 4B. RGB value is (223,50,75). Sum of RGB (Red+Green+Blue) = 223+50+75=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF324B is #20CDB4. Grayscale: #686868. Windows color (decimal): -2149813 or 4928223. OLE color: 4928223.
HSL color Cylindrical-coordinate representation of color #DF324B: hue angle of 351.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF324B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 75 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.13 |
| HSL | 351.33º | 0.73% | 0.54% | - |
| HSV(B) | 351.33º | 0.78% | 0.87% | - |
| XYZ | 32.84 | 18.48 | 8.49 | - |
| YUV | 104.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 75 | 0 | 0.78 | 0.66 | 0.13 | 351.33 | 0.73 | 0.54 |
| Hex | DF | 32 | 4B | 0 | 4E | 42 | D | 15F | 49 | 36 |
| Octal | 337 | 62 | 113 | 0 | 116 | 102 | 15 | 537 | 111 | 66 |
| Binary | 11011111 | 110010 | 1001011 | 0 | 1001110 | 1000010 | 1101 | 101011111 | 1001001 | 110110 |
Color Harmonies of #DF324B
Complementary color
Monochromatic Colors of #DF324B
Black with #DF324B
Text Example
Text Example
White with #DF324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF324B; }
p { color: rgb(223,50,75); }
H1.HeaderClassName
{
color: #DF324B;
}
.AnyTagClassName
{
color: #DF324B;
}
</style>
background-color css
<style>
a { background-color: #DF324B; }
a { background-color: rgb(223,50,75); }
div.DivClassName
{
background-color: #DF324B;
}
.BgClassName
{
background-color: #DF324B;
}
</style>
border-color css
<style>
span { border-color: #DF324B; }
span { border-color: rgb(223,50,75); }
td.TdClassName
{
border-color: #DF324B;
}
.TagClassName
{
border-color: #DF324B;
}
</style>