Shades of Mahogany #D2393E
Tints of Mahogany #D2393E
RGB
CMYK
RGB Variations
Color information
#D2393E (or 0xD2393E) is known color: Mahogany. HEX triplet: D2, 39 and 3E. RGB value is (210,57,62). Sum of RGB (Red+Green+Blue) = 210+57+62=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393E is #2DC6C1. Grayscale: #676767. Windows color (decimal): -3000002 or 4078034. OLE color: 4078034.
HSL color Cylindrical-coordinate representation of color #D2393E: hue angle of 358.04º 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 #D2393E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 62 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.18 |
| HSL | 358.04º | 0.63% | 0.52% | - |
| HSV(B) | 358.04º | 0.73% | 0.82% | - |
| XYZ | 28.91 | 16.98 | 6.31 | - |
| YUV | 103.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 62 | 0 | 0.73 | 0.70 | 0.18 | 358.04 | 0.63 | 0.52 |
| Hex | D2 | 39 | 3E | 0 | 49 | 46 | 12 | 166 | 3F | 34 |
| Octal | 322 | 71 | 76 | 0 | 111 | 106 | 22 | 546 | 77 | 64 |
| Binary | 11010010 | 111001 | 111110 | 0 | 1001001 | 1000110 | 10010 | 101100110 | 111111 | 110100 |
Color Harmonies of #D2393E
Complementary color
Monochromatic Colors of #D2393E
Black with #D2393E
Text Example
Text Example
White with #D2393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2393E; }
p { color: rgb(210,57,62); }
H1.HeaderClassName
{
color: #D2393E;
}
.AnyTagClassName
{
color: #D2393E;
}
</style>
background-color css
<style>
a { background-color: #D2393E; }
a { background-color: rgb(210,57,62); }
div.DivClassName
{
background-color: #D2393E;
}
.BgClassName
{
background-color: #D2393E;
}
</style>
border-color css
<style>
span { border-color: #D2393E; }
span { border-color: rgb(210,57,62); }
td.TdClassName
{
border-color: #D2393E;
}
.TagClassName
{
border-color: #D2393E;
}
</style>