Shades of Amaranth #DC414C
Tints of Amaranth #DC414C
RGB
CMYK
RGB Variations
Color information
#DC414C (or 0xDC414C) is known color: Amaranth. HEX triplet: DC, 41 and 4C. RGB value is (220,65,76). Sum of RGB (Red+Green+Blue) = 220+65+76=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC414C is #23BEB3. Grayscale: #707070. Windows color (decimal): -2342580 or 4997596. OLE color: 4997596.
HSL color Cylindrical-coordinate representation of color #DC414C: hue angle of 355.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC414C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 76 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.14 |
| HSL | 355.74º | 0.69% | 0.56% | - |
| HSV(B) | 355.74º | 0.7% | 0.86% | - |
| XYZ | 32.71 | 19.52 | 8.88 | - |
| YUV | 112.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 76 | 0 | 0.70 | 0.65 | 0.14 | 355.74 | 0.69 | 0.56 |
| Hex | DC | 41 | 4C | 0 | 46 | 41 | E | 164 | 45 | 38 |
| Octal | 334 | 101 | 114 | 0 | 106 | 101 | 16 | 544 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1001100 | 0 | 1000110 | 1000001 | 1110 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DC414C
Complementary color
Monochromatic Colors of #DC414C
Black with #DC414C
Text Example
Text Example
White with #DC414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC414C; }
p { color: rgb(220,65,76); }
H1.HeaderClassName
{
color: #DC414C;
}
.AnyTagClassName
{
color: #DC414C;
}
</style>
background-color css
<style>
a { background-color: #DC414C; }
a { background-color: rgb(220,65,76); }
div.DivClassName
{
background-color: #DC414C;
}
.BgClassName
{
background-color: #DC414C;
}
</style>
border-color css
<style>
span { border-color: #DC414C; }
span { border-color: rgb(220,65,76); }
td.TdClassName
{
border-color: #DC414C;
}
.TagClassName
{
border-color: #DC414C;
}
</style>