Shades of Mahogany #DC3B40
Tints of Mahogany #DC3B40
RGB
CMYK
RGB Variations
Color information
#DC3B40 (or 0xDC3B40) is known color: Mahogany. HEX triplet: DC, 3B and 40. RGB value is (220,59,64). Sum of RGB (Red+Green+Blue) = 220+59+64=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B40 is #23C4BF. Grayscale: #6B6B6B. Windows color (decimal): -2344128 or 4209628. OLE color: 4209628.
HSL color Cylindrical-coordinate representation of color #DC3B40: hue angle of 358.14º 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 #DC3B40 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 64 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.14 |
| HSL | 358.14º | 0.7% | 0.55% | - |
| HSV(B) | 358.14º | 0.73% | 0.86% | - |
| XYZ | 32 | 18.71 | 6.78 | - |
| YUV | 107.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 64 | 0 | 0.73 | 0.71 | 0.14 | 358.14 | 0.7 | 0.55 |
| Hex | DC | 3B | 40 | 0 | 49 | 47 | E | 166 | 46 | 37 |
| Octal | 334 | 73 | 100 | 0 | 111 | 107 | 16 | 546 | 106 | 67 |
| Binary | 11011100 | 111011 | 1000000 | 0 | 1001001 | 1000111 | 1110 | 101100110 | 1000110 | 110111 |
Color Harmonies of #DC3B40
Complementary color
Monochromatic Colors of #DC3B40
Black with #DC3B40
Text Example
Text Example
White with #DC3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B40; }
p { color: rgb(220,59,64); }
H1.HeaderClassName
{
color: #DC3B40;
}
.AnyTagClassName
{
color: #DC3B40;
}
</style>
background-color css
<style>
a { background-color: #DC3B40; }
a { background-color: rgb(220,59,64); }
div.DivClassName
{
background-color: #DC3B40;
}
.BgClassName
{
background-color: #DC3B40;
}
</style>
border-color css
<style>
span { border-color: #DC3B40; }
span { border-color: rgb(220,59,64); }
td.TdClassName
{
border-color: #DC3B40;
}
.TagClassName
{
border-color: #DC3B40;
}
</style>