Shades of Mahogany #D2383F
Tints of Mahogany #D2383F
RGB
CMYK
RGB Variations
Color information
#D2383F (or 0xD2383F) is known color: Mahogany. HEX triplet: D2, 38 and 3F. RGB value is (210,56,63). Sum of RGB (Red+Green+Blue) = 210+56+63=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2383F is #2DC7C0. Grayscale: #666666. Windows color (decimal): -3000257 or 4143314. OLE color: 4143314.
HSL color Cylindrical-coordinate representation of color #D2383F: hue angle of 357.27º 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 #D2383F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 63 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.18 |
| HSL | 357.27º | 0.63% | 0.52% | - |
| HSV(B) | 357.27º | 0.73% | 0.82% | - |
| XYZ | 28.89 | 16.89 | 6.44 | - |
| YUV | 102.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 63 | 0 | 0.73 | 0.70 | 0.18 | 357.27 | 0.63 | 0.52 |
| Hex | D2 | 38 | 3F | 0 | 49 | 46 | 12 | 165 | 3F | 34 |
| Octal | 322 | 70 | 77 | 0 | 111 | 106 | 22 | 545 | 77 | 64 |
| Binary | 11010010 | 111000 | 111111 | 0 | 1001001 | 1000110 | 10010 | 101100101 | 111111 | 110100 |
Color Harmonies of #D2383F
Complementary color
Monochromatic Colors of #D2383F
Black with #D2383F
Text Example
Text Example
White with #D2383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2383F; }
p { color: rgb(210,56,63); }
H1.HeaderClassName
{
color: #D2383F;
}
.AnyTagClassName
{
color: #D2383F;
}
</style>
background-color css
<style>
a { background-color: #D2383F; }
a { background-color: rgb(210,56,63); }
div.DivClassName
{
background-color: #D2383F;
}
.BgClassName
{
background-color: #D2383F;
}
</style>
border-color css
<style>
span { border-color: #D2383F; }
span { border-color: rgb(210,56,63); }
td.TdClassName
{
border-color: #D2383F;
}
.TagClassName
{
border-color: #D2383F;
}
</style>