Shades of Mahogany #D0303B
Tints of Mahogany #D0303B
RGB
CMYK
RGB Variations
Color information
#D0303B (or 0xD0303B) is known color: Mahogany. HEX triplet: D0, 30 and 3B. RGB value is (208,48,59). Sum of RGB (Red+Green+Blue) = 208+48+59=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D0303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0303B is #2FCFC4. Grayscale: #616161. Windows color (decimal): -3133381 or 3879120. OLE color: 3879120.
HSL color Cylindrical-coordinate representation of color #D0303B: hue angle of 355.88º 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 #D0303B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 59 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.18 |
| HSL | 355.88º | 0.63% | 0.5% | - |
| HSV(B) | 355.88º | 0.77% | 0.82% | - |
| XYZ | 27.86 | 15.84 | 5.73 | - |
| YUV | 97.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 59 | 0 | 0.77 | 0.72 | 0.18 | 355.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | 3B | 0 | 4D | 48 | 12 | 164 | 3F | 32 |
| Octal | 320 | 60 | 73 | 0 | 115 | 110 | 22 | 544 | 77 | 62 |
| Binary | 11010000 | 110000 | 111011 | 0 | 1001101 | 1001000 | 10010 | 101100100 | 111111 | 110010 |
Color Harmonies of #D0303B
Complementary color
Monochromatic Colors of #D0303B
Black with #D0303B
Text Example
Text Example
White with #D0303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0303B; }
p { color: rgb(208,48,59); }
H1.HeaderClassName
{
color: #D0303B;
}
.AnyTagClassName
{
color: #D0303B;
}
</style>
background-color css
<style>
a { background-color: #D0303B; }
a { background-color: rgb(208,48,59); }
div.DivClassName
{
background-color: #D0303B;
}
.BgClassName
{
background-color: #D0303B;
}
</style>
border-color css
<style>
span { border-color: #D0303B; }
span { border-color: rgb(208,48,59); }
td.TdClassName
{
border-color: #D0303B;
}
.TagClassName
{
border-color: #D0303B;
}
</style>