Shades of Mahogany #D2383B
Tints of Mahogany #D2383B
RGB
CMYK
RGB Variations
Color information
#D2383B (or 0xD2383B) is known color: Mahogany. HEX triplet: D2, 38 and 3B. RGB value is (210,56,59). Sum of RGB (Red+Green+Blue) = 210+56+59=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2383B is #2DC7C4. Grayscale: #666666. Windows color (decimal): -3000261 or 3881170. OLE color: 3881170.
HSL color Cylindrical-coordinate representation of color #D2383B: hue angle of 358.83º 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 #D2383B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 59 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.18 |
| HSL | 358.83º | 0.63% | 0.52% | - |
| HSV(B) | 358.83º | 0.73% | 0.82% | - |
| XYZ | 28.78 | 16.85 | 5.87 | - |
| YUV | 102.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 59 | 0 | 0.73 | 0.72 | 0.18 | 358.83 | 0.63 | 0.52 |
| Hex | D2 | 38 | 3B | 0 | 49 | 48 | 12 | 167 | 3F | 34 |
| Octal | 322 | 70 | 73 | 0 | 111 | 110 | 22 | 547 | 77 | 64 |
| Binary | 11010010 | 111000 | 111011 | 0 | 1001001 | 1001000 | 10010 | 101100111 | 111111 | 110100 |
Color Harmonies of #D2383B
Complementary color
Monochromatic Colors of #D2383B
Black with #D2383B
Text Example
Text Example
White with #D2383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2383B; }
p { color: rgb(210,56,59); }
H1.HeaderClassName
{
color: #D2383B;
}
.AnyTagClassName
{
color: #D2383B;
}
</style>
background-color css
<style>
a { background-color: #D2383B; }
a { background-color: rgb(210,56,59); }
div.DivClassName
{
background-color: #D2383B;
}
.BgClassName
{
background-color: #D2383B;
}
</style>
border-color css
<style>
span { border-color: #D2383B; }
span { border-color: rgb(210,56,59); }
td.TdClassName
{
border-color: #D2383B;
}
.TagClassName
{
border-color: #D2383B;
}
</style>