Shades of Mahogany #CE252F
Tints of Mahogany #CE252F
RGB
CMYK
RGB Variations
Color information
#CE252F (or 0xCE252F) is known color: Mahogany. HEX triplet: CE, 25 and 2F. RGB value is (206,37,47). Sum of RGB (Red+Green+Blue) = 206+37+47=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE252F is #31DAD0. Grayscale: #585858. Windows color (decimal): -3267281 or 3089870. OLE color: 3089870.
HSL color Cylindrical-coordinate representation of color #CE252F: hue angle of 356.45º degrees, saturation: 0.7, 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 #CE252F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 47 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.19 |
| HSL | 356.45º | 0.7% | 0.48% | - |
| HSV(B) | 356.45º | 0.82% | 0.81% | - |
| XYZ | 26.63 | 14.65 | 4.11 | - |
| YUV | 88.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 47 | 0 | 0.82 | 0.77 | 0.19 | 356.45 | 0.7 | 0.48 |
| Hex | CE | 25 | 2F | 0 | 52 | 4D | 13 | 164 | 46 | 30 |
| Octal | 316 | 45 | 57 | 0 | 122 | 115 | 23 | 544 | 106 | 60 |
| Binary | 11001110 | 100101 | 101111 | 0 | 1010010 | 1001101 | 10011 | 101100100 | 1000110 | 110000 |
Color Harmonies of #CE252F
Complementary color
Monochromatic Colors of #CE252F
Black with #CE252F
Text Example
Text Example
White with #CE252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE252F; }
p { color: rgb(206,37,47); }
H1.HeaderClassName
{
color: #CE252F;
}
.AnyTagClassName
{
color: #CE252F;
}
</style>
background-color css
<style>
a { background-color: #CE252F; }
a { background-color: rgb(206,37,47); }
div.DivClassName
{
background-color: #CE252F;
}
.BgClassName
{
background-color: #CE252F;
}
</style>
border-color css
<style>
span { border-color: #CE252F; }
span { border-color: rgb(206,37,47); }
td.TdClassName
{
border-color: #CE252F;
}
.TagClassName
{
border-color: #CE252F;
}
</style>