Shades of Mahogany #D6303C
Tints of Mahogany #D6303C
RGB
CMYK
RGB Variations
Color information
#D6303C (or 0xD6303C) is known color: Mahogany. HEX triplet: D6, 30 and 3C. RGB value is (214,48,60). Sum of RGB (Red+Green+Blue) = 214+48+60=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6303C is #29CFC3. Grayscale: #636363. Windows color (decimal): -2740164 or 3944662. OLE color: 3944662.
HSL color Cylindrical-coordinate representation of color #D6303C: hue angle of 355.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6303C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 60 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.16 |
| HSL | 355.66º | 0.67% | 0.51% | - |
| HSV(B) | 355.66º | 0.78% | 0.84% | - |
| XYZ | 29.6 | 16.74 | 5.95 | - |
| YUV | 99 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 60 | 0 | 0.78 | 0.72 | 0.16 | 355.66 | 0.67 | 0.51 |
| Hex | D6 | 30 | 3C | 0 | 4E | 48 | 10 | 164 | 43 | 33 |
| Octal | 326 | 60 | 74 | 0 | 116 | 110 | 20 | 544 | 103 | 63 |
| Binary | 11010110 | 110000 | 111100 | 0 | 1001110 | 1001000 | 10000 | 101100100 | 1000011 | 110011 |
Color Harmonies of #D6303C
Complementary color
Monochromatic Colors of #D6303C
Black with #D6303C
Text Example
Text Example
White with #D6303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6303C; }
p { color: rgb(214,48,60); }
H1.HeaderClassName
{
color: #D6303C;
}
.AnyTagClassName
{
color: #D6303C;
}
</style>
background-color css
<style>
a { background-color: #D6303C; }
a { background-color: rgb(214,48,60); }
div.DivClassName
{
background-color: #D6303C;
}
.BgClassName
{
background-color: #D6303C;
}
</style>
border-color css
<style>
span { border-color: #D6303C; }
span { border-color: rgb(214,48,60); }
td.TdClassName
{
border-color: #D6303C;
}
.TagClassName
{
border-color: #D6303C;
}
</style>