Shades of Mahogany #D0282C
Tints of Mahogany #D0282C
RGB
CMYK
RGB Variations
Color information
#D0282C (or 0xD0282C) is known color: Mahogany. HEX triplet: D0, 28 and 2C. RGB value is (208,40,44). Sum of RGB (Red+Green+Blue) = 208+40+44=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0282C is #2FD7D3. Grayscale: #5A5A5A. Windows color (decimal): -3135444 or 2894032. OLE color: 2894032.
HSL color Cylindrical-coordinate representation of color #D0282C: hue angle of 358.57º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0282C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 44 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.18 |
| HSL | 358.57º | 0.68% | 0.49% | - |
| HSV(B) | 358.57º | 0.81% | 0.82% | - |
| XYZ | 27.23 | 15.11 | 3.86 | - |
| YUV | 90.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 44 | 0 | 0.81 | 0.79 | 0.18 | 358.57 | 0.68 | 0.49 |
| Hex | D0 | 28 | 2C | 0 | 51 | 4F | 12 | 167 | 44 | 31 |
| Octal | 320 | 50 | 54 | 0 | 121 | 117 | 22 | 547 | 104 | 61 |
| Binary | 11010000 | 101000 | 101100 | 0 | 1010001 | 1001111 | 10010 | 101100111 | 1000100 | 110001 |
Color Harmonies of #D0282C
Complementary color
Monochromatic Colors of #D0282C
Black with #D0282C
Text Example
Text Example
White with #D0282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0282C; }
p { color: rgb(208,40,44); }
H1.HeaderClassName
{
color: #D0282C;
}
.AnyTagClassName
{
color: #D0282C;
}
</style>
background-color css
<style>
a { background-color: #D0282C; }
a { background-color: rgb(208,40,44); }
div.DivClassName
{
background-color: #D0282C;
}
.BgClassName
{
background-color: #D0282C;
}
</style>
border-color css
<style>
span { border-color: #D0282C; }
span { border-color: rgb(208,40,44); }
td.TdClassName
{
border-color: #D0282C;
}
.TagClassName
{
border-color: #D0282C;
}
</style>