Shades of Mahogany #DC4246
Tints of Mahogany #DC4246
RGB
CMYK
RGB Variations
Color information
#DC4246 (or 0xDC4246) is known color: Mahogany. HEX triplet: DC, 42 and 46. RGB value is (220,66,70). Sum of RGB (Red+Green+Blue) = 220+66+70=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4246 is #23BDB9. Grayscale: #707070. Windows color (decimal): -2342330 or 4604636. OLE color: 4604636.
HSL color Cylindrical-coordinate representation of color #DC4246: hue angle of 358.44º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4246 is Cyan = 0, Magento = 0.7, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 70 | - |
| CMYK | 0 | 0.7 | 0.68 | 0.14 |
| HSL | 358.44º | 0.69% | 0.56% | - |
| HSV(B) | 358.44º | 0.7% | 0.86% | - |
| XYZ | 32.57 | 19.55 | 7.85 | - |
| YUV | 112.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 70 | 0 | 0.7 | 0.68 | 0.14 | 358.44 | 0.69 | 0.56 |
| Hex | DC | 42 | 46 | 0 | 46 | 44 | E | 166 | 45 | 38 |
| Octal | 334 | 102 | 106 | 0 | 106 | 104 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1000110 | 0 | 1000110 | 1000100 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4246
Complementary color
Monochromatic Colors of #DC4246
Black with #DC4246
Text Example
Text Example
White with #DC4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4246; }
p { color: rgb(220,66,70); }
H1.HeaderClassName
{
color: #DC4246;
}
.AnyTagClassName
{
color: #DC4246;
}
</style>
background-color css
<style>
a { background-color: #DC4246; }
a { background-color: rgb(220,66,70); }
div.DivClassName
{
background-color: #DC4246;
}
.BgClassName
{
background-color: #DC4246;
}
</style>
border-color css
<style>
span { border-color: #DC4246; }
span { border-color: rgb(220,66,70); }
td.TdClassName
{
border-color: #DC4246;
}
.TagClassName
{
border-color: #DC4246;
}
</style>