Shades of Mahogany #D2373C
Tints of Mahogany #D2373C
RGB
CMYK
RGB Variations
Color information
#D2373C (or 0xD2373C) is known color: Mahogany. HEX triplet: D2, 37 and 3C. RGB value is (210,55,60). Sum of RGB (Red+Green+Blue) = 210+55+60=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2373C is #2DC8C3. Grayscale: #666666. Windows color (decimal): -3000516 or 3946450. OLE color: 3946450.
HSL color Cylindrical-coordinate representation of color #D2373C: hue angle of 358.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2373C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 60 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.18 |
| HSL | 358.06º | 0.63% | 0.52% | - |
| HSV(B) | 358.06º | 0.74% | 0.82% | - |
| XYZ | 28.76 | 16.76 | 5.99 | - |
| YUV | 101.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 60 | 0 | 0.74 | 0.71 | 0.18 | 358.06 | 0.63 | 0.52 |
| Hex | D2 | 37 | 3C | 0 | 4A | 47 | 12 | 166 | 3F | 34 |
| Octal | 322 | 67 | 74 | 0 | 112 | 107 | 22 | 546 | 77 | 64 |
| Binary | 11010010 | 110111 | 111100 | 0 | 1001010 | 1000111 | 10010 | 101100110 | 111111 | 110100 |
Color Harmonies of #D2373C
Complementary color
Monochromatic Colors of #D2373C
Black with #D2373C
Text Example
Text Example
White with #D2373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2373C; }
p { color: rgb(210,55,60); }
H1.HeaderClassName
{
color: #D2373C;
}
.AnyTagClassName
{
color: #D2373C;
}
</style>
background-color css
<style>
a { background-color: #D2373C; }
a { background-color: rgb(210,55,60); }
div.DivClassName
{
background-color: #D2373C;
}
.BgClassName
{
background-color: #D2373C;
}
</style>
border-color css
<style>
span { border-color: #D2373C; }
span { border-color: rgb(210,55,60); }
td.TdClassName
{
border-color: #D2373C;
}
.TagClassName
{
border-color: #D2373C;
}
</style>