Shades of Mahogany #D2303C
Tints of Mahogany #D2303C
RGB
CMYK
RGB Variations
Color information
#D2303C (or 0xD2303C) is known color: Mahogany. HEX triplet: D2, 30 and 3C. RGB value is (210,48,60). Sum of RGB (Red+Green+Blue) = 210+48+60=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2303C is #2DCFC3. Grayscale: #616161. Windows color (decimal): -3002308 or 3944658. OLE color: 3944658.
HSL color Cylindrical-coordinate representation of color #D2303C: hue angle of 355.56º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2303C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.18 |
| HSL | 355.56º | 0.64% | 0.51% | - |
| HSV(B) | 355.56º | 0.77% | 0.82% | - |
| XYZ | 28.45 | 16.14 | 5.89 | - |
| YUV | 97.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 60 | 0 | 0.77 | 0.71 | 0.18 | 355.56 | 0.64 | 0.51 |
| Hex | D2 | 30 | 3C | 0 | 4D | 47 | 12 | 164 | 40 | 33 |
| Octal | 322 | 60 | 74 | 0 | 115 | 107 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110000 | 111100 | 0 | 1001101 | 1000111 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2303C
Complementary color
Monochromatic Colors of #D2303C
Black with #D2303C
Text Example
Text Example
White with #D2303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2303C; }
p { color: rgb(210,48,60); }
H1.HeaderClassName
{
color: #D2303C;
}
.AnyTagClassName
{
color: #D2303C;
}
</style>
background-color css
<style>
a { background-color: #D2303C; }
a { background-color: rgb(210,48,60); }
div.DivClassName
{
background-color: #D2303C;
}
.BgClassName
{
background-color: #D2303C;
}
</style>
border-color css
<style>
span { border-color: #D2303C; }
span { border-color: rgb(210,48,60); }
td.TdClassName
{
border-color: #D2303C;
}
.TagClassName
{
border-color: #D2303C;
}
</style>