Shades of Mahogany #D43536
Tints of Mahogany #D43536
RGB
CMYK
RGB Variations
Color information
#D43536 (or 0xD43536) is known color: Mahogany. HEX triplet: D4, 35 and 36. RGB value is (212,53,54). Sum of RGB (Red+Green+Blue) = 212+53+54=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43536 is #2BCAC9. Grayscale: #646464. Windows color (decimal): -2869962 or 3552724. OLE color: 3552724.
HSL color Cylindrical-coordinate representation of color #D43536: hue angle of 359.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43536 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 54 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.17 |
| HSL | 359.62º | 0.65% | 0.52% | - |
| HSV(B) | 359.62º | 0.75% | 0.83% | - |
| XYZ | 29.09 | 16.81 | 5.2 | - |
| YUV | 100.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 54 | 0 | 0.75 | 0.75 | 0.17 | 359.62 | 0.65 | 0.52 |
| Hex | D4 | 35 | 36 | 0 | 4B | 4B | 11 | 168 | 41 | 34 |
| Octal | 324 | 65 | 66 | 0 | 113 | 113 | 21 | 550 | 101 | 64 |
| Binary | 11010100 | 110101 | 110110 | 0 | 1001011 | 1001011 | 10001 | 101101000 | 1000001 | 110100 |
Color Harmonies of #D43536
Complementary color
Monochromatic Colors of #D43536
Black with #D43536
Text Example
Text Example
White with #D43536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43536; }
p { color: rgb(212,53,54); }
H1.HeaderClassName
{
color: #D43536;
}
.AnyTagClassName
{
color: #D43536;
}
</style>
background-color css
<style>
a { background-color: #D43536; }
a { background-color: rgb(212,53,54); }
div.DivClassName
{
background-color: #D43536;
}
.BgClassName
{
background-color: #D43536;
}
</style>
border-color css
<style>
span { border-color: #D43536; }
span { border-color: rgb(212,53,54); }
td.TdClassName
{
border-color: #D43536;
}
.TagClassName
{
border-color: #D43536;
}
</style>