Shades of Mahogany #D2393D
Tints of Mahogany #D2393D
RGB
CMYK
RGB Variations
Color information
#D2393D (or 0xD2393D) is known color: Mahogany. HEX triplet: D2, 39 and 3D. RGB value is (210,57,61). Sum of RGB (Red+Green+Blue) = 210+57+61=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393D is #2DC6C2. Grayscale: #676767. Windows color (decimal): -3000003 or 4012498. OLE color: 4012498.
HSL color Cylindrical-coordinate representation of color #D2393D: hue angle of 358.43º 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 #D2393D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.18 |
| HSL | 358.43º | 0.63% | 0.52% | - |
| HSV(B) | 358.43º | 0.73% | 0.82% | - |
| XYZ | 28.88 | 16.96 | 6.17 | - |
| YUV | 103.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 61 | 0 | 0.73 | 0.71 | 0.18 | 358.43 | 0.63 | 0.52 |
| Hex | D2 | 39 | 3D | 0 | 49 | 47 | 12 | 166 | 3F | 34 |
| Octal | 322 | 71 | 75 | 0 | 111 | 107 | 22 | 546 | 77 | 64 |
| Binary | 11010010 | 111001 | 111101 | 0 | 1001001 | 1000111 | 10010 | 101100110 | 111111 | 110100 |
Color Harmonies of #D2393D
Complementary color
Monochromatic Colors of #D2393D
Black with #D2393D
Text Example
Text Example
White with #D2393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2393D; }
p { color: rgb(210,57,61); }
H1.HeaderClassName
{
color: #D2393D;
}
.AnyTagClassName
{
color: #D2393D;
}
</style>
background-color css
<style>
a { background-color: #D2393D; }
a { background-color: rgb(210,57,61); }
div.DivClassName
{
background-color: #D2393D;
}
.BgClassName
{
background-color: #D2393D;
}
</style>
border-color css
<style>
span { border-color: #D2393D; }
span { border-color: rgb(210,57,61); }
td.TdClassName
{
border-color: #D2393D;
}
.TagClassName
{
border-color: #D2393D;
}
</style>