Shades of Amaranth #D83C4C
Tints of Amaranth #D83C4C
RGB
CMYK
RGB Variations
Color information
#D83C4C (or 0xD83C4C) is known color: Amaranth. HEX triplet: D8, 3C and 4C. RGB value is (216,60,76). Sum of RGB (Red+Green+Blue) = 216+60+76=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C4C is #27C3B3. Grayscale: #6C6C6C. Windows color (decimal): -2606004 or 4996312. OLE color: 4996312.
HSL color Cylindrical-coordinate representation of color #D83C4C: hue angle of 353.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C4C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 76 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.15 |
| HSL | 353.85º | 0.67% | 0.54% | - |
| HSV(B) | 353.85º | 0.72% | 0.85% | - |
| XYZ | 31.24 | 18.35 | 8.73 | - |
| YUV | 108.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 76 | 0 | 0.72 | 0.65 | 0.15 | 353.85 | 0.67 | 0.54 |
| Hex | D8 | 3C | 4C | 0 | 48 | 41 | F | 162 | 43 | 36 |
| Octal | 330 | 74 | 114 | 0 | 110 | 101 | 17 | 542 | 103 | 66 |
| Binary | 11011000 | 111100 | 1001100 | 0 | 1001000 | 1000001 | 1111 | 101100010 | 1000011 | 110110 |
Color Harmonies of #D83C4C
Complementary color
Monochromatic Colors of #D83C4C
Black with #D83C4C
Text Example
Text Example
White with #D83C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C4C; }
p { color: rgb(216,60,76); }
H1.HeaderClassName
{
color: #D83C4C;
}
.AnyTagClassName
{
color: #D83C4C;
}
</style>
background-color css
<style>
a { background-color: #D83C4C; }
a { background-color: rgb(216,60,76); }
div.DivClassName
{
background-color: #D83C4C;
}
.BgClassName
{
background-color: #D83C4C;
}
</style>
border-color css
<style>
span { border-color: #D83C4C; }
span { border-color: rgb(216,60,76); }
td.TdClassName
{
border-color: #D83C4C;
}
.TagClassName
{
border-color: #D83C4C;
}
</style>