Shades of Mahogany #D22E2F
Tints of Mahogany #D22E2F
RGB
CMYK
RGB Variations
Color information
#D22E2F (or 0xD22E2F) is known color: Mahogany. HEX triplet: D2, 2E and 2F. RGB value is (210,46,47). Sum of RGB (Red+Green+Blue) = 210+46+47=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22E2F is #2DD1D0. Grayscale: #5F5F5F. Windows color (decimal): -3002833 or 3092178. OLE color: 3092178.
HSL color Cylindrical-coordinate representation of color #D22E2F: hue angle of 359.63º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E2F is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 47 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.18 |
| HSL | 359.63º | 0.65% | 0.5% | - |
| HSV(B) | 359.63º | 0.78% | 0.82% | - |
| XYZ | 28.07 | 15.86 | 4.27 | - |
| YUV | 95.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 47 | 0 | 0.78 | 0.78 | 0.18 | 359.63 | 0.65 | 0.5 |
| Hex | D2 | 2E | 2F | 0 | 4E | 4E | 12 | 168 | 41 | 32 |
| Octal | 322 | 56 | 57 | 0 | 116 | 116 | 22 | 550 | 101 | 62 |
| Binary | 11010010 | 101110 | 101111 | 0 | 1001110 | 1001110 | 10010 | 101101000 | 1000001 | 110010 |
Color Harmonies of #D22E2F
Complementary color
Monochromatic Colors of #D22E2F
Black with #D22E2F
Text Example
Text Example
White with #D22E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22E2F; }
p { color: rgb(210,46,47); }
H1.HeaderClassName
{
color: #D22E2F;
}
.AnyTagClassName
{
color: #D22E2F;
}
</style>
background-color css
<style>
a { background-color: #D22E2F; }
a { background-color: rgb(210,46,47); }
div.DivClassName
{
background-color: #D22E2F;
}
.BgClassName
{
background-color: #D22E2F;
}
</style>
border-color css
<style>
span { border-color: #D22E2F; }
span { border-color: rgb(210,46,47); }
td.TdClassName
{
border-color: #D22E2F;
}
.TagClassName
{
border-color: #D22E2F;
}
</style>