Shades of Mahogany #CF242F
Tints of Mahogany #CF242F
RGB
CMYK
RGB Variations
Color information
#CF242F (or 0xCF242F) is known color: Mahogany. HEX triplet: CF, 24 and 2F. RGB value is (207,36,47). Sum of RGB (Red+Green+Blue) = 207+36+47=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF242F is #30DBD0. Grayscale: #585858. Windows color (decimal): -3202001 or 3089615. OLE color: 3089615.
HSL color Cylindrical-coordinate representation of color #CF242F: hue angle of 356.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF242F is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 47 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.19 |
| HSL | 356.14º | 0.7% | 0.48% | - |
| HSV(B) | 356.14º | 0.83% | 0.81% | - |
| XYZ | 26.88 | 14.73 | 4.12 | - |
| YUV | 88.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 47 | 0 | 0.83 | 0.77 | 0.19 | 356.14 | 0.7 | 0.48 |
| Hex | CF | 24 | 2F | 0 | 53 | 4D | 13 | 164 | 46 | 30 |
| Octal | 317 | 44 | 57 | 0 | 123 | 115 | 23 | 544 | 106 | 60 |
| Binary | 11001111 | 100100 | 101111 | 0 | 1010011 | 1001101 | 10011 | 101100100 | 1000110 | 110000 |
Color Harmonies of #CF242F
Complementary color
Monochromatic Colors of #CF242F
Black with #CF242F
Text Example
Text Example
White with #CF242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF242F; }
p { color: rgb(207,36,47); }
H1.HeaderClassName
{
color: #CF242F;
}
.AnyTagClassName
{
color: #CF242F;
}
</style>
background-color css
<style>
a { background-color: #CF242F; }
a { background-color: rgb(207,36,47); }
div.DivClassName
{
background-color: #CF242F;
}
.BgClassName
{
background-color: #CF242F;
}
</style>
border-color css
<style>
span { border-color: #CF242F; }
span { border-color: rgb(207,36,47); }
td.TdClassName
{
border-color: #CF242F;
}
.TagClassName
{
border-color: #CF242F;
}
</style>