Shades of Mahogany #D63C40
Tints of Mahogany #D63C40
RGB
CMYK
RGB Variations
Color information
#D63C40 (or 0xD63C40) is known color: Mahogany. HEX triplet: D6, 3C and 40. RGB value is (214,60,64). Sum of RGB (Red+Green+Blue) = 214+60+64=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C40 is #29C3BF. Grayscale: #6A6A6A. Windows color (decimal): -2737088 or 4209878. OLE color: 4209878.
HSL color Cylindrical-coordinate representation of color #D63C40: hue angle of 358.44º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C40 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 64 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.16 |
| HSL | 358.44º | 0.65% | 0.54% | - |
| HSV(B) | 358.44º | 0.72% | 0.84% | - |
| XYZ | 30.27 | 17.9 | 6.71 | - |
| YUV | 106.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 64 | 0 | 0.72 | 0.70 | 0.16 | 358.44 | 0.65 | 0.54 |
| Hex | D6 | 3C | 40 | 0 | 48 | 46 | 10 | 166 | 41 | 36 |
| Octal | 326 | 74 | 100 | 0 | 110 | 106 | 20 | 546 | 101 | 66 |
| Binary | 11010110 | 111100 | 1000000 | 0 | 1001000 | 1000110 | 10000 | 101100110 | 1000001 | 110110 |
Color Harmonies of #D63C40
Complementary color
Monochromatic Colors of #D63C40
Black with #D63C40
Text Example
Text Example
White with #D63C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C40; }
p { color: rgb(214,60,64); }
H1.HeaderClassName
{
color: #D63C40;
}
.AnyTagClassName
{
color: #D63C40;
}
</style>
background-color css
<style>
a { background-color: #D63C40; }
a { background-color: rgb(214,60,64); }
div.DivClassName
{
background-color: #D63C40;
}
.BgClassName
{
background-color: #D63C40;
}
</style>
border-color css
<style>
span { border-color: #D63C40; }
span { border-color: rgb(214,60,64); }
td.TdClassName
{
border-color: #D63C40;
}
.TagClassName
{
border-color: #D63C40;
}
</style>