Shades of Mahogany #D2363A
Tints of Mahogany #D2363A
RGB
CMYK
RGB Variations
Color information
#D2363A (or 0xD2363A) is known color: Mahogany. HEX triplet: D2, 36 and 3A. RGB value is (210,54,58). Sum of RGB (Red+Green+Blue) = 210+54+58=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2363A is #2DC9C5. Grayscale: #656565. Windows color (decimal): -3000774 or 3815122. OLE color: 3815122.
HSL color Cylindrical-coordinate representation of color #D2363A: hue angle of 358.46º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2363A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 58 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.18 |
| HSL | 358.46º | 0.63% | 0.52% | - |
| HSV(B) | 358.46º | 0.74% | 0.82% | - |
| XYZ | 28.66 | 16.65 | 5.71 | - |
| YUV | 101.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 58 | 0 | 0.74 | 0.72 | 0.18 | 358.46 | 0.63 | 0.52 |
| Hex | D2 | 36 | 3A | 0 | 4A | 48 | 12 | 166 | 3F | 34 |
| Octal | 322 | 66 | 72 | 0 | 112 | 110 | 22 | 546 | 77 | 64 |
| Binary | 11010010 | 110110 | 111010 | 0 | 1001010 | 1001000 | 10010 | 101100110 | 111111 | 110100 |
Color Harmonies of #D2363A
Complementary color
Monochromatic Colors of #D2363A
Black with #D2363A
Text Example
Text Example
White with #D2363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2363A; }
p { color: rgb(210,54,58); }
H1.HeaderClassName
{
color: #D2363A;
}
.AnyTagClassName
{
color: #D2363A;
}
</style>
background-color css
<style>
a { background-color: #D2363A; }
a { background-color: rgb(210,54,58); }
div.DivClassName
{
background-color: #D2363A;
}
.BgClassName
{
background-color: #D2363A;
}
</style>
border-color css
<style>
span { border-color: #D2363A; }
span { border-color: rgb(210,54,58); }
td.TdClassName
{
border-color: #D2363A;
}
.TagClassName
{
border-color: #D2363A;
}
</style>