Shades of Amaranth #DC3F4A
Tints of Amaranth #DC3F4A
RGB
CMYK
RGB Variations
Color information
#DC3F4A (or 0xDC3F4A) is known color: Amaranth. HEX triplet: DC, 3F and 4A. RGB value is (220,63,74). Sum of RGB (Red+Green+Blue) = 220+63+74=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F4A is #23C0B5. Grayscale: #6F6F6F. Windows color (decimal): -2343094 or 4866012. OLE color: 4866012.
HSL color Cylindrical-coordinate representation of color #DC3F4A: hue angle of 355.8º 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 #DC3F4A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 74 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.14 |
| HSL | 355.8º | 0.69% | 0.55% | - |
| HSV(B) | 355.8º | 0.71% | 0.86% | - |
| XYZ | 32.53 | 19.27 | 8.48 | - |
| YUV | 111.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 74 | 0 | 0.71 | 0.66 | 0.14 | 355.8 | 0.69 | 0.55 |
| Hex | DC | 3F | 4A | 0 | 47 | 42 | E | 164 | 45 | 37 |
| Octal | 334 | 77 | 112 | 0 | 107 | 102 | 16 | 544 | 105 | 67 |
| Binary | 11011100 | 111111 | 1001010 | 0 | 1000111 | 1000010 | 1110 | 101100100 | 1000101 | 110111 |
Color Harmonies of #DC3F4A
Complementary color
Monochromatic Colors of #DC3F4A
Black with #DC3F4A
Text Example
Text Example
White with #DC3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F4A; }
p { color: rgb(220,63,74); }
H1.HeaderClassName
{
color: #DC3F4A;
}
.AnyTagClassName
{
color: #DC3F4A;
}
</style>
background-color css
<style>
a { background-color: #DC3F4A; }
a { background-color: rgb(220,63,74); }
div.DivClassName
{
background-color: #DC3F4A;
}
.BgClassName
{
background-color: #DC3F4A;
}
</style>
border-color css
<style>
span { border-color: #DC3F4A; }
span { border-color: rgb(220,63,74); }
td.TdClassName
{
border-color: #DC3F4A;
}
.TagClassName
{
border-color: #DC3F4A;
}
</style>