Shades of Mahogany #D3292D
Tints of Mahogany #D3292D
RGB
CMYK
RGB Variations
Color information
#D3292D (or 0xD3292D) is known color: Mahogany. HEX triplet: D3, 29 and 2D. RGB value is (211,41,45). Sum of RGB (Red+Green+Blue) = 211+41+45=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D3292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3292D is #2CD6D2. Grayscale: #5C5C5C. Windows color (decimal): -2938579 or 2959827. OLE color: 2959827.
HSL color Cylindrical-coordinate representation of color #D3292D: hue angle of 358.59º 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 #D3292D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.17 |
| HSL | 358.59º | 0.67% | 0.49% | - |
| HSV(B) | 358.59º | 0.81% | 0.83% | - |
| XYZ | 28.13 | 15.62 | 4.02 | - |
| YUV | 92.29 | 101.32 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 45 | 0 | 0.81 | 0.79 | 0.17 | 358.59 | 0.67 | 0.49 |
| Hex | D3 | 29 | 2D | 0 | 51 | 4F | 11 | 167 | 43 | 31 |
| Octal | 323 | 51 | 55 | 0 | 121 | 117 | 21 | 547 | 103 | 61 |
| Binary | 11010011 | 101001 | 101101 | 0 | 1010001 | 1001111 | 10001 | 101100111 | 1000011 | 110001 |
Color Harmonies of #D3292D
Complementary color
Monochromatic Colors of #D3292D
Black with #D3292D
Text Example
Text Example
White with #D3292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3292D; }
p { color: rgb(211,41,45); }
H1.HeaderClassName
{
color: #D3292D;
}
.AnyTagClassName
{
color: #D3292D;
}
</style>
background-color css
<style>
a { background-color: #D3292D; }
a { background-color: rgb(211,41,45); }
div.DivClassName
{
background-color: #D3292D;
}
.BgClassName
{
background-color: #D3292D;
}
</style>
border-color css
<style>
span { border-color: #D3292D; }
span { border-color: rgb(211,41,45); }
td.TdClassName
{
border-color: #D3292D;
}
.TagClassName
{
border-color: #D3292D;
}
</style>