Shades of Mahogany #D33035
Tints of Mahogany #D33035
RGB
CMYK
RGB Variations
Color information
#D33035 (or 0xD33035) is known color: Mahogany. HEX triplet: D3, 30 and 35. RGB value is (211,48,53). Sum of RGB (Red+Green+Blue) = 211+48+53=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D33035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33035 is #2CCFCA. Grayscale: #616161. Windows color (decimal): -2936779 or 3485907. OLE color: 3485907.
HSL color Cylindrical-coordinate representation of color #D33035: hue angle of 358.16º degrees, saturation: 0.65, 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 #D33035 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 53 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.17 |
| HSL | 358.16º | 0.65% | 0.51% | - |
| HSV(B) | 358.16º | 0.77% | 0.83% | - |
| XYZ | 28.56 | 16.22 | 4.99 | - |
| YUV | 97.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 53 | 0 | 0.77 | 0.75 | 0.17 | 358.16 | 0.65 | 0.51 |
| Hex | D3 | 30 | 35 | 0 | 4D | 4B | 11 | 166 | 41 | 33 |
| Octal | 323 | 60 | 65 | 0 | 115 | 113 | 21 | 546 | 101 | 63 |
| Binary | 11010011 | 110000 | 110101 | 0 | 1001101 | 1001011 | 10001 | 101100110 | 1000001 | 110011 |
Color Harmonies of #D33035
Complementary color
Monochromatic Colors of #D33035
Black with #D33035
Text Example
Text Example
White with #D33035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33035; }
p { color: rgb(211,48,53); }
H1.HeaderClassName
{
color: #D33035;
}
.AnyTagClassName
{
color: #D33035;
}
</style>
background-color css
<style>
a { background-color: #D33035; }
a { background-color: rgb(211,48,53); }
div.DivClassName
{
background-color: #D33035;
}
.BgClassName
{
background-color: #D33035;
}
</style>
border-color css
<style>
span { border-color: #D33035; }
span { border-color: rgb(211,48,53); }
td.TdClassName
{
border-color: #D33035;
}
.TagClassName
{
border-color: #D33035;
}
</style>