Shades of Carmine #9F151E
Tints of Carmine #9F151E
RGB
CMYK
RGB Variations
Color information
#9F151E (or 0x9F151E) is known color: Carmine. HEX triplet: 9F, 15 and 1E. RGB value is (159,21,30). Sum of RGB (Red+Green+Blue) = 159+21+30=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F151E is #60EAE1. Grayscale: #3F3F3F. Windows color (decimal): -6351586 or 1971615. OLE color: 1971615.
HSL color Cylindrical-coordinate representation of color #9F151E: hue angle of 356.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F151E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 30 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.38 |
| HSL | 356.09º | 0.77% | 0.35% | - |
| HSV(B) | 356.09º | 0.87% | 0.62% | - |
| XYZ | 14.8 | 8 | 1.99 | - |
| YUV | 63.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 30 | 0 | 0.87 | 0.81 | 0.38 | 356.09 | 0.77 | 0.35 |
| Hex | 9F | 15 | 1E | 0 | 57 | 51 | 26 | 164 | 4D | 23 |
| Octal | 237 | 25 | 36 | 0 | 127 | 121 | 46 | 544 | 115 | 43 |
| Binary | 10011111 | 10101 | 11110 | 0 | 1010111 | 1010001 | 100110 | 101100100 | 1001101 | 100011 |
Color Harmonies of #9F151E
Complementary color
Monochromatic Colors of #9F151E
Black with #9F151E
Text Example
Text Example
White with #9F151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F151E; }
p { color: rgb(159,21,30); }
H1.HeaderClassName
{
color: #9F151E;
}
.AnyTagClassName
{
color: #9F151E;
}
</style>
background-color css
<style>
a { background-color: #9F151E; }
a { background-color: rgb(159,21,30); }
div.DivClassName
{
background-color: #9F151E;
}
.BgClassName
{
background-color: #9F151E;
}
</style>
border-color css
<style>
span { border-color: #9F151E; }
span { border-color: rgb(159,21,30); }
td.TdClassName
{
border-color: #9F151E;
}
.TagClassName
{
border-color: #9F151E;
}
</style>