Shades of Mahogany #D2343B
Tints of Mahogany #D2343B
RGB
CMYK
RGB Variations
Color information
#D2343B (or 0xD2343B) is known color: Mahogany. HEX triplet: D2, 34 and 3B. RGB value is (210,52,59). Sum of RGB (Red+Green+Blue) = 210+52+59=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343B is #2DCBC4. Grayscale: #646464. Windows color (decimal): -3001285 or 3880146. OLE color: 3880146.
HSL color Cylindrical-coordinate representation of color #D2343B: hue angle of 357.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2343B is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 59 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.18 |
| HSL | 357.34º | 0.64% | 0.51% | - |
| HSV(B) | 357.34º | 0.75% | 0.82% | - |
| XYZ | 28.6 | 16.47 | 5.81 | - |
| YUV | 100.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 59 | 0 | 0.75 | 0.72 | 0.18 | 357.34 | 0.64 | 0.51 |
| Hex | D2 | 34 | 3B | 0 | 4B | 48 | 12 | 165 | 40 | 33 |
| Octal | 322 | 64 | 73 | 0 | 113 | 110 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110100 | 111011 | 0 | 1001011 | 1001000 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D2343B
Complementary color
Monochromatic Colors of #D2343B
Black with #D2343B
Text Example
Text Example
White with #D2343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2343B; }
p { color: rgb(210,52,59); }
H1.HeaderClassName
{
color: #D2343B;
}
.AnyTagClassName
{
color: #D2343B;
}
</style>
background-color css
<style>
a { background-color: #D2343B; }
a { background-color: rgb(210,52,59); }
div.DivClassName
{
background-color: #D2343B;
}
.BgClassName
{
background-color: #D2343B;
}
</style>
border-color css
<style>
span { border-color: #D2343B; }
span { border-color: rgb(210,52,59); }
td.TdClassName
{
border-color: #D2343B;
}
.TagClassName
{
border-color: #D2343B;
}
</style>