Shades of Mahogany #DC3B3E
Tints of Mahogany #DC3B3E
RGB
CMYK
RGB Variations
Color information
#DC3B3E (or 0xDC3B3E) is known color: Mahogany. HEX triplet: DC, 3B and 3E. RGB value is (220,59,62). Sum of RGB (Red+Green+Blue) = 220+59+62=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B3E is #23C4C1. Grayscale: #6B6B6B. Windows color (decimal): -2344130 or 4078556. OLE color: 4078556.
HSL color Cylindrical-coordinate representation of color #DC3B3E: hue angle of 358.88º 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 #DC3B3E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 62 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.14 |
| HSL | 358.88º | 0.7% | 0.55% | - |
| HSV(B) | 358.88º | 0.73% | 0.86% | - |
| XYZ | 31.95 | 18.69 | 6.48 | - |
| YUV | 107.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 62 | 0 | 0.73 | 0.72 | 0.14 | 358.88 | 0.7 | 0.55 |
| Hex | DC | 3B | 3E | 0 | 49 | 48 | E | 167 | 46 | 37 |
| Octal | 334 | 73 | 76 | 0 | 111 | 110 | 16 | 547 | 106 | 67 |
| Binary | 11011100 | 111011 | 111110 | 0 | 1001001 | 1001000 | 1110 | 101100111 | 1000110 | 110111 |
Color Harmonies of #DC3B3E
Complementary color
Monochromatic Colors of #DC3B3E
Black with #DC3B3E
Text Example
Text Example
White with #DC3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B3E; }
p { color: rgb(220,59,62); }
H1.HeaderClassName
{
color: #DC3B3E;
}
.AnyTagClassName
{
color: #DC3B3E;
}
</style>
background-color css
<style>
a { background-color: #DC3B3E; }
a { background-color: rgb(220,59,62); }
div.DivClassName
{
background-color: #DC3B3E;
}
.BgClassName
{
background-color: #DC3B3E;
}
</style>
border-color css
<style>
span { border-color: #DC3B3E; }
span { border-color: rgb(220,59,62); }
td.TdClassName
{
border-color: #DC3B3E;
}
.TagClassName
{
border-color: #DC3B3E;
}
</style>