Shades of Amaranth #DC304A
Tints of Amaranth #DC304A
RGB
CMYK
RGB Variations
Color information
#DC304A (or 0xDC304A) is known color: Amaranth. HEX triplet: DC, 30 and 4A. RGB value is (220,48,74). Sum of RGB (Red+Green+Blue) = 220+48+74=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC304A is #23CFB5. Grayscale: #666666. Windows color (decimal): -2346934 or 4862172. OLE color: 4862172.
HSL color Cylindrical-coordinate representation of color #DC304A: hue angle of 350.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC304A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 74 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.14 |
| HSL | 350.93º | 0.71% | 0.53% | - |
| HSV(B) | 350.93º | 0.78% | 0.86% | - |
| XYZ | 31.81 | 17.82 | 8.24 | - |
| YUV | 102.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 74 | 0 | 0.78 | 0.66 | 0.14 | 350.93 | 0.71 | 0.53 |
| Hex | DC | 30 | 4A | 0 | 4E | 42 | E | 15F | 47 | 35 |
| Octal | 334 | 60 | 112 | 0 | 116 | 102 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110000 | 1001010 | 0 | 1001110 | 1000010 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC304A
Complementary color
Monochromatic Colors of #DC304A
Black with #DC304A
Text Example
Text Example
White with #DC304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC304A; }
p { color: rgb(220,48,74); }
H1.HeaderClassName
{
color: #DC304A;
}
.AnyTagClassName
{
color: #DC304A;
}
</style>
background-color css
<style>
a { background-color: #DC304A; }
a { background-color: rgb(220,48,74); }
div.DivClassName
{
background-color: #DC304A;
}
.BgClassName
{
background-color: #DC304A;
}
</style>
border-color css
<style>
span { border-color: #DC304A; }
span { border-color: rgb(220,48,74); }
td.TdClassName
{
border-color: #DC304A;
}
.TagClassName
{
border-color: #DC304A;
}
</style>