Shades of Mahogany #D2353B
Tints of Mahogany #D2353B
RGB
CMYK
RGB Variations
Color information
#D2353B (or 0xD2353B) is known color: Mahogany. HEX triplet: D2, 35 and 3B. RGB value is (210,53,59). Sum of RGB (Red+Green+Blue) = 210+53+59=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2353B is #2DCAC4. Grayscale: #646464. Windows color (decimal): -3001029 or 3880402. OLE color: 3880402.
HSL color Cylindrical-coordinate representation of color #D2353B: hue angle of 357.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2353B is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 59 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.18 |
| HSL | 357.71º | 0.64% | 0.52% | - |
| HSV(B) | 357.71º | 0.75% | 0.82% | - |
| XYZ | 28.64 | 16.56 | 5.83 | - |
| YUV | 100.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 59 | 0 | 0.75 | 0.72 | 0.18 | 357.71 | 0.64 | 0.52 |
| Hex | D2 | 35 | 3B | 0 | 4B | 48 | 12 | 166 | 40 | 34 |
| Octal | 322 | 65 | 73 | 0 | 113 | 110 | 22 | 546 | 100 | 64 |
| Binary | 11010010 | 110101 | 111011 | 0 | 1001011 | 1001000 | 10010 | 101100110 | 1000000 | 110100 |
Color Harmonies of #D2353B
Complementary color
Monochromatic Colors of #D2353B
Black with #D2353B
Text Example
Text Example
White with #D2353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2353B; }
p { color: rgb(210,53,59); }
H1.HeaderClassName
{
color: #D2353B;
}
.AnyTagClassName
{
color: #D2353B;
}
</style>
background-color css
<style>
a { background-color: #D2353B; }
a { background-color: rgb(210,53,59); }
div.DivClassName
{
background-color: #D2353B;
}
.BgClassName
{
background-color: #D2353B;
}
</style>
border-color css
<style>
span { border-color: #D2353B; }
span { border-color: rgb(210,53,59); }
td.TdClassName
{
border-color: #D2353B;
}
.TagClassName
{
border-color: #D2353B;
}
</style>