Shades of Mahogany #D22F33
Tints of Mahogany #D22F33
RGB
CMYK
RGB Variations
Color information
#D22F33 (or 0xD22F33) is known color: Mahogany. HEX triplet: D2, 2F and 33. RGB value is (210,47,51). Sum of RGB (Red+Green+Blue) = 210+47+51=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F33 is #2DD0CC. Grayscale: #606060. Windows color (decimal): -3002573 or 3354578. OLE color: 3354578.
HSL color Cylindrical-coordinate representation of color #D22F33: hue angle of 358.53º degrees, saturation: 0.64, 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 #D22F33 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 51 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.18 |
| HSL | 358.53º | 0.64% | 0.5% | - |
| HSV(B) | 358.53º | 0.78% | 0.82% | - |
| XYZ | 28.19 | 15.97 | 4.73 | - |
| YUV | 96.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 51 | 0 | 0.78 | 0.76 | 0.18 | 358.53 | 0.64 | 0.5 |
| Hex | D2 | 2F | 33 | 0 | 4E | 4C | 12 | 167 | 40 | 32 |
| Octal | 322 | 57 | 63 | 0 | 116 | 114 | 22 | 547 | 100 | 62 |
| Binary | 11010010 | 101111 | 110011 | 0 | 1001110 | 1001100 | 10010 | 101100111 | 1000000 | 110010 |
Color Harmonies of #D22F33
Complementary color
Monochromatic Colors of #D22F33
Black with #D22F33
Text Example
Text Example
White with #D22F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F33; }
p { color: rgb(210,47,51); }
H1.HeaderClassName
{
color: #D22F33;
}
.AnyTagClassName
{
color: #D22F33;
}
</style>
background-color css
<style>
a { background-color: #D22F33; }
a { background-color: rgb(210,47,51); }
div.DivClassName
{
background-color: #D22F33;
}
.BgClassName
{
background-color: #D22F33;
}
</style>
border-color css
<style>
span { border-color: #D22F33; }
span { border-color: rgb(210,47,51); }
td.TdClassName
{
border-color: #D22F33;
}
.TagClassName
{
border-color: #D22F33;
}
</style>