Shades of Mahogany #CF303A
Tints of Mahogany #CF303A
RGB
CMYK
RGB Variations
Color information
#CF303A (or 0xCF303A) is known color: Mahogany. HEX triplet: CF, 30 and 3A. RGB value is (207,48,58). Sum of RGB (Red+Green+Blue) = 207+48+58=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF303A is #30CFC5. Grayscale: #606060. Windows color (decimal): -3198918 or 3813583. OLE color: 3813583.
HSL color Cylindrical-coordinate representation of color #CF303A: hue angle of 356.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF303A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 58 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.19 |
| HSL | 356.23º | 0.62% | 0.5% | - |
| HSV(B) | 356.23º | 0.77% | 0.81% | - |
| XYZ | 27.55 | 15.68 | 5.58 | - |
| YUV | 96.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 58 | 0 | 0.77 | 0.72 | 0.19 | 356.23 | 0.62 | 0.5 |
| Hex | CF | 30 | 3A | 0 | 4D | 48 | 13 | 164 | 3E | 32 |
| Octal | 317 | 60 | 72 | 0 | 115 | 110 | 23 | 544 | 76 | 62 |
| Binary | 11001111 | 110000 | 111010 | 0 | 1001101 | 1001000 | 10011 | 101100100 | 111110 | 110010 |
Color Harmonies of #CF303A
Complementary color
Monochromatic Colors of #CF303A
Black with #CF303A
Text Example
Text Example
White with #CF303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF303A; }
p { color: rgb(207,48,58); }
H1.HeaderClassName
{
color: #CF303A;
}
.AnyTagClassName
{
color: #CF303A;
}
</style>
background-color css
<style>
a { background-color: #CF303A; }
a { background-color: rgb(207,48,58); }
div.DivClassName
{
background-color: #CF303A;
}
.BgClassName
{
background-color: #CF303A;
}
</style>
border-color css
<style>
span { border-color: #CF303A; }
span { border-color: rgb(207,48,58); }
td.TdClassName
{
border-color: #CF303A;
}
.TagClassName
{
border-color: #CF303A;
}
</style>