Shades of Mahogany #D2353F
Tints of Mahogany #D2353F
RGB
CMYK
RGB Variations
Color information
#D2353F (or 0xD2353F) is known color: Mahogany. HEX triplet: D2, 35 and 3F. RGB value is (210,53,63). Sum of RGB (Red+Green+Blue) = 210+53+63=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2353F is #2DCAC0. Grayscale: #656565. Windows color (decimal): -3001025 or 4142546. OLE color: 4142546.
HSL color Cylindrical-coordinate representation of color #D2353F: hue angle of 356.18º 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 #D2353F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.18 |
| HSL | 356.18º | 0.64% | 0.52% | - |
| HSV(B) | 356.18º | 0.75% | 0.82% | - |
| XYZ | 28.75 | 16.61 | 6.39 | - |
| YUV | 101.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 63 | 0 | 0.75 | 0.70 | 0.18 | 356.18 | 0.64 | 0.52 |
| Hex | D2 | 35 | 3F | 0 | 4B | 46 | 12 | 164 | 40 | 34 |
| Octal | 322 | 65 | 77 | 0 | 113 | 106 | 22 | 544 | 100 | 64 |
| Binary | 11010010 | 110101 | 111111 | 0 | 1001011 | 1000110 | 10010 | 101100100 | 1000000 | 110100 |
Color Harmonies of #D2353F
Complementary color
Monochromatic Colors of #D2353F
Black with #D2353F
Text Example
Text Example
White with #D2353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2353F; }
p { color: rgb(210,53,63); }
H1.HeaderClassName
{
color: #D2353F;
}
.AnyTagClassName
{
color: #D2353F;
}
</style>
background-color css
<style>
a { background-color: #D2353F; }
a { background-color: rgb(210,53,63); }
div.DivClassName
{
background-color: #D2353F;
}
.BgClassName
{
background-color: #D2353F;
}
</style>
border-color css
<style>
span { border-color: #D2353F; }
span { border-color: rgb(210,53,63); }
td.TdClassName
{
border-color: #D2353F;
}
.TagClassName
{
border-color: #D2353F;
}
</style>