Shades of Amaranth #DC244A
Tints of Amaranth #DC244A
RGB
CMYK
RGB Variations
Color information
#DC244A (or 0xDC244A) is known color: Amaranth. HEX triplet: DC, 24 and 4A. RGB value is (220,36,74). Sum of RGB (Red+Green+Blue) = 220+36+74=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC244A is #23DBB5. Grayscale: #5F5F5F. Windows color (decimal): -2350006 or 4859100. OLE color: 4859100.
HSL color Cylindrical-coordinate representation of color #DC244A: hue angle of 347.61º degrees, saturation: 0.72, 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 #DC244A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 74 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.14 |
| HSL | 347.61º | 0.72% | 0.5% | - |
| HSV(B) | 347.61º | 0.84% | 0.86% | - |
| XYZ | 31.38 | 16.97 | 8.1 | - |
| YUV | 95.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 74 | 0 | 0.84 | 0.66 | 0.14 | 347.61 | 0.72 | 0.5 |
| Hex | DC | 24 | 4A | 0 | 54 | 42 | E | 15C | 48 | 32 |
| Octal | 334 | 44 | 112 | 0 | 124 | 102 | 16 | 534 | 110 | 62 |
| Binary | 11011100 | 100100 | 1001010 | 0 | 1010100 | 1000010 | 1110 | 101011100 | 1001000 | 110010 |
Color Harmonies of #DC244A
Complementary color
Monochromatic Colors of #DC244A
Black with #DC244A
Text Example
Text Example
White with #DC244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC244A; }
p { color: rgb(220,36,74); }
H1.HeaderClassName
{
color: #DC244A;
}
.AnyTagClassName
{
color: #DC244A;
}
</style>
background-color css
<style>
a { background-color: #DC244A; }
a { background-color: rgb(220,36,74); }
div.DivClassName
{
background-color: #DC244A;
}
.BgClassName
{
background-color: #DC244A;
}
</style>
border-color css
<style>
span { border-color: #DC244A; }
span { border-color: rgb(220,36,74); }
td.TdClassName
{
border-color: #DC244A;
}
.TagClassName
{
border-color: #DC244A;
}
</style>