Shades of Mahogany #D63C43
Tints of Mahogany #D63C43
RGB
CMYK
RGB Variations
Color information
#D63C43 (or 0xD63C43) is known color: Mahogany. HEX triplet: D6, 3C and 43. RGB value is (214,60,67). Sum of RGB (Red+Green+Blue) = 214+60+67=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C43 is #29C3BC. Grayscale: #6A6A6A. Windows color (decimal): -2737085 or 4406486. OLE color: 4406486.
HSL color Cylindrical-coordinate representation of color #D63C43: hue angle of 357.27º 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 #D63C43 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 67 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.16 |
| HSL | 357.27º | 0.65% | 0.54% | - |
| HSV(B) | 357.27º | 0.72% | 0.84% | - |
| XYZ | 30.36 | 17.93 | 7.17 | - |
| YUV | 106.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 67 | 0 | 0.72 | 0.69 | 0.16 | 357.27 | 0.65 | 0.54 |
| Hex | D6 | 3C | 43 | 0 | 48 | 45 | 10 | 165 | 41 | 36 |
| Octal | 326 | 74 | 103 | 0 | 110 | 105 | 20 | 545 | 101 | 66 |
| Binary | 11010110 | 111100 | 1000011 | 0 | 1001000 | 1000101 | 10000 | 101100101 | 1000001 | 110110 |
Color Harmonies of #D63C43
Complementary color
Monochromatic Colors of #D63C43
Black with #D63C43
Text Example
Text Example
White with #D63C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C43; }
p { color: rgb(214,60,67); }
H1.HeaderClassName
{
color: #D63C43;
}
.AnyTagClassName
{
color: #D63C43;
}
</style>
background-color css
<style>
a { background-color: #D63C43; }
a { background-color: rgb(214,60,67); }
div.DivClassName
{
background-color: #D63C43;
}
.BgClassName
{
background-color: #D63C43;
}
</style>
border-color css
<style>
span { border-color: #D63C43; }
span { border-color: rgb(214,60,67); }
td.TdClassName
{
border-color: #D63C43;
}
.TagClassName
{
border-color: #D63C43;
}
</style>