Shades of Mahogany #D2343E
Tints of Mahogany #D2343E
RGB
CMYK
RGB Variations
Color information
#D2343E (or 0xD2343E) is known color: Mahogany. HEX triplet: D2, 34 and 3E. RGB value is (210,52,62). Sum of RGB (Red+Green+Blue) = 210+52+62=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343E is #2DCBC1. Grayscale: #646464. Windows color (decimal): -3001282 or 4076754. OLE color: 4076754.
HSL color Cylindrical-coordinate representation of color #D2343E: hue angle of 356.2º 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 #D2343E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.18 |
| HSL | 356.2º | 0.64% | 0.51% | - |
| HSV(B) | 356.2º | 0.75% | 0.82% | - |
| XYZ | 28.68 | 16.51 | 6.23 | - |
| YUV | 100.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 62 | 0 | 0.75 | 0.70 | 0.18 | 356.2 | 0.64 | 0.51 |
| Hex | D2 | 34 | 3E | 0 | 4B | 46 | 12 | 164 | 40 | 33 |
| Octal | 322 | 64 | 76 | 0 | 113 | 106 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110100 | 111110 | 0 | 1001011 | 1000110 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2343E
Complementary color
Monochromatic Colors of #D2343E
Black with #D2343E
Text Example
Text Example
White with #D2343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2343E; }
p { color: rgb(210,52,62); }
H1.HeaderClassName
{
color: #D2343E;
}
.AnyTagClassName
{
color: #D2343E;
}
</style>
background-color css
<style>
a { background-color: #D2343E; }
a { background-color: rgb(210,52,62); }
div.DivClassName
{
background-color: #D2343E;
}
.BgClassName
{
background-color: #D2343E;
}
</style>
border-color css
<style>
span { border-color: #D2343E; }
span { border-color: rgb(210,52,62); }
td.TdClassName
{
border-color: #D2343E;
}
.TagClassName
{
border-color: #D2343E;
}
</style>