Shades of Mahogany #D2343C
Tints of Mahogany #D2343C
RGB
CMYK
RGB Variations
Color information
#D2343C (or 0xD2343C) is known color: Mahogany. HEX triplet: D2, 34 and 3C. RGB value is (210,52,60). Sum of RGB (Red+Green+Blue) = 210+52+60=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343C is #2DCBC3. Grayscale: #646464. Windows color (decimal): -3001284 or 3945682. OLE color: 3945682.
HSL color Cylindrical-coordinate representation of color #D2343C: hue angle of 356.96º 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 #D2343C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.18 |
| HSL | 356.96º | 0.64% | 0.51% | - |
| HSV(B) | 356.96º | 0.75% | 0.82% | - |
| XYZ | 28.62 | 16.48 | 5.95 | - |
| YUV | 100.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 60 | 0 | 0.75 | 0.71 | 0.18 | 356.96 | 0.64 | 0.51 |
| Hex | D2 | 34 | 3C | 0 | 4B | 47 | 12 | 165 | 40 | 33 |
| Octal | 322 | 64 | 74 | 0 | 113 | 107 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110100 | 111100 | 0 | 1001011 | 1000111 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D2343C
Complementary color
Monochromatic Colors of #D2343C
Black with #D2343C
Text Example
Text Example
White with #D2343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2343C; }
p { color: rgb(210,52,60); }
H1.HeaderClassName
{
color: #D2343C;
}
.AnyTagClassName
{
color: #D2343C;
}
</style>
background-color css
<style>
a { background-color: #D2343C; }
a { background-color: rgb(210,52,60); }
div.DivClassName
{
background-color: #D2343C;
}
.BgClassName
{
background-color: #D2343C;
}
</style>
border-color css
<style>
span { border-color: #D2343C; }
span { border-color: rgb(210,52,60); }
td.TdClassName
{
border-color: #D2343C;
}
.TagClassName
{
border-color: #D2343C;
}
</style>