Shades of Mahogany #DC3C3E
Tints of Mahogany #DC3C3E
RGB
CMYK
RGB Variations
Color information
#DC3C3E (or 0xDC3C3E) is known color: Mahogany. HEX triplet: DC, 3C and 3E. RGB value is (220,60,62). Sum of RGB (Red+Green+Blue) = 220+60+62=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C3E is #23C3C1. Grayscale: #6C6C6C. Windows color (decimal): -2343874 or 4078812. OLE color: 4078812.
HSL color Cylindrical-coordinate representation of color #DC3C3E: hue angle of 359.25º 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 #DC3C3E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 62 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.14 |
| HSL | 359.25º | 0.7% | 0.55% | - |
| HSV(B) | 359.25º | 0.73% | 0.86% | - |
| XYZ | 32 | 18.8 | 6.5 | - |
| YUV | 108.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 62 | 0 | 0.73 | 0.72 | 0.14 | 359.25 | 0.7 | 0.55 |
| Hex | DC | 3C | 3E | 0 | 49 | 48 | E | 167 | 46 | 37 |
| Octal | 334 | 74 | 76 | 0 | 111 | 110 | 16 | 547 | 106 | 67 |
| Binary | 11011100 | 111100 | 111110 | 0 | 1001001 | 1001000 | 1110 | 101100111 | 1000110 | 110111 |
Color Harmonies of #DC3C3E
Complementary color
Monochromatic Colors of #DC3C3E
Black with #DC3C3E
Text Example
Text Example
White with #DC3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C3E; }
p { color: rgb(220,60,62); }
H1.HeaderClassName
{
color: #DC3C3E;
}
.AnyTagClassName
{
color: #DC3C3E;
}
</style>
background-color css
<style>
a { background-color: #DC3C3E; }
a { background-color: rgb(220,60,62); }
div.DivClassName
{
background-color: #DC3C3E;
}
.BgClassName
{
background-color: #DC3C3E;
}
</style>
border-color css
<style>
span { border-color: #DC3C3E; }
span { border-color: rgb(220,60,62); }
td.TdClassName
{
border-color: #DC3C3E;
}
.TagClassName
{
border-color: #DC3C3E;
}
</style>