Shades of Amaranth #DC314B
Tints of Amaranth #DC314B
RGB
CMYK
RGB Variations
Color information
#DC314B (or 0xDC314B) is known color: Amaranth. HEX triplet: DC, 31 and 4B. RGB value is (220,49,75). Sum of RGB (Red+Green+Blue) = 220+49+75=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC314B is #23CEB4. Grayscale: #676767. Windows color (decimal): -2346677 or 4927964. OLE color: 4927964.
HSL color Cylindrical-coordinate representation of color #DC314B: hue angle of 350.88º 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 #DC314B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 75 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.14 |
| HSL | 350.88º | 0.71% | 0.53% | - |
| HSV(B) | 350.88º | 0.78% | 0.86% | - |
| XYZ | 31.88 | 17.92 | 8.44 | - |
| YUV | 103.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 75 | 0 | 0.78 | 0.66 | 0.14 | 350.88 | 0.71 | 0.53 |
| Hex | DC | 31 | 4B | 0 | 4E | 42 | E | 15F | 47 | 35 |
| Octal | 334 | 61 | 113 | 0 | 116 | 102 | 16 | 537 | 107 | 65 |
| Binary | 11011100 | 110001 | 1001011 | 0 | 1001110 | 1000010 | 1110 | 101011111 | 1000111 | 110101 |
Color Harmonies of #DC314B
Complementary color
Monochromatic Colors of #DC314B
Black with #DC314B
Text Example
Text Example
White with #DC314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC314B; }
p { color: rgb(220,49,75); }
H1.HeaderClassName
{
color: #DC314B;
}
.AnyTagClassName
{
color: #DC314B;
}
</style>
background-color css
<style>
a { background-color: #DC314B; }
a { background-color: rgb(220,49,75); }
div.DivClassName
{
background-color: #DC314B;
}
.BgClassName
{
background-color: #DC314B;
}
</style>
border-color css
<style>
span { border-color: #DC314B; }
span { border-color: rgb(220,49,75); }
td.TdClassName
{
border-color: #DC314B;
}
.TagClassName
{
border-color: #DC314B;
}
</style>