Shades of Mahogany #D53336
Tints of Mahogany #D53336
RGB
CMYK
RGB Variations
Color information
#D53336 (or 0xD53336) is known color: Mahogany. HEX triplet: D5, 33 and 36. RGB value is (213,51,54). Sum of RGB (Red+Green+Blue) = 213+51+54=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53336 is #2ACCC9. Grayscale: #636363. Windows color (decimal): -2804938 or 3552213. OLE color: 3552213.
HSL color Cylindrical-coordinate representation of color #D53336: hue angle of 358.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53336 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 54 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.16 |
| HSL | 358.89º | 0.66% | 0.52% | - |
| HSV(B) | 358.89º | 0.76% | 0.84% | - |
| XYZ | 29.29 | 16.78 | 5.19 | - |
| YUV | 99.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 54 | 0 | 0.76 | 0.75 | 0.16 | 358.89 | 0.66 | 0.52 |
| Hex | D5 | 33 | 36 | 0 | 4C | 4B | 10 | 167 | 42 | 34 |
| Octal | 325 | 63 | 66 | 0 | 114 | 113 | 20 | 547 | 102 | 64 |
| Binary | 11010101 | 110011 | 110110 | 0 | 1001100 | 1001011 | 10000 | 101100111 | 1000010 | 110100 |
Color Harmonies of #D53336
Complementary color
Monochromatic Colors of #D53336
Black with #D53336
Text Example
Text Example
White with #D53336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53336; }
p { color: rgb(213,51,54); }
H1.HeaderClassName
{
color: #D53336;
}
.AnyTagClassName
{
color: #D53336;
}
</style>
background-color css
<style>
a { background-color: #D53336; }
a { background-color: rgb(213,51,54); }
div.DivClassName
{
background-color: #D53336;
}
.BgClassName
{
background-color: #D53336;
}
</style>
border-color css
<style>
span { border-color: #D53336; }
span { border-color: rgb(213,51,54); }
td.TdClassName
{
border-color: #D53336;
}
.TagClassName
{
border-color: #D53336;
}
</style>