Shades of Mahogany #D22733
Tints of Mahogany #D22733
RGB
CMYK
RGB Variations
Color information
#D22733 (or 0xD22733) is known color: Mahogany. HEX triplet: D2, 27 and 33. RGB value is (210,39,51). Sum of RGB (Red+Green+Blue) = 210+39+51=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D22733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22733 is #2DD8CC. Grayscale: #5B5B5B. Windows color (decimal): -3004621 or 3352530. OLE color: 3352530.
HSL color Cylindrical-coordinate representation of color #D22733: hue angle of 355.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22733 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.18 |
| HSL | 355.79º | 0.69% | 0.49% | - |
| HSV(B) | 355.79º | 0.81% | 0.82% | - |
| XYZ | 27.9 | 15.39 | 4.63 | - |
| YUV | 91.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 51 | 0 | 0.81 | 0.76 | 0.18 | 355.79 | 0.69 | 0.49 |
| Hex | D2 | 27 | 33 | 0 | 51 | 4C | 12 | 164 | 45 | 31 |
| Octal | 322 | 47 | 63 | 0 | 121 | 114 | 22 | 544 | 105 | 61 |
| Binary | 11010010 | 100111 | 110011 | 0 | 1010001 | 1001100 | 10010 | 101100100 | 1000101 | 110001 |
Color Harmonies of #D22733
Complementary color
Monochromatic Colors of #D22733
Black with #D22733
Text Example
Text Example
White with #D22733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22733; }
p { color: rgb(210,39,51); }
H1.HeaderClassName
{
color: #D22733;
}
.AnyTagClassName
{
color: #D22733;
}
</style>
background-color css
<style>
a { background-color: #D22733; }
a { background-color: rgb(210,39,51); }
div.DivClassName
{
background-color: #D22733;
}
.BgClassName
{
background-color: #D22733;
}
</style>
border-color css
<style>
span { border-color: #D22733; }
span { border-color: rgb(210,39,51); }
td.TdClassName
{
border-color: #D22733;
}
.TagClassName
{
border-color: #D22733;
}
</style>