Shades of Amaranth #DC234C
Tints of Amaranth #DC234C
RGB
CMYK
RGB Variations
Color information
#DC234C (or 0xDC234C) is known color: Amaranth. HEX triplet: DC, 23 and 4C. RGB value is (220,35,76). Sum of RGB (Red+Green+Blue) = 220+35+76=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC234C is #23DCB3. Grayscale: #5F5F5F. Windows color (decimal): -2350260 or 4989916. OLE color: 4989916.
HSL color Cylindrical-coordinate representation of color #DC234C: hue angle of 346.7º 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 #DC234C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 76 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.7º | 0.73% | 0.5% | - |
| HSV(B) | 346.7º | 0.84% | 0.86% | - |
| XYZ | 31.42 | 16.94 | 8.45 | - |
| YUV | 94.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 76 | 0 | 0.84 | 0.65 | 0.14 | 346.7 | 0.73 | 0.5 |
| Hex | DC | 23 | 4C | 0 | 54 | 41 | E | 15B | 49 | 32 |
| Octal | 334 | 43 | 114 | 0 | 124 | 101 | 16 | 533 | 111 | 62 |
| Binary | 11011100 | 100011 | 1001100 | 0 | 1010100 | 1000001 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DC234C
Complementary color
Monochromatic Colors of #DC234C
Black with #DC234C
Text Example
Text Example
White with #DC234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC234C; }
p { color: rgb(220,35,76); }
H1.HeaderClassName
{
color: #DC234C;
}
.AnyTagClassName
{
color: #DC234C;
}
</style>
background-color css
<style>
a { background-color: #DC234C; }
a { background-color: rgb(220,35,76); }
div.DivClassName
{
background-color: #DC234C;
}
.BgClassName
{
background-color: #DC234C;
}
</style>
border-color css
<style>
span { border-color: #DC234C; }
span { border-color: rgb(220,35,76); }
td.TdClassName
{
border-color: #DC234C;
}
.TagClassName
{
border-color: #DC234C;
}
</style>