Shades of Amaranth #DC284B
Tints of Amaranth #DC284B
RGB
CMYK
RGB Variations
Color information
#DC284B (or 0xDC284B) is known color: Amaranth. HEX triplet: DC, 28 and 4B. RGB value is (220,40,75). Sum of RGB (Red+Green+Blue) = 220+40+75=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC284B is #23D7B4. Grayscale: #616161. Windows color (decimal): -2348981 or 4925660. OLE color: 4925660.
HSL color Cylindrical-coordinate representation of color #DC284B: hue angle of 348.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC284B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 75 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.14 |
| HSL | 348.33º | 0.72% | 0.51% | - |
| HSV(B) | 348.33º | 0.82% | 0.86% | - |
| XYZ | 31.54 | 17.24 | 8.32 | - |
| YUV | 97.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 75 | 0 | 0.82 | 0.66 | 0.14 | 348.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 4B | 0 | 52 | 42 | E | 15C | 48 | 33 |
| Octal | 334 | 50 | 113 | 0 | 122 | 102 | 16 | 534 | 110 | 63 |
| Binary | 11011100 | 101000 | 1001011 | 0 | 1010010 | 1000010 | 1110 | 101011100 | 1001000 | 110011 |
Color Harmonies of #DC284B
Complementary color
Monochromatic Colors of #DC284B
Black with #DC284B
Text Example
Text Example
White with #DC284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC284B; }
p { color: rgb(220,40,75); }
H1.HeaderClassName
{
color: #DC284B;
}
.AnyTagClassName
{
color: #DC284B;
}
</style>
background-color css
<style>
a { background-color: #DC284B; }
a { background-color: rgb(220,40,75); }
div.DivClassName
{
background-color: #DC284B;
}
.BgClassName
{
background-color: #DC284B;
}
</style>
border-color css
<style>
span { border-color: #DC284B; }
span { border-color: rgb(220,40,75); }
td.TdClassName
{
border-color: #DC284B;
}
.TagClassName
{
border-color: #DC284B;
}
</style>