Shades of Mahogany #CE363F
Tints of Mahogany #CE363F
RGB
CMYK
RGB Variations
Color information
#CE363F (or 0xCE363F) is known color: Mahogany. HEX triplet: CE, 36 and 3F. RGB value is (206,54,63). Sum of RGB (Red+Green+Blue) = 206+54+63=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE363F is #31C9C0. Grayscale: #646464. Windows color (decimal): -3262913 or 4142798. OLE color: 4142798.
HSL color Cylindrical-coordinate representation of color #CE363F: hue angle of 356.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE363F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 63 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.19 |
| HSL | 356.45º | 0.61% | 0.51% | - |
| HSV(B) | 356.45º | 0.74% | 0.81% | - |
| XYZ | 27.67 | 16.12 | 6.36 | - |
| YUV | 100.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 63 | 0 | 0.74 | 0.69 | 0.19 | 356.45 | 0.61 | 0.51 |
| Hex | CE | 36 | 3F | 0 | 4A | 45 | 13 | 164 | 3D | 33 |
| Octal | 316 | 66 | 77 | 0 | 112 | 105 | 23 | 544 | 75 | 63 |
| Binary | 11001110 | 110110 | 111111 | 0 | 1001010 | 1000101 | 10011 | 101100100 | 111101 | 110011 |
Color Harmonies of #CE363F
Complementary color
Monochromatic Colors of #CE363F
Black with #CE363F
Text Example
Text Example
White with #CE363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE363F; }
p { color: rgb(206,54,63); }
H1.HeaderClassName
{
color: #CE363F;
}
.AnyTagClassName
{
color: #CE363F;
}
</style>
background-color css
<style>
a { background-color: #CE363F; }
a { background-color: rgb(206,54,63); }
div.DivClassName
{
background-color: #CE363F;
}
.BgClassName
{
background-color: #CE363F;
}
</style>
border-color css
<style>
span { border-color: #CE363F; }
span { border-color: rgb(206,54,63); }
td.TdClassName
{
border-color: #CE363F;
}
.TagClassName
{
border-color: #CE363F;
}
</style>