Shades of Mahogany #D22C2F
Tints of Mahogany #D22C2F
RGB
CMYK
RGB Variations
Color information
#D22C2F (or 0xD22C2F) is known color: Mahogany. HEX triplet: D2, 2C and 2F. RGB value is (210,44,47). Sum of RGB (Red+Green+Blue) = 210+44+47=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C2F is #2DD3D0. Grayscale: #5E5E5E. Windows color (decimal): -3003345 or 3091666. OLE color: 3091666.
HSL color Cylindrical-coordinate representation of color #D22C2F: hue angle of 358.92º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C2F is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 47 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.18 |
| HSL | 358.92º | 0.65% | 0.5% | - |
| HSV(B) | 358.92º | 0.79% | 0.82% | - |
| XYZ | 27.99 | 15.71 | 4.25 | - |
| YUV | 93.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 47 | 0 | 0.79 | 0.78 | 0.18 | 358.92 | 0.65 | 0.5 |
| Hex | D2 | 2C | 2F | 0 | 4F | 4E | 12 | 167 | 41 | 32 |
| Octal | 322 | 54 | 57 | 0 | 117 | 116 | 22 | 547 | 101 | 62 |
| Binary | 11010010 | 101100 | 101111 | 0 | 1001111 | 1001110 | 10010 | 101100111 | 1000001 | 110010 |
Color Harmonies of #D22C2F
Complementary color
Monochromatic Colors of #D22C2F
Black with #D22C2F
Text Example
Text Example
White with #D22C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C2F; }
p { color: rgb(210,44,47); }
H1.HeaderClassName
{
color: #D22C2F;
}
.AnyTagClassName
{
color: #D22C2F;
}
</style>
background-color css
<style>
a { background-color: #D22C2F; }
a { background-color: rgb(210,44,47); }
div.DivClassName
{
background-color: #D22C2F;
}
.BgClassName
{
background-color: #D22C2F;
}
</style>
border-color css
<style>
span { border-color: #D22C2F; }
span { border-color: rgb(210,44,47); }
td.TdClassName
{
border-color: #D22C2F;
}
.TagClassName
{
border-color: #D22C2F;
}
</style>