Shades of Amaranth #DC3F4F
Tints of Amaranth #DC3F4F
RGB
CMYK
RGB Variations
Color information
#DC3F4F (or 0xDC3F4F) is known color: Amaranth. HEX triplet: DC, 3F and 4F. RGB value is (220,63,79). Sum of RGB (Red+Green+Blue) = 220+63+79=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F4F is #23C0B0. Grayscale: #6F6F6F. Windows color (decimal): -2343089 or 5193692. OLE color: 5193692.
HSL color Cylindrical-coordinate representation of color #DC3F4F: hue angle of 353.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F4F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 79 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.14 |
| HSL | 353.89º | 0.69% | 0.55% | - |
| HSV(B) | 353.89º | 0.71% | 0.86% | - |
| XYZ | 32.7 | 19.34 | 9.41 | - |
| YUV | 111.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 79 | 0 | 0.71 | 0.64 | 0.14 | 353.89 | 0.69 | 0.55 |
| Hex | DC | 3F | 4F | 0 | 47 | 40 | E | 162 | 45 | 37 |
| Octal | 334 | 77 | 117 | 0 | 107 | 100 | 16 | 542 | 105 | 67 |
| Binary | 11011100 | 111111 | 1001111 | 0 | 1000111 | 1000000 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DC3F4F
Complementary color
Monochromatic Colors of #DC3F4F
Black with #DC3F4F
Text Example
Text Example
White with #DC3F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F4F; }
p { color: rgb(220,63,79); }
H1.HeaderClassName
{
color: #DC3F4F;
}
.AnyTagClassName
{
color: #DC3F4F;
}
</style>
background-color css
<style>
a { background-color: #DC3F4F; }
a { background-color: rgb(220,63,79); }
div.DivClassName
{
background-color: #DC3F4F;
}
.BgClassName
{
background-color: #DC3F4F;
}
</style>
border-color css
<style>
span { border-color: #DC3F4F; }
span { border-color: rgb(220,63,79); }
td.TdClassName
{
border-color: #DC3F4F;
}
.TagClassName
{
border-color: #DC3F4F;
}
</style>