Shades of Mahogany #D2393B
Tints of Mahogany #D2393B
RGB
CMYK
RGB Variations
Color information
#D2393B (or 0xD2393B) is known color: Mahogany. HEX triplet: D2, 39 and 3B. RGB value is (210,57,59). Sum of RGB (Red+Green+Blue) = 210+57+59=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393B is #2DC6C4. Grayscale: #676767. Windows color (decimal): -3000005 or 3881426. OLE color: 3881426.
HSL color Cylindrical-coordinate representation of color #D2393B: hue angle of 359.22º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2393B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 59 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.18 |
| HSL | 359.22º | 0.63% | 0.52% | - |
| HSV(B) | 359.22º | 0.73% | 0.82% | - |
| XYZ | 28.83 | 16.94 | 5.89 | - |
| YUV | 102.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 59 | 0 | 0.73 | 0.72 | 0.18 | 359.22 | 0.63 | 0.52 |
| Hex | D2 | 39 | 3B | 0 | 49 | 48 | 12 | 167 | 3F | 34 |
| Octal | 322 | 71 | 73 | 0 | 111 | 110 | 22 | 547 | 77 | 64 |
| Binary | 11010010 | 111001 | 111011 | 0 | 1001001 | 1001000 | 10010 | 101100111 | 111111 | 110100 |
Color Harmonies of #D2393B
Complementary color
Monochromatic Colors of #D2393B
Black with #D2393B
Text Example
Text Example
White with #D2393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2393B; }
p { color: rgb(210,57,59); }
H1.HeaderClassName
{
color: #D2393B;
}
.AnyTagClassName
{
color: #D2393B;
}
</style>
background-color css
<style>
a { background-color: #D2393B; }
a { background-color: rgb(210,57,59); }
div.DivClassName
{
background-color: #D2393B;
}
.BgClassName
{
background-color: #D2393B;
}
</style>
border-color css
<style>
span { border-color: #D2393B; }
span { border-color: rgb(210,57,59); }
td.TdClassName
{
border-color: #D2393B;
}
.TagClassName
{
border-color: #D2393B;
}
</style>