Shades of Mahogany #D2333B
Tints of Mahogany #D2333B
RGB
CMYK
RGB Variations
Color information
#D2333B (or 0xD2333B) is known color: Mahogany. HEX triplet: D2, 33 and 3B. RGB value is (210,51,59). Sum of RGB (Red+Green+Blue) = 210+51+59=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333B is #2DCCC4. Grayscale: #636363. Windows color (decimal): -3001541 or 3879890. OLE color: 3879890.
HSL color Cylindrical-coordinate representation of color #D2333B: hue angle of 356.98º 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 #D2333B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 59 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.18 |
| HSL | 356.98º | 0.64% | 0.51% | - |
| HSV(B) | 356.98º | 0.76% | 0.82% | - |
| XYZ | 28.55 | 16.39 | 5.8 | - |
| YUV | 99.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 59 | 0 | 0.76 | 0.72 | 0.18 | 356.98 | 0.64 | 0.51 |
| Hex | D2 | 33 | 3B | 0 | 4C | 48 | 12 | 165 | 40 | 33 |
| Octal | 322 | 63 | 73 | 0 | 114 | 110 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110011 | 111011 | 0 | 1001100 | 1001000 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D2333B
Complementary color
Monochromatic Colors of #D2333B
Black with #D2333B
Text Example
Text Example
White with #D2333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2333B; }
p { color: rgb(210,51,59); }
H1.HeaderClassName
{
color: #D2333B;
}
.AnyTagClassName
{
color: #D2333B;
}
</style>
background-color css
<style>
a { background-color: #D2333B; }
a { background-color: rgb(210,51,59); }
div.DivClassName
{
background-color: #D2333B;
}
.BgClassName
{
background-color: #D2333B;
}
</style>
border-color css
<style>
span { border-color: #D2333B; }
span { border-color: rgb(210,51,59); }
td.TdClassName
{
border-color: #D2333B;
}
.TagClassName
{
border-color: #D2333B;
}
</style>