Shades of Mahogany #D3282B
Tints of Mahogany #D3282B
RGB
CMYK
RGB Variations
Color information
#D3282B (or 0xD3282B) is known color: Mahogany. HEX triplet: D3, 28 and 2B. RGB value is (211,40,43). Sum of RGB (Red+Green+Blue) = 211+40+43=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D3282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3282B is #2CD7D4. Grayscale: #5B5B5B. Windows color (decimal): -2938837 or 2828499. OLE color: 2828499.
HSL color Cylindrical-coordinate representation of color #D3282B: hue angle of 358.95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3282B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 43 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.17 |
| HSL | 358.95º | 0.68% | 0.49% | - |
| HSV(B) | 358.95º | 0.81% | 0.83% | - |
| XYZ | 28.06 | 15.54 | 3.81 | - |
| YUV | 91.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 43 | 0 | 0.81 | 0.80 | 0.17 | 358.95 | 0.68 | 0.49 |
| Hex | D3 | 28 | 2B | 0 | 51 | 50 | 11 | 167 | 44 | 31 |
| Octal | 323 | 50 | 53 | 0 | 121 | 120 | 21 | 547 | 104 | 61 |
| Binary | 11010011 | 101000 | 101011 | 0 | 1010001 | 1010000 | 10001 | 101100111 | 1000100 | 110001 |
Color Harmonies of #D3282B
Complementary color
Monochromatic Colors of #D3282B
Black with #D3282B
Text Example
Text Example
White with #D3282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3282B; }
p { color: rgb(211,40,43); }
H1.HeaderClassName
{
color: #D3282B;
}
.AnyTagClassName
{
color: #D3282B;
}
</style>
background-color css
<style>
a { background-color: #D3282B; }
a { background-color: rgb(211,40,43); }
div.DivClassName
{
background-color: #D3282B;
}
.BgClassName
{
background-color: #D3282B;
}
</style>
border-color css
<style>
span { border-color: #D3282B; }
span { border-color: rgb(211,40,43); }
td.TdClassName
{
border-color: #D3282B;
}
.TagClassName
{
border-color: #D3282B;
}
</style>