Shades of Mahogany #CF252C
Tints of Mahogany #CF252C
RGB
CMYK
RGB Variations
Color information
#CF252C (or 0xCF252C) is known color: Mahogany. HEX triplet: CF, 25 and 2C. RGB value is (207,37,44). Sum of RGB (Red+Green+Blue) = 207+37+44=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF252C is #30DAD3. Grayscale: #585858. Windows color (decimal): -3201748 or 2893263. OLE color: 2893263.
HSL color Cylindrical-coordinate representation of color #CF252C: hue angle of 357.53º 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 #CF252C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 44 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.19 |
| HSL | 357.53º | 0.7% | 0.48% | - |
| HSV(B) | 357.53º | 0.82% | 0.81% | - |
| XYZ | 26.85 | 14.77 | 3.82 | - |
| YUV | 88.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 44 | 0 | 0.82 | 0.79 | 0.19 | 357.53 | 0.7 | 0.48 |
| Hex | CF | 25 | 2C | 0 | 52 | 4F | 13 | 166 | 46 | 30 |
| Octal | 317 | 45 | 54 | 0 | 122 | 117 | 23 | 546 | 106 | 60 |
| Binary | 11001111 | 100101 | 101100 | 0 | 1010010 | 1001111 | 10011 | 101100110 | 1000110 | 110000 |
Color Harmonies of #CF252C
Complementary color
Monochromatic Colors of #CF252C
Black with #CF252C
Text Example
Text Example
White with #CF252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF252C; }
p { color: rgb(207,37,44); }
H1.HeaderClassName
{
color: #CF252C;
}
.AnyTagClassName
{
color: #CF252C;
}
</style>
background-color css
<style>
a { background-color: #CF252C; }
a { background-color: rgb(207,37,44); }
div.DivClassName
{
background-color: #CF252C;
}
.BgClassName
{
background-color: #CF252C;
}
</style>
border-color css
<style>
span { border-color: #CF252C; }
span { border-color: rgb(207,37,44); }
td.TdClassName
{
border-color: #CF252C;
}
.TagClassName
{
border-color: #CF252C;
}
</style>