Shades of Amaranth #DC254D
Tints of Amaranth #DC254D
RGB
CMYK
RGB Variations
Color information
#DC254D (or 0xDC254D) is known color: Amaranth. HEX triplet: DC, 25 and 4D. RGB value is (220,37,77). Sum of RGB (Red+Green+Blue) = 220+37+77=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC254D is #23DAB2. Grayscale: #606060. Windows color (decimal): -2349747 or 5055964. OLE color: 5055964.
HSL color Cylindrical-coordinate representation of color #DC254D: hue angle of 346.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC254D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 77 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.14 |
| HSL | 346.89º | 0.72% | 0.5% | - |
| HSV(B) | 346.89º | 0.83% | 0.86% | - |
| XYZ | 31.52 | 17.07 | 8.66 | - |
| YUV | 96.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 77 | 0 | 0.83 | 0.65 | 0.14 | 346.89 | 0.72 | 0.5 |
| Hex | DC | 25 | 4D | 0 | 53 | 41 | E | 15B | 48 | 32 |
| Octal | 334 | 45 | 115 | 0 | 123 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011100 | 100101 | 1001101 | 0 | 1010011 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DC254D
Complementary color
Monochromatic Colors of #DC254D
Black with #DC254D
Text Example
Text Example
White with #DC254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC254D; }
p { color: rgb(220,37,77); }
H1.HeaderClassName
{
color: #DC254D;
}
.AnyTagClassName
{
color: #DC254D;
}
</style>
background-color css
<style>
a { background-color: #DC254D; }
a { background-color: rgb(220,37,77); }
div.DivClassName
{
background-color: #DC254D;
}
.BgClassName
{
background-color: #DC254D;
}
</style>
border-color css
<style>
span { border-color: #DC254D; }
span { border-color: rgb(220,37,77); }
td.TdClassName
{
border-color: #DC254D;
}
.TagClassName
{
border-color: #DC254D;
}
</style>