Shades of Mahogany #D03E40
Tints of Mahogany #D03E40
RGB
CMYK
RGB Variations
Color information
#D03E40 (or 0xD03E40) is known color: Mahogany. HEX triplet: D0, 3E and 40. RGB value is (208,62,64). Sum of RGB (Red+Green+Blue) = 208+62+64=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E40 is #2FC1BF. Grayscale: #6A6A6A. Windows color (decimal): -3129792 or 4210384. OLE color: 4210384.
HSL color Cylindrical-coordinate representation of color #D03E40: hue angle of 359.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E40 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 64 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.18 |
| HSL | 359.18º | 0.61% | 0.53% | - |
| HSV(B) | 359.18º | 0.7% | 0.82% | - |
| XYZ | 28.66 | 17.23 | 6.66 | - |
| YUV | 105.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 64 | 0 | 0.70 | 0.69 | 0.18 | 359.18 | 0.61 | 0.53 |
| Hex | D0 | 3E | 40 | 0 | 46 | 45 | 12 | 167 | 3D | 35 |
| Octal | 320 | 76 | 100 | 0 | 106 | 105 | 22 | 547 | 75 | 65 |
| Binary | 11010000 | 111110 | 1000000 | 0 | 1000110 | 1000101 | 10010 | 101100111 | 111101 | 110101 |
Color Harmonies of #D03E40
Complementary color
Monochromatic Colors of #D03E40
Black with #D03E40
Text Example
Text Example
White with #D03E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E40; }
p { color: rgb(208,62,64); }
H1.HeaderClassName
{
color: #D03E40;
}
.AnyTagClassName
{
color: #D03E40;
}
</style>
background-color css
<style>
a { background-color: #D03E40; }
a { background-color: rgb(208,62,64); }
div.DivClassName
{
background-color: #D03E40;
}
.BgClassName
{
background-color: #D03E40;
}
</style>
border-color css
<style>
span { border-color: #D03E40; }
span { border-color: rgb(208,62,64); }
td.TdClassName
{
border-color: #D03E40;
}
.TagClassName
{
border-color: #D03E40;
}
</style>