Shades of Mahogany #DC3C40
Tints of Mahogany #DC3C40
RGB
CMYK
RGB Variations
Color information
#DC3C40 (or 0xDC3C40) is known color: Mahogany. HEX triplet: DC, 3C and 40. RGB value is (220,60,64). Sum of RGB (Red+Green+Blue) = 220+60+64=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C40 is #23C3BF. Grayscale: #6C6C6C. Windows color (decimal): -2343872 or 4209884. OLE color: 4209884.
HSL color Cylindrical-coordinate representation of color #DC3C40: hue angle of 358.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C40 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 64 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.14 |
| HSL | 358.5º | 0.7% | 0.55% | - |
| HSV(B) | 358.5º | 0.73% | 0.86% | - |
| XYZ | 32.06 | 18.82 | 6.79 | - |
| YUV | 108.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 64 | 0 | 0.73 | 0.71 | 0.14 | 358.5 | 0.7 | 0.55 |
| Hex | DC | 3C | 40 | 0 | 49 | 47 | E | 166 | 46 | 37 |
| Octal | 334 | 74 | 100 | 0 | 111 | 107 | 16 | 546 | 106 | 67 |
| Binary | 11011100 | 111100 | 1000000 | 0 | 1001001 | 1000111 | 1110 | 101100110 | 1000110 | 110111 |
Color Harmonies of #DC3C40
Complementary color
Monochromatic Colors of #DC3C40
Black with #DC3C40
Text Example
Text Example
White with #DC3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C40; }
p { color: rgb(220,60,64); }
H1.HeaderClassName
{
color: #DC3C40;
}
.AnyTagClassName
{
color: #DC3C40;
}
</style>
background-color css
<style>
a { background-color: #DC3C40; }
a { background-color: rgb(220,60,64); }
div.DivClassName
{
background-color: #DC3C40;
}
.BgClassName
{
background-color: #DC3C40;
}
</style>
border-color css
<style>
span { border-color: #DC3C40; }
span { border-color: rgb(220,60,64); }
td.TdClassName
{
border-color: #DC3C40;
}
.TagClassName
{
border-color: #DC3C40;
}
</style>