Shades of Amaranth #DC234E
Tints of Amaranth #DC234E
RGB
CMYK
RGB Variations
Color information
#DC234E (or 0xDC234E) is known color: Amaranth. HEX triplet: DC, 23 and 4E. RGB value is (220,35,78). Sum of RGB (Red+Green+Blue) = 220+35+78=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC234E is #23DCB1. Grayscale: #5F5F5F. Windows color (decimal): -2350258 or 5120988. OLE color: 5120988.
HSL color Cylindrical-coordinate representation of color #DC234E: hue angle of 346.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC234E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 78 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.05º | 0.73% | 0.5% | - |
| HSV(B) | 346.05º | 0.84% | 0.86% | - |
| XYZ | 31.49 | 16.97 | 8.82 | - |
| YUV | 95.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 78 | 0 | 0.84 | 0.65 | 0.14 | 346.05 | 0.73 | 0.5 |
| Hex | DC | 23 | 4E | 0 | 54 | 41 | E | 15A | 49 | 32 |
| Octal | 334 | 43 | 116 | 0 | 124 | 101 | 16 | 532 | 111 | 62 |
| Binary | 11011100 | 100011 | 1001110 | 0 | 1010100 | 1000001 | 1110 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DC234E
Complementary color
Monochromatic Colors of #DC234E
Black with #DC234E
Text Example
Text Example
White with #DC234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC234E; }
p { color: rgb(220,35,78); }
H1.HeaderClassName
{
color: #DC234E;
}
.AnyTagClassName
{
color: #DC234E;
}
</style>
background-color css
<style>
a { background-color: #DC234E; }
a { background-color: rgb(220,35,78); }
div.DivClassName
{
background-color: #DC234E;
}
.BgClassName
{
background-color: #DC234E;
}
</style>
border-color css
<style>
span { border-color: #DC234E; }
span { border-color: rgb(220,35,78); }
td.TdClassName
{
border-color: #DC234E;
}
.TagClassName
{
border-color: #DC234E;
}
</style>