Shades of Carmine #9F171E
Tints of Carmine #9F171E
RGB
CMYK
RGB Variations
Color information
#9F171E (or 0x9F171E) is known color: Carmine. HEX triplet: 9F, 17 and 1E. RGB value is (159,23,30). Sum of RGB (Red+Green+Blue) = 159+23+30=212 (28% of max value = 765). Red value is 159 (62.5% from 255 or 75% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 159 - color contains mainly: red. Hex color #9F171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F171E is #60E8E1. Grayscale: #404040. Windows color (decimal): -6351074 or 1972127. OLE color: 1972127.
HSL color Cylindrical-coordinate representation of color #9F171E: hue angle of 356.91º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F171E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 30 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.38 |
| HSL | 356.91º | 0.75% | 0.36% | - |
| HSV(B) | 356.91º | 0.86% | 0.62% | - |
| XYZ | 14.84 | 8.08 | 2.01 | - |
| YUV | 64.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 30 | 0 | 0.86 | 0.81 | 0.38 | 356.91 | 0.75 | 0.36 |
| Hex | 9F | 17 | 1E | 0 | 56 | 51 | 26 | 165 | 4B | 24 |
| Octal | 237 | 27 | 36 | 0 | 126 | 121 | 46 | 545 | 113 | 44 |
| Binary | 10011111 | 10111 | 11110 | 0 | 1010110 | 1010001 | 100110 | 101100101 | 1001011 | 100100 |
Color Harmonies of #9F171E
Complementary color
Monochromatic Colors of #9F171E
Black with #9F171E
Text Example
Text Example
White with #9F171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F171E; }
p { color: rgb(159,23,30); }
H1.HeaderClassName
{
color: #9F171E;
}
.AnyTagClassName
{
color: #9F171E;
}
</style>
background-color css
<style>
a { background-color: #9F171E; }
a { background-color: rgb(159,23,30); }
div.DivClassName
{
background-color: #9F171E;
}
.BgClassName
{
background-color: #9F171E;
}
</style>
border-color css
<style>
span { border-color: #9F171E; }
span { border-color: rgb(159,23,30); }
td.TdClassName
{
border-color: #9F171E;
}
.TagClassName
{
border-color: #9F171E;
}
</style>