Shades of Mahogany #D22735
Tints of Mahogany #D22735
RGB
CMYK
RGB Variations
Color information
#D22735 (or 0xD22735) is known color: Mahogany. HEX triplet: D2, 27 and 35. RGB value is (210,39,53). Sum of RGB (Red+Green+Blue) = 210+39+53=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D22735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22735 is #2DD8CA. Grayscale: #5B5B5B. Windows color (decimal): -3004619 or 3483602. OLE color: 3483602.
HSL color Cylindrical-coordinate representation of color #D22735: hue angle of 355.09º 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 #D22735 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 53 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.18 |
| HSL | 355.09º | 0.69% | 0.49% | - |
| HSV(B) | 355.09º | 0.81% | 0.82% | - |
| XYZ | 27.95 | 15.41 | 4.87 | - |
| YUV | 91.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 53 | 0 | 0.81 | 0.75 | 0.18 | 355.09 | 0.69 | 0.49 |
| Hex | D2 | 27 | 35 | 0 | 51 | 4B | 12 | 163 | 45 | 31 |
| Octal | 322 | 47 | 65 | 0 | 121 | 113 | 22 | 543 | 105 | 61 |
| Binary | 11010010 | 100111 | 110101 | 0 | 1010001 | 1001011 | 10010 | 101100011 | 1000101 | 110001 |
Color Harmonies of #D22735
Complementary color
Monochromatic Colors of #D22735
Black with #D22735
Text Example
Text Example
White with #D22735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22735; }
p { color: rgb(210,39,53); }
H1.HeaderClassName
{
color: #D22735;
}
.AnyTagClassName
{
color: #D22735;
}
</style>
background-color css
<style>
a { background-color: #D22735; }
a { background-color: rgb(210,39,53); }
div.DivClassName
{
background-color: #D22735;
}
.BgClassName
{
background-color: #D22735;
}
</style>
border-color css
<style>
span { border-color: #D22735; }
span { border-color: rgb(210,39,53); }
td.TdClassName
{
border-color: #D22735;
}
.TagClassName
{
border-color: #D22735;
}
</style>