Shades of Mahogany #D22B3A
Tints of Mahogany #D22B3A
RGB
CMYK
RGB Variations
Color information
#D22B3A (or 0xD22B3A) is known color: Mahogany. HEX triplet: D2, 2B and 3A. RGB value is (210,43,58). Sum of RGB (Red+Green+Blue) = 210+43+58=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22B3A is #2DD4C5. Grayscale: #5E5E5E. Windows color (decimal): -3003590 or 3812306. OLE color: 3812306.
HSL color Cylindrical-coordinate representation of color #D22B3A: hue angle of 354.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B3A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 58 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.18 |
| HSL | 354.61º | 0.66% | 0.5% | - |
| HSV(B) | 354.61º | 0.8% | 0.82% | - |
| XYZ | 28.21 | 15.73 | 5.55 | - |
| YUV | 94.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 58 | 0 | 0.80 | 0.72 | 0.18 | 354.61 | 0.66 | 0.5 |
| Hex | D2 | 2B | 3A | 0 | 50 | 48 | 12 | 163 | 42 | 32 |
| Octal | 322 | 53 | 72 | 0 | 120 | 110 | 22 | 543 | 102 | 62 |
| Binary | 11010010 | 101011 | 111010 | 0 | 1010000 | 1001000 | 10010 | 101100011 | 1000010 | 110010 |
Color Harmonies of #D22B3A
Complementary color
Monochromatic Colors of #D22B3A
Black with #D22B3A
Text Example
Text Example
White with #D22B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B3A; }
p { color: rgb(210,43,58); }
H1.HeaderClassName
{
color: #D22B3A;
}
.AnyTagClassName
{
color: #D22B3A;
}
</style>
background-color css
<style>
a { background-color: #D22B3A; }
a { background-color: rgb(210,43,58); }
div.DivClassName
{
background-color: #D22B3A;
}
.BgClassName
{
background-color: #D22B3A;
}
</style>
border-color css
<style>
span { border-color: #D22B3A; }
span { border-color: rgb(210,43,58); }
td.TdClassName
{
border-color: #D22B3A;
}
.TagClassName
{
border-color: #D22B3A;
}
</style>