Shades of Mahogany #DC393E
Tints of Mahogany #DC393E
RGB
CMYK
RGB Variations
Color information
#DC393E (or 0xDC393E) is known color: Mahogany. HEX triplet: DC, 39 and 3E. RGB value is (220,57,62). Sum of RGB (Red+Green+Blue) = 220+57+62=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC393E is #23C6C1. Grayscale: #6A6A6A. Windows color (decimal): -2344642 or 4078044. OLE color: 4078044.
HSL color Cylindrical-coordinate representation of color #DC393E: hue angle of 358.16º 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 #DC393E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 62 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.14 |
| HSL | 358.16º | 0.7% | 0.54% | - |
| HSV(B) | 358.16º | 0.74% | 0.86% | - |
| XYZ | 31.85 | 18.49 | 6.45 | - |
| YUV | 106.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 62 | 0 | 0.74 | 0.72 | 0.14 | 358.16 | 0.7 | 0.54 |
| Hex | DC | 39 | 3E | 0 | 4A | 48 | E | 166 | 46 | 36 |
| Octal | 334 | 71 | 76 | 0 | 112 | 110 | 16 | 546 | 106 | 66 |
| Binary | 11011100 | 111001 | 111110 | 0 | 1001010 | 1001000 | 1110 | 101100110 | 1000110 | 110110 |
Color Harmonies of #DC393E
Complementary color
Monochromatic Colors of #DC393E
Black with #DC393E
Text Example
Text Example
White with #DC393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC393E; }
p { color: rgb(220,57,62); }
H1.HeaderClassName
{
color: #DC393E;
}
.AnyTagClassName
{
color: #DC393E;
}
</style>
background-color css
<style>
a { background-color: #DC393E; }
a { background-color: rgb(220,57,62); }
div.DivClassName
{
background-color: #DC393E;
}
.BgClassName
{
background-color: #DC393E;
}
</style>
border-color css
<style>
span { border-color: #DC393E; }
span { border-color: rgb(220,57,62); }
td.TdClassName
{
border-color: #DC393E;
}
.TagClassName
{
border-color: #DC393E;
}
</style>