Shades of Mahogany #D3292B
Tints of Mahogany #D3292B
RGB
CMYK
RGB Variations
Color information
#D3292B (or 0xD3292B) is known color: Mahogany. HEX triplet: D3, 29 and 2B. RGB value is (211,41,43). Sum of RGB (Red+Green+Blue) = 211+41+43=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3292B is #2CD6D4. Grayscale: #5C5C5C. Windows color (decimal): -2938581 or 2828755. OLE color: 2828755.
HSL color Cylindrical-coordinate representation of color #D3292B: hue angle of 359.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3292B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.17 |
| HSL | 359.29º | 0.67% | 0.49% | - |
| HSV(B) | 359.29º | 0.81% | 0.83% | - |
| XYZ | 28.09 | 15.61 | 3.82 | - |
| YUV | 92.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 43 | 0 | 0.81 | 0.80 | 0.17 | 359.29 | 0.67 | 0.49 |
| Hex | D3 | 29 | 2B | 0 | 51 | 50 | 11 | 167 | 43 | 31 |
| Octal | 323 | 51 | 53 | 0 | 121 | 120 | 21 | 547 | 103 | 61 |
| Binary | 11010011 | 101001 | 101011 | 0 | 1010001 | 1010000 | 10001 | 101100111 | 1000011 | 110001 |
Color Harmonies of #D3292B
Complementary color
Monochromatic Colors of #D3292B
Black with #D3292B
Text Example
Text Example
White with #D3292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3292B; }
p { color: rgb(211,41,43); }
H1.HeaderClassName
{
color: #D3292B;
}
.AnyTagClassName
{
color: #D3292B;
}
</style>
background-color css
<style>
a { background-color: #D3292B; }
a { background-color: rgb(211,41,43); }
div.DivClassName
{
background-color: #D3292B;
}
.BgClassName
{
background-color: #D3292B;
}
</style>
border-color css
<style>
span { border-color: #D3292B; }
span { border-color: rgb(211,41,43); }
td.TdClassName
{
border-color: #D3292B;
}
.TagClassName
{
border-color: #D3292B;
}
</style>