Shades of Mahogany #D02C35
Tints of Mahogany #D02C35
RGB
CMYK
RGB Variations
Color information
#D02C35 (or 0xD02C35) is known color: Mahogany. HEX triplet: D0, 2C and 35. RGB value is (208,44,53). Sum of RGB (Red+Green+Blue) = 208+44+53=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C35 is #2FD3CA. Grayscale: #5E5E5E. Windows color (decimal): -3134411 or 3484880. OLE color: 3484880.
HSL color Cylindrical-coordinate representation of color #D02C35: hue angle of 356.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C35 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 53 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.18 |
| HSL | 356.71º | 0.65% | 0.49% | - |
| HSV(B) | 356.71º | 0.79% | 0.82% | - |
| XYZ | 27.56 | 15.47 | 4.9 | - |
| YUV | 94.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 53 | 0 | 0.79 | 0.75 | 0.18 | 356.71 | 0.65 | 0.49 |
| Hex | D0 | 2C | 35 | 0 | 4F | 4B | 12 | 165 | 41 | 31 |
| Octal | 320 | 54 | 65 | 0 | 117 | 113 | 22 | 545 | 101 | 61 |
| Binary | 11010000 | 101100 | 110101 | 0 | 1001111 | 1001011 | 10010 | 101100101 | 1000001 | 110001 |
Color Harmonies of #D02C35
Complementary color
Monochromatic Colors of #D02C35
Black with #D02C35
Text Example
Text Example
White with #D02C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C35; }
p { color: rgb(208,44,53); }
H1.HeaderClassName
{
color: #D02C35;
}
.AnyTagClassName
{
color: #D02C35;
}
</style>
background-color css
<style>
a { background-color: #D02C35; }
a { background-color: rgb(208,44,53); }
div.DivClassName
{
background-color: #D02C35;
}
.BgClassName
{
background-color: #D02C35;
}
</style>
border-color css
<style>
span { border-color: #D02C35; }
span { border-color: rgb(208,44,53); }
td.TdClassName
{
border-color: #D02C35;
}
.TagClassName
{
border-color: #D02C35;
}
</style>