Shades of Mahogany #D43738
Tints of Mahogany #D43738
RGB
CMYK
RGB Variations
Color information
#D43738 (or 0xD43738) is known color: Mahogany. HEX triplet: D4, 37 and 38. RGB value is (212,55,56). Sum of RGB (Red+Green+Blue) = 212+55+56=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D43738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43738 is #2BC8C7. Grayscale: #666666. Windows color (decimal): -2869448 or 3684308. OLE color: 3684308.
HSL color Cylindrical-coordinate representation of color #D43738: hue angle of 359.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43738 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 56 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.17 |
| HSL | 359.62º | 0.65% | 0.52% | - |
| HSV(B) | 359.62º | 0.74% | 0.83% | - |
| XYZ | 29.23 | 17.01 | 5.48 | - |
| YUV | 102.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 56 | 0 | 0.74 | 0.74 | 0.17 | 359.62 | 0.65 | 0.52 |
| Hex | D4 | 37 | 38 | 0 | 4A | 4A | 11 | 168 | 41 | 34 |
| Octal | 324 | 67 | 70 | 0 | 112 | 112 | 21 | 550 | 101 | 64 |
| Binary | 11010100 | 110111 | 111000 | 0 | 1001010 | 1001010 | 10001 | 101101000 | 1000001 | 110100 |
Color Harmonies of #D43738
Complementary color
Monochromatic Colors of #D43738
Black with #D43738
Text Example
Text Example
White with #D43738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43738; }
p { color: rgb(212,55,56); }
H1.HeaderClassName
{
color: #D43738;
}
.AnyTagClassName
{
color: #D43738;
}
</style>
background-color css
<style>
a { background-color: #D43738; }
a { background-color: rgb(212,55,56); }
div.DivClassName
{
background-color: #D43738;
}
.BgClassName
{
background-color: #D43738;
}
</style>
border-color css
<style>
span { border-color: #D43738; }
span { border-color: rgb(212,55,56); }
td.TdClassName
{
border-color: #D43738;
}
.TagClassName
{
border-color: #D43738;
}
</style>