Shades of Mahogany #CE2935
Tints of Mahogany #CE2935
RGB
CMYK
RGB Variations
Color information
#CE2935 (or 0xCE2935) is known color: Mahogany. HEX triplet: CE, 29 and 35. RGB value is (206,41,53). Sum of RGB (Red+Green+Blue) = 206+41+53=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2935 is #31D6CA. Grayscale: #5B5B5B. Windows color (decimal): -3266251 or 3484110. OLE color: 3484110.
HSL color Cylindrical-coordinate representation of color #CE2935: hue angle of 355.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2935 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 53 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.19 |
| HSL | 355.64º | 0.67% | 0.48% | - |
| HSV(B) | 355.64º | 0.8% | 0.81% | - |
| XYZ | 26.89 | 14.96 | 4.84 | - |
| YUV | 91.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 53 | 0 | 0.80 | 0.74 | 0.19 | 355.64 | 0.67 | 0.48 |
| Hex | CE | 29 | 35 | 0 | 50 | 4A | 13 | 164 | 43 | 30 |
| Octal | 316 | 51 | 65 | 0 | 120 | 112 | 23 | 544 | 103 | 60 |
| Binary | 11001110 | 101001 | 110101 | 0 | 1010000 | 1001010 | 10011 | 101100100 | 1000011 | 110000 |
Color Harmonies of #CE2935
Complementary color
Monochromatic Colors of #CE2935
Black with #CE2935
Text Example
Text Example
White with #CE2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2935; }
p { color: rgb(206,41,53); }
H1.HeaderClassName
{
color: #CE2935;
}
.AnyTagClassName
{
color: #CE2935;
}
</style>
background-color css
<style>
a { background-color: #CE2935; }
a { background-color: rgb(206,41,53); }
div.DivClassName
{
background-color: #CE2935;
}
.BgClassName
{
background-color: #CE2935;
}
</style>
border-color css
<style>
span { border-color: #CE2935; }
span { border-color: rgb(206,41,53); }
td.TdClassName
{
border-color: #CE2935;
}
.TagClassName
{
border-color: #CE2935;
}
</style>