Shades of Carmine #9F111E
Tints of Carmine #9F111E
RGB
CMYK
RGB Variations
Color information
#9F111E (or 0x9F111E) is known color: Carmine. HEX triplet: 9F, 11 and 1E. RGB value is (159,17,30). Sum of RGB (Red+Green+Blue) = 159+17+30=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F111E is #60EEE1. Grayscale: #3D3D3D. Windows color (decimal): -6352610 or 1970591. OLE color: 1970591.
HSL color Cylindrical-coordinate representation of color #9F111E: hue angle of 354.51º 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 #9F111E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 30 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.38 |
| HSL | 354.51º | 0.81% | 0.35% | - |
| HSV(B) | 354.51º | 0.89% | 0.62% | - |
| XYZ | 14.73 | 7.87 | 1.97 | - |
| YUV | 60.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 30 | 0 | 0.89 | 0.81 | 0.38 | 354.51 | 0.81 | 0.35 |
| Hex | 9F | 11 | 1E | 0 | 59 | 51 | 26 | 163 | 51 | 23 |
| Octal | 237 | 21 | 36 | 0 | 131 | 121 | 46 | 543 | 121 | 43 |
| Binary | 10011111 | 10001 | 11110 | 0 | 1011001 | 1010001 | 100110 | 101100011 | 1010001 | 100011 |
Color Harmonies of #9F111E
Complementary color
Monochromatic Colors of #9F111E
Black with #9F111E
Text Example
Text Example
White with #9F111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F111E; }
p { color: rgb(159,17,30); }
H1.HeaderClassName
{
color: #9F111E;
}
.AnyTagClassName
{
color: #9F111E;
}
</style>
background-color css
<style>
a { background-color: #9F111E; }
a { background-color: rgb(159,17,30); }
div.DivClassName
{
background-color: #9F111E;
}
.BgClassName
{
background-color: #9F111E;
}
</style>
border-color css
<style>
span { border-color: #9F111E; }
span { border-color: rgb(159,17,30); }
td.TdClassName
{
border-color: #9F111E;
}
.TagClassName
{
border-color: #9F111E;
}
</style>