Shades of Amaranth #DC414F
Tints of Amaranth #DC414F
RGB
CMYK
RGB Variations
Color information
#DC414F (or 0xDC414F) is known color: Amaranth. HEX triplet: DC, 41 and 4F. RGB value is (220,65,79). Sum of RGB (Red+Green+Blue) = 220+65+79=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC414F is #23BEB0. Grayscale: #717171. Windows color (decimal): -2342577 or 5194204. OLE color: 5194204.
HSL color Cylindrical-coordinate representation of color #DC414F: hue angle of 354.58º 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 #DC414F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 79 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.14 |
| HSL | 354.58º | 0.69% | 0.56% | - |
| HSV(B) | 354.58º | 0.7% | 0.86% | - |
| XYZ | 32.82 | 19.56 | 9.44 | - |
| YUV | 112.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 79 | 0 | 0.70 | 0.64 | 0.14 | 354.58 | 0.69 | 0.56 |
| Hex | DC | 41 | 4F | 0 | 46 | 40 | E | 163 | 45 | 38 |
| Octal | 334 | 101 | 117 | 0 | 106 | 100 | 16 | 543 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1001111 | 0 | 1000110 | 1000000 | 1110 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DC414F
Complementary color
Monochromatic Colors of #DC414F
Black with #DC414F
Text Example
Text Example
White with #DC414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC414F; }
p { color: rgb(220,65,79); }
H1.HeaderClassName
{
color: #DC414F;
}
.AnyTagClassName
{
color: #DC414F;
}
</style>
background-color css
<style>
a { background-color: #DC414F; }
a { background-color: rgb(220,65,79); }
div.DivClassName
{
background-color: #DC414F;
}
.BgClassName
{
background-color: #DC414F;
}
</style>
border-color css
<style>
span { border-color: #DC414F; }
span { border-color: rgb(220,65,79); }
td.TdClassName
{
border-color: #DC414F;
}
.TagClassName
{
border-color: #DC414F;
}
</style>