Shades of Mahogany #D4282B
Tints of Mahogany #D4282B
RGB
CMYK
RGB Variations
Color information
#D4282B (or 0xD4282B) is known color: Mahogany. HEX triplet: D4, 28 and 2B. RGB value is (212,40,43). Sum of RGB (Red+Green+Blue) = 212+40+43=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4282B is #2BD7D4. Grayscale: #5B5B5B. Windows color (decimal): -2873301 or 2828500. OLE color: 2828500.
HSL color Cylindrical-coordinate representation of color #D4282B: 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 #D4282B is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 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.35 | 15.69 | 3.82 | - |
| YUV | 91.77 | 100.48 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 43 | 0 | 0.81 | 0.80 | 0.17 | 358.95 | 0.68 | 0.49 |
| Hex | D4 | 28 | 2B | 0 | 51 | 50 | 11 | 167 | 44 | 31 |
| Octal | 324 | 50 | 53 | 0 | 121 | 120 | 21 | 547 | 104 | 61 |
| Binary | 11010100 | 101000 | 101011 | 0 | 1010001 | 1010000 | 10001 | 101100111 | 1000100 | 110001 |
Color Harmonies of #D4282B
Complementary color
Monochromatic Colors of #D4282B
Black with #D4282B
Text Example
Text Example
White with #D4282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4282B; }
p { color: rgb(212,40,43); }
H1.HeaderClassName
{
color: #D4282B;
}
.AnyTagClassName
{
color: #D4282B;
}
</style>
background-color css
<style>
a { background-color: #D4282B; }
a { background-color: rgb(212,40,43); }
div.DivClassName
{
background-color: #D4282B;
}
.BgClassName
{
background-color: #D4282B;
}
</style>
border-color css
<style>
span { border-color: #D4282B; }
span { border-color: rgb(212,40,43); }
td.TdClassName
{
border-color: #D4282B;
}
.TagClassName
{
border-color: #D4282B;
}
</style>