Shades of Mahogany #D2333C
Tints of Mahogany #D2333C
RGB
CMYK
RGB Variations
Color information
#D2333C (or 0xD2333C) is known color: Mahogany. HEX triplet: D2, 33 and 3C. RGB value is (210,51,60). Sum of RGB (Red+Green+Blue) = 210+51+60=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2333C is #2DCCC3. Grayscale: #636363. Windows color (decimal): -3001540 or 3945426. OLE color: 3945426.
HSL color Cylindrical-coordinate representation of color #D2333C: hue angle of 356.6º 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 #D2333C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 60 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 356.6º | 0.64% | 0.51% | - |
| HSV(B) | 356.6º | 0.76% | 0.82% | - |
| XYZ | 28.58 | 16.4 | 5.93 | - |
| YUV | 99.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 60 | 0 | 0.76 | 0.71 | 0.18 | 356.6 | 0.64 | 0.51 |
| Hex | D2 | 33 | 3C | 0 | 4C | 47 | 12 | 165 | 40 | 33 |
| Octal | 322 | 63 | 74 | 0 | 114 | 107 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110011 | 111100 | 0 | 1001100 | 1000111 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D2333C
Complementary color
Monochromatic Colors of #D2333C
Black with #D2333C
Text Example
Text Example
White with #D2333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2333C; }
p { color: rgb(210,51,60); }
H1.HeaderClassName
{
color: #D2333C;
}
.AnyTagClassName
{
color: #D2333C;
}
</style>
background-color css
<style>
a { background-color: #D2333C; }
a { background-color: rgb(210,51,60); }
div.DivClassName
{
background-color: #D2333C;
}
.BgClassName
{
background-color: #D2333C;
}
</style>
border-color css
<style>
span { border-color: #D2333C; }
span { border-color: rgb(210,51,60); }
td.TdClassName
{
border-color: #D2333C;
}
.TagClassName
{
border-color: #D2333C;
}
</style>