Shades of Amaranth #DC234F
Tints of Amaranth #DC234F
RGB
CMYK
RGB Variations
Color information
#DC234F (or 0xDC234F) is known color: Amaranth. HEX triplet: DC, 23 and 4F. RGB value is (220,35,79). Sum of RGB (Red+Green+Blue) = 220+35+79=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC234F is #23DCB0. Grayscale: #5F5F5F. Windows color (decimal): -2350257 or 5186524. OLE color: 5186524.
HSL color Cylindrical-coordinate representation of color #DC234F: hue angle of 345.73º 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 #DC234F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 79 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.14 |
| HSL | 345.73º | 0.73% | 0.5% | - |
| HSV(B) | 345.73º | 0.84% | 0.86% | - |
| XYZ | 31.53 | 16.98 | 9.01 | - |
| YUV | 95.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 79 | 0 | 0.84 | 0.64 | 0.14 | 345.73 | 0.73 | 0.5 |
| Hex | DC | 23 | 4F | 0 | 54 | 40 | E | 15A | 49 | 32 |
| Octal | 334 | 43 | 117 | 0 | 124 | 100 | 16 | 532 | 111 | 62 |
| Binary | 11011100 | 100011 | 1001111 | 0 | 1010100 | 1000000 | 1110 | 101011010 | 1001001 | 110010 |
Color Harmonies of #DC234F
Complementary color
Monochromatic Colors of #DC234F
Black with #DC234F
Text Example
Text Example
White with #DC234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC234F; }
p { color: rgb(220,35,79); }
H1.HeaderClassName
{
color: #DC234F;
}
.AnyTagClassName
{
color: #DC234F;
}
</style>
background-color css
<style>
a { background-color: #DC234F; }
a { background-color: rgb(220,35,79); }
div.DivClassName
{
background-color: #DC234F;
}
.BgClassName
{
background-color: #DC234F;
}
</style>
border-color css
<style>
span { border-color: #DC234F; }
span { border-color: rgb(220,35,79); }
td.TdClassName
{
border-color: #DC234F;
}
.TagClassName
{
border-color: #DC234F;
}
</style>