Shades of Carmine #9F1124
Tints of Carmine #9F1124
RGB
CMYK
RGB Variations
Color information
#9F1124 (or 0x9F1124) is known color: Carmine. HEX triplet: 9F, 11 and 24. RGB value is (159,17,36). Sum of RGB (Red+Green+Blue) = 159+17+36=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1124 is #60EEDB. Grayscale: #3D3D3D. Windows color (decimal): -6352604 or 2363807. OLE color: 2363807.
HSL color Cylindrical-coordinate representation of color #9F1124: hue angle of 351.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1124 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 36 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.38 |
| HSL | 351.97º | 0.81% | 0.35% | - |
| HSV(B) | 351.97º | 0.89% | 0.62% | - |
| XYZ | 14.82 | 7.9 | 2.41 | - |
| YUV | 61.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 36 | 0 | 0.89 | 0.77 | 0.38 | 351.97 | 0.81 | 0.35 |
| Hex | 9F | 11 | 24 | 0 | 59 | 4D | 26 | 160 | 51 | 23 |
| Octal | 237 | 21 | 44 | 0 | 131 | 115 | 46 | 540 | 121 | 43 |
| Binary | 10011111 | 10001 | 100100 | 0 | 1011001 | 1001101 | 100110 | 101100000 | 1010001 | 100011 |
Color Harmonies of #9F1124
Complementary color
Monochromatic Colors of #9F1124
Black with #9F1124
Text Example
Text Example
White with #9F1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1124; }
p { color: rgb(159,17,36); }
H1.HeaderClassName
{
color: #9F1124;
}
.AnyTagClassName
{
color: #9F1124;
}
</style>
background-color css
<style>
a { background-color: #9F1124; }
a { background-color: rgb(159,17,36); }
div.DivClassName
{
background-color: #9F1124;
}
.BgClassName
{
background-color: #9F1124;
}
</style>
border-color css
<style>
span { border-color: #9F1124; }
span { border-color: rgb(159,17,36); }
td.TdClassName
{
border-color: #9F1124;
}
.TagClassName
{
border-color: #9F1124;
}
</style>