Shades of Mahogany #DC3940
Tints of Mahogany #DC3940
RGB
CMYK
RGB Variations
Color information
#DC3940 (or 0xDC3940) is known color: Mahogany. HEX triplet: DC, 39 and 40. RGB value is (220,57,64). Sum of RGB (Red+Green+Blue) = 220+57+64=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3940 is #23C6BF. Grayscale: #6A6A6A. Windows color (decimal): -2344640 or 4209116. OLE color: 4209116.
HSL color Cylindrical-coordinate representation of color #DC3940: hue angle of 357.42º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3940 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 64 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.14 |
| HSL | 357.42º | 0.7% | 0.54% | - |
| HSV(B) | 357.42º | 0.74% | 0.86% | - |
| XYZ | 31.9 | 18.51 | 6.74 | - |
| YUV | 106.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 64 | 0 | 0.74 | 0.71 | 0.14 | 357.42 | 0.7 | 0.54 |
| Hex | DC | 39 | 40 | 0 | 4A | 47 | E | 165 | 46 | 36 |
| Octal | 334 | 71 | 100 | 0 | 112 | 107 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 111001 | 1000000 | 0 | 1001010 | 1000111 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC3940
Complementary color
Monochromatic Colors of #DC3940
Black with #DC3940
Text Example
Text Example
White with #DC3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3940; }
p { color: rgb(220,57,64); }
H1.HeaderClassName
{
color: #DC3940;
}
.AnyTagClassName
{
color: #DC3940;
}
</style>
background-color css
<style>
a { background-color: #DC3940; }
a { background-color: rgb(220,57,64); }
div.DivClassName
{
background-color: #DC3940;
}
.BgClassName
{
background-color: #DC3940;
}
</style>
border-color css
<style>
span { border-color: #DC3940; }
span { border-color: rgb(220,57,64); }
td.TdClassName
{
border-color: #DC3940;
}
.TagClassName
{
border-color: #DC3940;
}
</style>