Shades of Mahogany #D3303C
Tints of Mahogany #D3303C
RGB
CMYK
RGB Variations
Color information
#D3303C (or 0xD3303C) is known color: Mahogany. HEX triplet: D3, 30 and 3C. RGB value is (211,48,60). Sum of RGB (Red+Green+Blue) = 211+48+60=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3303C is #2CCFC3. Grayscale: #626262. Windows color (decimal): -2936772 or 3944659. OLE color: 3944659.
HSL color Cylindrical-coordinate representation of color #D3303C: hue angle of 355.58º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3303C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 60 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.17 |
| HSL | 355.58º | 0.65% | 0.51% | - |
| HSV(B) | 355.58º | 0.77% | 0.83% | - |
| XYZ | 28.74 | 16.29 | 5.9 | - |
| YUV | 98.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 60 | 0 | 0.77 | 0.72 | 0.17 | 355.58 | 0.65 | 0.51 |
| Hex | D3 | 30 | 3C | 0 | 4D | 48 | 11 | 164 | 41 | 33 |
| Octal | 323 | 60 | 74 | 0 | 115 | 110 | 21 | 544 | 101 | 63 |
| Binary | 11010011 | 110000 | 111100 | 0 | 1001101 | 1001000 | 10001 | 101100100 | 1000001 | 110011 |
Color Harmonies of #D3303C
Complementary color
Monochromatic Colors of #D3303C
Black with #D3303C
Text Example
Text Example
White with #D3303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3303C; }
p { color: rgb(211,48,60); }
H1.HeaderClassName
{
color: #D3303C;
}
.AnyTagClassName
{
color: #D3303C;
}
</style>
background-color css
<style>
a { background-color: #D3303C; }
a { background-color: rgb(211,48,60); }
div.DivClassName
{
background-color: #D3303C;
}
.BgClassName
{
background-color: #D3303C;
}
</style>
border-color css
<style>
span { border-color: #D3303C; }
span { border-color: rgb(211,48,60); }
td.TdClassName
{
border-color: #D3303C;
}
.TagClassName
{
border-color: #D3303C;
}
</style>