Shades of Mahogany #D2292B
Tints of Mahogany #D2292B
RGB
CMYK
RGB Variations
Color information
#D2292B (or 0xD2292B) is known color: Mahogany. HEX triplet: D2, 29 and 2B. RGB value is (210,41,43). Sum of RGB (Red+Green+Blue) = 210+41+43=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2292B is #2DD6D4. Grayscale: #5B5B5B. Windows color (decimal): -3004117 or 2828754. OLE color: 2828754.
HSL color Cylindrical-coordinate representation of color #D2292B: hue angle of 359.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2292B is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 43 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.18 |
| HSL | 359.29º | 0.67% | 0.49% | - |
| HSV(B) | 359.29º | 0.8% | 0.82% | - |
| XYZ | 27.81 | 15.46 | 3.8 | - |
| YUV | 91.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 43 | 0 | 0.80 | 0.80 | 0.18 | 359.29 | 0.67 | 0.49 |
| Hex | D2 | 29 | 2B | 0 | 50 | 50 | 12 | 167 | 43 | 31 |
| Octal | 322 | 51 | 53 | 0 | 120 | 120 | 22 | 547 | 103 | 61 |
| Binary | 11010010 | 101001 | 101011 | 0 | 1010000 | 1010000 | 10010 | 101100111 | 1000011 | 110001 |
Color Harmonies of #D2292B
Complementary color
Monochromatic Colors of #D2292B
Black with #D2292B
Text Example
Text Example
White with #D2292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2292B; }
p { color: rgb(210,41,43); }
H1.HeaderClassName
{
color: #D2292B;
}
.AnyTagClassName
{
color: #D2292B;
}
</style>
background-color css
<style>
a { background-color: #D2292B; }
a { background-color: rgb(210,41,43); }
div.DivClassName
{
background-color: #D2292B;
}
.BgClassName
{
background-color: #D2292B;
}
</style>
border-color css
<style>
span { border-color: #D2292B; }
span { border-color: rgb(210,41,43); }
td.TdClassName
{
border-color: #D2292B;
}
.TagClassName
{
border-color: #D2292B;
}
</style>