Shades of Mahogany #D5292C
Tints of Mahogany #D5292C
RGB
CMYK
RGB Variations
Color information
#D5292C (or 0xD5292C) is known color: Mahogany. HEX triplet: D5, 29 and 2C. RGB value is (213,41,44). Sum of RGB (Red+Green+Blue) = 213+41+44=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5292C is #2AD6D3. Grayscale: #5C5C5C. Windows color (decimal): -2807508 or 2894293. OLE color: 2894293.
HSL color Cylindrical-coordinate representation of color #D5292C: hue angle of 358.95º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5292C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 44 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.16 |
| HSL | 358.95º | 0.68% | 0.5% | - |
| HSV(B) | 358.95º | 0.81% | 0.84% | - |
| XYZ | 28.69 | 15.91 | 3.94 | - |
| YUV | 92.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 44 | 0 | 0.81 | 0.79 | 0.16 | 358.95 | 0.68 | 0.5 |
| Hex | D5 | 29 | 2C | 0 | 51 | 4F | 10 | 167 | 44 | 32 |
| Octal | 325 | 51 | 54 | 0 | 121 | 117 | 20 | 547 | 104 | 62 |
| Binary | 11010101 | 101001 | 101100 | 0 | 1010001 | 1001111 | 10000 | 101100111 | 1000100 | 110010 |
Color Harmonies of #D5292C
Complementary color
Monochromatic Colors of #D5292C
Black with #D5292C
Text Example
Text Example
White with #D5292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5292C; }
p { color: rgb(213,41,44); }
H1.HeaderClassName
{
color: #D5292C;
}
.AnyTagClassName
{
color: #D5292C;
}
</style>
background-color css
<style>
a { background-color: #D5292C; }
a { background-color: rgb(213,41,44); }
div.DivClassName
{
background-color: #D5292C;
}
.BgClassName
{
background-color: #D5292C;
}
</style>
border-color css
<style>
span { border-color: #D5292C; }
span { border-color: rgb(213,41,44); }
td.TdClassName
{
border-color: #D5292C;
}
.TagClassName
{
border-color: #D5292C;
}
</style>