Shades of Mahogany #DC3E40
Tints of Mahogany #DC3E40
RGB
CMYK
RGB Variations
Color information
#DC3E40 (or 0xDC3E40) is known color: Mahogany. HEX triplet: DC, 3E and 40. RGB value is (220,62,64). Sum of RGB (Red+Green+Blue) = 220+62+64=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E40 is #23C1BF. Grayscale: #6D6D6D. Windows color (decimal): -2343360 or 4210396. OLE color: 4210396.
HSL color Cylindrical-coordinate representation of color #DC3E40: hue angle of 359.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E40 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 64 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.14 |
| HSL | 359.24º | 0.69% | 0.55% | - |
| HSV(B) | 359.24º | 0.72% | 0.86% | - |
| XYZ | 32.16 | 19.03 | 6.83 | - |
| YUV | 109.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 64 | 0 | 0.72 | 0.71 | 0.14 | 359.24 | 0.69 | 0.55 |
| Hex | DC | 3E | 40 | 0 | 48 | 47 | E | 167 | 45 | 37 |
| Octal | 334 | 76 | 100 | 0 | 110 | 107 | 16 | 547 | 105 | 67 |
| Binary | 11011100 | 111110 | 1000000 | 0 | 1001000 | 1000111 | 1110 | 101100111 | 1000101 | 110111 |
Color Harmonies of #DC3E40
Complementary color
Monochromatic Colors of #DC3E40
Black with #DC3E40
Text Example
Text Example
White with #DC3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E40; }
p { color: rgb(220,62,64); }
H1.HeaderClassName
{
color: #DC3E40;
}
.AnyTagClassName
{
color: #DC3E40;
}
</style>
background-color css
<style>
a { background-color: #DC3E40; }
a { background-color: rgb(220,62,64); }
div.DivClassName
{
background-color: #DC3E40;
}
.BgClassName
{
background-color: #DC3E40;
}
</style>
border-color css
<style>
span { border-color: #DC3E40; }
span { border-color: rgb(220,62,64); }
td.TdClassName
{
border-color: #DC3E40;
}
.TagClassName
{
border-color: #DC3E40;
}
</style>