Shades of Amaranth #DC264D
Tints of Amaranth #DC264D
RGB
CMYK
RGB Variations
Color information
#DC264D (or 0xDC264D) is known color: Amaranth. HEX triplet: DC, 26 and 4D. RGB value is (220,38,77). Sum of RGB (Red+Green+Blue) = 220+38+77=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC264D is #23D9B2. Grayscale: #606060. Windows color (decimal): -2349491 or 5056220. OLE color: 5056220.
HSL color Cylindrical-coordinate representation of color #DC264D: hue angle of 347.14º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC264D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.14 |
| HSL | 347.14º | 0.72% | 0.51% | - |
| HSV(B) | 347.14º | 0.83% | 0.86% | - |
| XYZ | 31.55 | 17.14 | 8.67 | - |
| YUV | 96.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 77 | 0 | 0.83 | 0.65 | 0.14 | 347.14 | 0.72 | 0.51 |
| Hex | DC | 26 | 4D | 0 | 53 | 41 | E | 15B | 48 | 33 |
| Octal | 334 | 46 | 115 | 0 | 123 | 101 | 16 | 533 | 110 | 63 |
| Binary | 11011100 | 100110 | 1001101 | 0 | 1010011 | 1000001 | 1110 | 101011011 | 1001000 | 110011 |
Color Harmonies of #DC264D
Complementary color
Monochromatic Colors of #DC264D
Black with #DC264D
Text Example
Text Example
White with #DC264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC264D; }
p { color: rgb(220,38,77); }
H1.HeaderClassName
{
color: #DC264D;
}
.AnyTagClassName
{
color: #DC264D;
}
</style>
background-color css
<style>
a { background-color: #DC264D; }
a { background-color: rgb(220,38,77); }
div.DivClassName
{
background-color: #DC264D;
}
.BgClassName
{
background-color: #DC264D;
}
</style>
border-color css
<style>
span { border-color: #DC264D; }
span { border-color: rgb(220,38,77); }
td.TdClassName
{
border-color: #DC264D;
}
.TagClassName
{
border-color: #DC264D;
}
</style>