Shades of Mahogany #D2393A
Tints of Mahogany #D2393A
RGB
CMYK
RGB Variations
Color information
#D2393A (or 0xD2393A) is known color: Mahogany. HEX triplet: D2, 39 and 3A. RGB value is (210,57,58). Sum of RGB (Red+Green+Blue) = 210+57+58=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393A is #2DC6C5. Grayscale: #676767. Windows color (decimal): -3000006 or 3815890. OLE color: 3815890.
HSL color Cylindrical-coordinate representation of color #D2393A: hue angle of 359.61º 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 #D2393A is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 58 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.18 |
| HSL | 359.61º | 0.63% | 0.52% | - |
| HSV(B) | 359.61º | 0.73% | 0.82% | - |
| XYZ | 28.81 | 16.93 | 5.75 | - |
| YUV | 102.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 58 | 0 | 0.73 | 0.72 | 0.18 | 359.61 | 0.63 | 0.52 |
| Hex | D2 | 39 | 3A | 0 | 49 | 48 | 12 | 168 | 3F | 34 |
| Octal | 322 | 71 | 72 | 0 | 111 | 110 | 22 | 550 | 77 | 64 |
| Binary | 11010010 | 111001 | 111010 | 0 | 1001001 | 1001000 | 10010 | 101101000 | 111111 | 110100 |
Color Harmonies of #D2393A
Complementary color
Monochromatic Colors of #D2393A
Black with #D2393A
Text Example
Text Example
White with #D2393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2393A; }
p { color: rgb(210,57,58); }
H1.HeaderClassName
{
color: #D2393A;
}
.AnyTagClassName
{
color: #D2393A;
}
</style>
background-color css
<style>
a { background-color: #D2393A; }
a { background-color: rgb(210,57,58); }
div.DivClassName
{
background-color: #D2393A;
}
.BgClassName
{
background-color: #D2393A;
}
</style>
border-color css
<style>
span { border-color: #D2393A; }
span { border-color: rgb(210,57,58); }
td.TdClassName
{
border-color: #D2393A;
}
.TagClassName
{
border-color: #D2393A;
}
</style>