Shades of Amaranth #DC284C
Tints of Amaranth #DC284C
RGB
CMYK
RGB Variations
Color information
#DC284C (or 0xDC284C) is known color: Amaranth. HEX triplet: DC, 28 and 4C. RGB value is (220,40,76). Sum of RGB (Red+Green+Blue) = 220+40+76=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC284C is #23D7B3. Grayscale: #616161. Windows color (decimal): -2348980 or 4991196. OLE color: 4991196.
HSL color Cylindrical-coordinate representation of color #DC284C: hue angle of 348º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC284C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 76 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.14 |
| HSL | 348º | 0.72% | 0.51% | - |
| HSV(B) | 348º | 0.82% | 0.86% | - |
| XYZ | 31.58 | 17.26 | 8.5 | - |
| YUV | 97.92 | 115.63 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 76 | 0 | 0.82 | 0.65 | 0.14 | 348 | 0.72 | 0.51 |
| Hex | DC | 28 | 4C | 0 | 52 | 41 | E | 15C | 48 | 33 |
| Octal | 334 | 50 | 114 | 0 | 122 | 101 | 16 | 534 | 110 | 63 |
| Binary | 11011100 | 101000 | 1001100 | 0 | 1010010 | 1000001 | 1110 | 101011100 | 1001000 | 110011 |
Color Harmonies of #DC284C
Complementary color
Monochromatic Colors of #DC284C
Black with #DC284C
Text Example
Text Example
White with #DC284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC284C; }
p { color: rgb(220,40,76); }
H1.HeaderClassName
{
color: #DC284C;
}
.AnyTagClassName
{
color: #DC284C;
}
</style>
background-color css
<style>
a { background-color: #DC284C; }
a { background-color: rgb(220,40,76); }
div.DivClassName
{
background-color: #DC284C;
}
.BgClassName
{
background-color: #DC284C;
}
</style>
border-color css
<style>
span { border-color: #DC284C; }
span { border-color: rgb(220,40,76); }
td.TdClassName
{
border-color: #DC284C;
}
.TagClassName
{
border-color: #DC284C;
}
</style>