Shades of Mahogany #D0303A
Tints of Mahogany #D0303A
RGB
CMYK
RGB Variations
Color information
#D0303A (or 0xD0303A) is known color: Mahogany. HEX triplet: D0, 30 and 3A. RGB value is (208,48,58). Sum of RGB (Red+Green+Blue) = 208+48+58=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0303A is #2FCFC5. Grayscale: #616161. Windows color (decimal): -3133382 or 3813584. OLE color: 3813584.
HSL color Cylindrical-coordinate representation of color #D0303A: hue angle of 356.25º degrees, saturation: 0.63, 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 #D0303A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 58 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.18 |
| HSL | 356.25º | 0.63% | 0.5% | - |
| HSV(B) | 356.25º | 0.77% | 0.82% | - |
| XYZ | 27.83 | 15.83 | 5.59 | - |
| YUV | 96.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 58 | 0 | 0.77 | 0.72 | 0.18 | 356.25 | 0.63 | 0.5 |
| Hex | D0 | 30 | 3A | 0 | 4D | 48 | 12 | 164 | 3F | 32 |
| Octal | 320 | 60 | 72 | 0 | 115 | 110 | 22 | 544 | 77 | 62 |
| Binary | 11010000 | 110000 | 111010 | 0 | 1001101 | 1001000 | 10010 | 101100100 | 111111 | 110010 |
Color Harmonies of #D0303A
Complementary color
Monochromatic Colors of #D0303A
Black with #D0303A
Text Example
Text Example
White with #D0303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0303A; }
p { color: rgb(208,48,58); }
H1.HeaderClassName
{
color: #D0303A;
}
.AnyTagClassName
{
color: #D0303A;
}
</style>
background-color css
<style>
a { background-color: #D0303A; }
a { background-color: rgb(208,48,58); }
div.DivClassName
{
background-color: #D0303A;
}
.BgClassName
{
background-color: #D0303A;
}
</style>
border-color css
<style>
span { border-color: #D0303A; }
span { border-color: rgb(208,48,58); }
td.TdClassName
{
border-color: #D0303A;
}
.TagClassName
{
border-color: #D0303A;
}
</style>