Shades of Amaranth #DF364B
Tints of Amaranth #DF364B
RGB
CMYK
RGB Variations
Color information
#DF364B (or 0xDF364B) is known color: Amaranth. HEX triplet: DF, 36 and 4B. RGB value is (223,54,75). Sum of RGB (Red+Green+Blue) = 223+54+75=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF364B is #20C9B4. Grayscale: #6B6B6B. Windows color (decimal): -2148789 or 4929247. OLE color: 4929247.
HSL color Cylindrical-coordinate representation of color #DF364B: hue angle of 352.54º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF364B is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 75 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.13 |
| HSL | 352.54º | 0.73% | 0.54% | - |
| HSV(B) | 352.54º | 0.76% | 0.87% | - |
| XYZ | 33.02 | 18.83 | 8.55 | - |
| YUV | 106.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 75 | 0 | 0.76 | 0.66 | 0.13 | 352.54 | 0.73 | 0.54 |
| Hex | DF | 36 | 4B | 0 | 4C | 42 | D | 161 | 49 | 36 |
| Octal | 337 | 66 | 113 | 0 | 114 | 102 | 15 | 541 | 111 | 66 |
| Binary | 11011111 | 110110 | 1001011 | 0 | 1001100 | 1000010 | 1101 | 101100001 | 1001001 | 110110 |
Color Harmonies of #DF364B
Complementary color
Monochromatic Colors of #DF364B
Black with #DF364B
Text Example
Text Example
White with #DF364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF364B; }
p { color: rgb(223,54,75); }
H1.HeaderClassName
{
color: #DF364B;
}
.AnyTagClassName
{
color: #DF364B;
}
</style>
background-color css
<style>
a { background-color: #DF364B; }
a { background-color: rgb(223,54,75); }
div.DivClassName
{
background-color: #DF364B;
}
.BgClassName
{
background-color: #DF364B;
}
</style>
border-color css
<style>
span { border-color: #DF364B; }
span { border-color: rgb(223,54,75); }
td.TdClassName
{
border-color: #DF364B;
}
.TagClassName
{
border-color: #DF364B;
}
</style>