Shades of Mahogany #D63138
Tints of Mahogany #D63138
RGB
CMYK
RGB Variations
Color information
#D63138 (or 0xD63138) is known color: Mahogany. HEX triplet: D6, 31 and 38. RGB value is (214,49,56). Sum of RGB (Red+Green+Blue) = 214+49+56=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63138 is #29CEC7. Grayscale: #636363. Windows color (decimal): -2739912 or 3682774. OLE color: 3682774.
HSL color Cylindrical-coordinate representation of color #D63138: hue angle of 357.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63138 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 56 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.16 |
| HSL | 357.45º | 0.67% | 0.52% | - |
| HSV(B) | 357.45º | 0.77% | 0.84% | - |
| XYZ | 29.54 | 16.78 | 5.42 | - |
| YUV | 99.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 56 | 0 | 0.77 | 0.74 | 0.16 | 357.45 | 0.67 | 0.52 |
| Hex | D6 | 31 | 38 | 0 | 4D | 4A | 10 | 165 | 43 | 34 |
| Octal | 326 | 61 | 70 | 0 | 115 | 112 | 20 | 545 | 103 | 64 |
| Binary | 11010110 | 110001 | 111000 | 0 | 1001101 | 1001010 | 10000 | 101100101 | 1000011 | 110100 |
Color Harmonies of #D63138
Complementary color
Monochromatic Colors of #D63138
Black with #D63138
Text Example
Text Example
White with #D63138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63138; }
p { color: rgb(214,49,56); }
H1.HeaderClassName
{
color: #D63138;
}
.AnyTagClassName
{
color: #D63138;
}
</style>
background-color css
<style>
a { background-color: #D63138; }
a { background-color: rgb(214,49,56); }
div.DivClassName
{
background-color: #D63138;
}
.BgClassName
{
background-color: #D63138;
}
</style>
border-color css
<style>
span { border-color: #D63138; }
span { border-color: rgb(214,49,56); }
td.TdClassName
{
border-color: #D63138;
}
.TagClassName
{
border-color: #D63138;
}
</style>