Shades of Amaranth #DC254F
Tints of Amaranth #DC254F
RGB
CMYK
RGB Variations
Color information
#DC254F (or 0xDC254F) is known color: Amaranth. HEX triplet: DC, 25 and 4F. RGB value is (220,37,79). Sum of RGB (Red+Green+Blue) = 220+37+79=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC254F is #23DAB0. Grayscale: #606060. Windows color (decimal): -2349745 or 5187036. OLE color: 5187036.
HSL color Cylindrical-coordinate representation of color #DC254F: hue angle of 346.23º 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 #DC254F is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 79 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.14 |
| HSL | 346.23º | 0.72% | 0.5% | - |
| HSV(B) | 346.23º | 0.83% | 0.86% | - |
| XYZ | 31.59 | 17.1 | 9.03 | - |
| YUV | 96.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 79 | 0 | 0.83 | 0.64 | 0.14 | 346.23 | 0.72 | 0.5 |
| Hex | DC | 25 | 4F | 0 | 53 | 40 | E | 15A | 48 | 32 |
| Octal | 334 | 45 | 117 | 0 | 123 | 100 | 16 | 532 | 110 | 62 |
| Binary | 11011100 | 100101 | 1001111 | 0 | 1010011 | 1000000 | 1110 | 101011010 | 1001000 | 110010 |
Color Harmonies of #DC254F
Complementary color
Monochromatic Colors of #DC254F
Black with #DC254F
Text Example
Text Example
White with #DC254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC254F; }
p { color: rgb(220,37,79); }
H1.HeaderClassName
{
color: #DC254F;
}
.AnyTagClassName
{
color: #DC254F;
}
</style>
background-color css
<style>
a { background-color: #DC254F; }
a { background-color: rgb(220,37,79); }
div.DivClassName
{
background-color: #DC254F;
}
.BgClassName
{
background-color: #DC254F;
}
</style>
border-color css
<style>
span { border-color: #DC254F; }
span { border-color: rgb(220,37,79); }
td.TdClassName
{
border-color: #DC254F;
}
.TagClassName
{
border-color: #DC254F;
}
</style>