Shades of Mahogany #CF252D
Tints of Mahogany #CF252D
RGB
CMYK
RGB Variations
Color information
#CF252D (or 0xCF252D) is known color: Mahogany. HEX triplet: CF, 25 and 2D. RGB value is (207,37,45). Sum of RGB (Red+Green+Blue) = 207+37+45=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF252D is #30DAD2. Grayscale: #585858. Windows color (decimal): -3201747 or 2958799. OLE color: 2958799.
HSL color Cylindrical-coordinate representation of color #CF252D: hue angle of 357.18º 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 #CF252D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 45 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.19 |
| HSL | 357.18º | 0.7% | 0.48% | - |
| HSV(B) | 357.18º | 0.82% | 0.81% | - |
| XYZ | 26.87 | 14.78 | 3.92 | - |
| YUV | 88.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 45 | 0 | 0.82 | 0.78 | 0.19 | 357.18 | 0.7 | 0.48 |
| Hex | CF | 25 | 2D | 0 | 52 | 4E | 13 | 165 | 46 | 30 |
| Octal | 317 | 45 | 55 | 0 | 122 | 116 | 23 | 545 | 106 | 60 |
| Binary | 11001111 | 100101 | 101101 | 0 | 1010010 | 1001110 | 10011 | 101100101 | 1000110 | 110000 |
Color Harmonies of #CF252D
Complementary color
Monochromatic Colors of #CF252D
Black with #CF252D
Text Example
Text Example
White with #CF252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF252D; }
p { color: rgb(207,37,45); }
H1.HeaderClassName
{
color: #CF252D;
}
.AnyTagClassName
{
color: #CF252D;
}
</style>
background-color css
<style>
a { background-color: #CF252D; }
a { background-color: rgb(207,37,45); }
div.DivClassName
{
background-color: #CF252D;
}
.BgClassName
{
background-color: #CF252D;
}
</style>
border-color css
<style>
span { border-color: #CF252D; }
span { border-color: rgb(207,37,45); }
td.TdClassName
{
border-color: #CF252D;
}
.TagClassName
{
border-color: #CF252D;
}
</style>