Shades of Amaranth #DC234D
Tints of Amaranth #DC234D
RGB
CMYK
RGB Variations
Color information
#DC234D (or 0xDC234D) is known color: Amaranth. HEX triplet: DC, 23 and 4D. RGB value is (220,35,77). Sum of RGB (Red+Green+Blue) = 220+35+77=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC234D is #23DCB2. Grayscale: #5F5F5F. Windows color (decimal): -2350259 or 5055452. OLE color: 5055452.
HSL color Cylindrical-coordinate representation of color #DC234D: hue angle of 346.38º 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 #DC234D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 77 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.38º | 0.73% | 0.5% | - |
| HSV(B) | 346.38º | 0.84% | 0.86% | - |
| XYZ | 31.46 | 16.95 | 8.64 | - |
| YUV | 95.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 77 | 0 | 0.84 | 0.65 | 0.14 | 346.38 | 0.73 | 0.5 |
| Hex | DC | 23 | 4D | 0 | 54 | 41 | E | 15A | 49 | 32 |
| Octal | 334 | 43 | 115 | 0 | 124 | 101 | 16 | 532 | 111 | 62 |
| Binary | 11011100 | 100011 | 1001101 | 0 | 1010100 | 1000001 | 1110 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DC234D
Complementary color
Monochromatic Colors of #DC234D
Black with #DC234D
Text Example
Text Example
White with #DC234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC234D; }
p { color: rgb(220,35,77); }
H1.HeaderClassName
{
color: #DC234D;
}
.AnyTagClassName
{
color: #DC234D;
}
</style>
background-color css
<style>
a { background-color: #DC234D; }
a { background-color: rgb(220,35,77); }
div.DivClassName
{
background-color: #DC234D;
}
.BgClassName
{
background-color: #DC234D;
}
</style>
border-color css
<style>
span { border-color: #DC234D; }
span { border-color: rgb(220,35,77); }
td.TdClassName
{
border-color: #DC234D;
}
.TagClassName
{
border-color: #DC234D;
}
</style>