Shades of Mahogany #D43038
Tints of Mahogany #D43038
RGB
CMYK
RGB Variations
Color information
#D43038 (or 0xD43038) is known color: Mahogany. HEX triplet: D4, 30 and 38. RGB value is (212,48,56). Sum of RGB (Red+Green+Blue) = 212+48+56=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D43038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43038 is #2BCFC7. Grayscale: #626262. Windows color (decimal): -2871240 or 3682516. OLE color: 3682516.
HSL color Cylindrical-coordinate representation of color #D43038: hue angle of 357.07º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43038 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 56 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.17 |
| HSL | 357.07º | 0.66% | 0.51% | - |
| HSV(B) | 357.07º | 0.77% | 0.83% | - |
| XYZ | 28.92 | 16.4 | 5.38 | - |
| YUV | 97.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 56 | 0 | 0.77 | 0.74 | 0.17 | 357.07 | 0.66 | 0.51 |
| Hex | D4 | 30 | 38 | 0 | 4D | 4A | 11 | 165 | 42 | 33 |
| Octal | 324 | 60 | 70 | 0 | 115 | 112 | 21 | 545 | 102 | 63 |
| Binary | 11010100 | 110000 | 111000 | 0 | 1001101 | 1001010 | 10001 | 101100101 | 1000010 | 110011 |
Color Harmonies of #D43038
Complementary color
Monochromatic Colors of #D43038
Black with #D43038
Text Example
Text Example
White with #D43038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43038; }
p { color: rgb(212,48,56); }
H1.HeaderClassName
{
color: #D43038;
}
.AnyTagClassName
{
color: #D43038;
}
</style>
background-color css
<style>
a { background-color: #D43038; }
a { background-color: rgb(212,48,56); }
div.DivClassName
{
background-color: #D43038;
}
.BgClassName
{
background-color: #D43038;
}
</style>
border-color css
<style>
span { border-color: #D43038; }
span { border-color: rgb(212,48,56); }
td.TdClassName
{
border-color: #D43038;
}
.TagClassName
{
border-color: #D43038;
}
</style>