Shades of Mahogany #D2333E
Tints of Mahogany #D2333E
RGB
CMYK
RGB Variations
Color information
#D2333E (or 0xD2333E) is known color: Mahogany. HEX triplet: D2, 33 and 3E. RGB value is (210,51,62). Sum of RGB (Red+Green+Blue) = 210+51+62=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333E is #2DCCC1. Grayscale: #636363. Windows color (decimal): -3001538 or 4076498. OLE color: 4076498.
HSL color Cylindrical-coordinate representation of color #D2333E: hue angle of 355.85º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2333E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 62 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.18 |
| HSL | 355.85º | 0.64% | 0.51% | - |
| HSV(B) | 355.85º | 0.76% | 0.82% | - |
| XYZ | 28.63 | 16.42 | 6.22 | - |
| YUV | 99.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 62 | 0 | 0.76 | 0.70 | 0.18 | 355.85 | 0.64 | 0.51 |
| Hex | D2 | 33 | 3E | 0 | 4C | 46 | 12 | 164 | 40 | 33 |
| Octal | 322 | 63 | 76 | 0 | 114 | 106 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110011 | 111110 | 0 | 1001100 | 1000110 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2333E
Complementary color
Monochromatic Colors of #D2333E
Black with #D2333E
Text Example
Text Example
White with #D2333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2333E; }
p { color: rgb(210,51,62); }
H1.HeaderClassName
{
color: #D2333E;
}
.AnyTagClassName
{
color: #D2333E;
}
</style>
background-color css
<style>
a { background-color: #D2333E; }
a { background-color: rgb(210,51,62); }
div.DivClassName
{
background-color: #D2333E;
}
.BgClassName
{
background-color: #D2333E;
}
</style>
border-color css
<style>
span { border-color: #D2333E; }
span { border-color: rgb(210,51,62); }
td.TdClassName
{
border-color: #D2333E;
}
.TagClassName
{
border-color: #D2333E;
}
</style>