Shades of Mahogany #CE2630
Tints of Mahogany #CE2630
RGB
CMYK
RGB Variations
Color information
#CE2630 (or 0xCE2630) is known color: Mahogany. HEX triplet: CE, 26 and 30. RGB value is (206,38,48). Sum of RGB (Red+Green+Blue) = 206+38+48=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2630 is #31D9CF. Grayscale: #595959. Windows color (decimal): -3267024 or 3155662. OLE color: 3155662.
HSL color Cylindrical-coordinate representation of color #CE2630: hue angle of 356.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2630 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 48 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.19 |
| HSL | 356.43º | 0.69% | 0.48% | - |
| HSV(B) | 356.43º | 0.82% | 0.81% | - |
| XYZ | 26.68 | 14.72 | 4.23 | - |
| YUV | 89.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 48 | 0 | 0.82 | 0.77 | 0.19 | 356.43 | 0.69 | 0.48 |
| Hex | CE | 26 | 30 | 0 | 52 | 4D | 13 | 164 | 45 | 30 |
| Octal | 316 | 46 | 60 | 0 | 122 | 115 | 23 | 544 | 105 | 60 |
| Binary | 11001110 | 100110 | 110000 | 0 | 1010010 | 1001101 | 10011 | 101100100 | 1000101 | 110000 |
Color Harmonies of #CE2630
Complementary color
Monochromatic Colors of #CE2630
Black with #CE2630
Text Example
Text Example
White with #CE2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2630; }
p { color: rgb(206,38,48); }
H1.HeaderClassName
{
color: #CE2630;
}
.AnyTagClassName
{
color: #CE2630;
}
</style>
background-color css
<style>
a { background-color: #CE2630; }
a { background-color: rgb(206,38,48); }
div.DivClassName
{
background-color: #CE2630;
}
.BgClassName
{
background-color: #CE2630;
}
</style>
border-color css
<style>
span { border-color: #CE2630; }
span { border-color: rgb(206,38,48); }
td.TdClassName
{
border-color: #CE2630;
}
.TagClassName
{
border-color: #CE2630;
}
</style>