Shades of Amaranth #DC3F4B
Tints of Amaranth #DC3F4B
RGB
CMYK
RGB Variations
Color information
#DC3F4B (or 0xDC3F4B) is known color: Amaranth. HEX triplet: DC, 3F and 4B. RGB value is (220,63,75). Sum of RGB (Red+Green+Blue) = 220+63+75=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F4B is #23C0B4. Grayscale: #6F6F6F. Windows color (decimal): -2343093 or 4931548. OLE color: 4931548.
HSL color Cylindrical-coordinate representation of color #DC3F4B: hue angle of 355.41º 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 #DC3F4B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 75 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.14 |
| HSL | 355.41º | 0.69% | 0.55% | - |
| HSV(B) | 355.41º | 0.71% | 0.86% | - |
| XYZ | 32.56 | 19.28 | 8.66 | - |
| YUV | 111.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 75 | 0 | 0.71 | 0.66 | 0.14 | 355.41 | 0.69 | 0.55 |
| Hex | DC | 3F | 4B | 0 | 47 | 42 | E | 163 | 45 | 37 |
| Octal | 334 | 77 | 113 | 0 | 107 | 102 | 16 | 543 | 105 | 67 |
| Binary | 11011100 | 111111 | 1001011 | 0 | 1000111 | 1000010 | 1110 | 101100011 | 1000101 | 110111 |
Color Harmonies of #DC3F4B
Complementary color
Monochromatic Colors of #DC3F4B
Black with #DC3F4B
Text Example
Text Example
White with #DC3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F4B; }
p { color: rgb(220,63,75); }
H1.HeaderClassName
{
color: #DC3F4B;
}
.AnyTagClassName
{
color: #DC3F4B;
}
</style>
background-color css
<style>
a { background-color: #DC3F4B; }
a { background-color: rgb(220,63,75); }
div.DivClassName
{
background-color: #DC3F4B;
}
.BgClassName
{
background-color: #DC3F4B;
}
</style>
border-color css
<style>
span { border-color: #DC3F4B; }
span { border-color: rgb(220,63,75); }
td.TdClassName
{
border-color: #DC3F4B;
}
.TagClassName
{
border-color: #DC3F4B;
}
</style>