Shades of Amaranth #DC254A
Tints of Amaranth #DC254A
RGB
CMYK
RGB Variations
Color information
#DC254A (or 0xDC254A) is known color: Amaranth. HEX triplet: DC, 25 and 4A. RGB value is (220,37,74). Sum of RGB (Red+Green+Blue) = 220+37+74=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC254A is #23DAB5. Grayscale: #5F5F5F. Windows color (decimal): -2349750 or 4859356. OLE color: 4859356.
HSL color Cylindrical-coordinate representation of color #DC254A: hue angle of 347.87º 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 #DC254A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 74 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.14 |
| HSL | 347.87º | 0.72% | 0.5% | - |
| HSV(B) | 347.87º | 0.83% | 0.86% | - |
| XYZ | 31.41 | 17.03 | 8.11 | - |
| YUV | 95.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 74 | 0 | 0.83 | 0.66 | 0.14 | 347.87 | 0.72 | 0.5 |
| Hex | DC | 25 | 4A | 0 | 53 | 42 | E | 15C | 48 | 32 |
| Octal | 334 | 45 | 112 | 0 | 123 | 102 | 16 | 534 | 110 | 62 |
| Binary | 11011100 | 100101 | 1001010 | 0 | 1010011 | 1000010 | 1110 | 101011100 | 1001000 | 110010 |
Color Harmonies of #DC254A
Complementary color
Monochromatic Colors of #DC254A
Black with #DC254A
Text Example
Text Example
White with #DC254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC254A; }
p { color: rgb(220,37,74); }
H1.HeaderClassName
{
color: #DC254A;
}
.AnyTagClassName
{
color: #DC254A;
}
</style>
background-color css
<style>
a { background-color: #DC254A; }
a { background-color: rgb(220,37,74); }
div.DivClassName
{
background-color: #DC254A;
}
.BgClassName
{
background-color: #DC254A;
}
</style>
border-color css
<style>
span { border-color: #DC254A; }
span { border-color: rgb(220,37,74); }
td.TdClassName
{
border-color: #DC254A;
}
.TagClassName
{
border-color: #DC254A;
}
</style>