Shades of Mahogany #D4353F
Tints of Mahogany #D4353F
RGB
CMYK
RGB Variations
Color information
#D4353F (or 0xD4353F) is known color: Mahogany. HEX triplet: D4, 35 and 3F. RGB value is (212,53,63). Sum of RGB (Red+Green+Blue) = 212+53+63=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4353F is #2BCAC0. Grayscale: #656565. Windows color (decimal): -2869953 or 4142548. OLE color: 4142548.
HSL color Cylindrical-coordinate representation of color #D4353F: hue angle of 356.23º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4353F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.17 |
| HSL | 356.23º | 0.65% | 0.52% | - |
| HSV(B) | 356.23º | 0.75% | 0.83% | - |
| XYZ | 29.32 | 16.9 | 6.42 | - |
| YUV | 101.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 63 | 0 | 0.75 | 0.70 | 0.17 | 356.23 | 0.65 | 0.52 |
| Hex | D4 | 35 | 3F | 0 | 4B | 46 | 11 | 164 | 41 | 34 |
| Octal | 324 | 65 | 77 | 0 | 113 | 106 | 21 | 544 | 101 | 64 |
| Binary | 11010100 | 110101 | 111111 | 0 | 1001011 | 1000110 | 10001 | 101100100 | 1000001 | 110100 |
Color Harmonies of #D4353F
Complementary color
Monochromatic Colors of #D4353F
Black with #D4353F
Text Example
Text Example
White with #D4353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4353F; }
p { color: rgb(212,53,63); }
H1.HeaderClassName
{
color: #D4353F;
}
.AnyTagClassName
{
color: #D4353F;
}
</style>
background-color css
<style>
a { background-color: #D4353F; }
a { background-color: rgb(212,53,63); }
div.DivClassName
{
background-color: #D4353F;
}
.BgClassName
{
background-color: #D4353F;
}
</style>
border-color css
<style>
span { border-color: #D4353F; }
span { border-color: rgb(212,53,63); }
td.TdClassName
{
border-color: #D4353F;
}
.TagClassName
{
border-color: #D4353F;
}
</style>