Shades of Mahogany #D1303A
Tints of Mahogany #D1303A
RGB
CMYK
RGB Variations
Color information
#D1303A (or 0xD1303A) is known color: Mahogany. HEX triplet: D1, 30 and 3A. RGB value is (209,48,58). Sum of RGB (Red+Green+Blue) = 209+48+58=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303A is #2ECFC5. Grayscale: #616161. Windows color (decimal): -3067846 or 3813585. OLE color: 3813585.
HSL color Cylindrical-coordinate representation of color #D1303A: hue angle of 356.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1303A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 58 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.18 |
| HSL | 356.27º | 0.64% | 0.5% | - |
| HSV(B) | 356.27º | 0.77% | 0.82% | - |
| XYZ | 28.12 | 15.97 | 5.6 | - |
| YUV | 97.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 58 | 0 | 0.77 | 0.72 | 0.18 | 356.27 | 0.64 | 0.5 |
| Hex | D1 | 30 | 3A | 0 | 4D | 48 | 12 | 164 | 40 | 32 |
| Octal | 321 | 60 | 72 | 0 | 115 | 110 | 22 | 544 | 100 | 62 |
| Binary | 11010001 | 110000 | 111010 | 0 | 1001101 | 1001000 | 10010 | 101100100 | 1000000 | 110010 |
Color Harmonies of #D1303A
Complementary color
Monochromatic Colors of #D1303A
Black with #D1303A
Text Example
Text Example
White with #D1303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1303A; }
p { color: rgb(209,48,58); }
H1.HeaderClassName
{
color: #D1303A;
}
.AnyTagClassName
{
color: #D1303A;
}
</style>
background-color css
<style>
a { background-color: #D1303A; }
a { background-color: rgb(209,48,58); }
div.DivClassName
{
background-color: #D1303A;
}
.BgClassName
{
background-color: #D1303A;
}
</style>
border-color css
<style>
span { border-color: #D1303A; }
span { border-color: rgb(209,48,58); }
td.TdClassName
{
border-color: #D1303A;
}
.TagClassName
{
border-color: #D1303A;
}
</style>