Shades of Carmine #9F011F
Tints of Carmine #9F011F
RGB
CMYK
RGB Variations
Color information
#9F011F (or 0x9F011F) is known color: Carmine. HEX triplet: 9F, 01 and 1F. RGB value is (159,1,31). Sum of RGB (Red+Green+Blue) = 159+1+31=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F011F is #60FEE0. Grayscale: #333333. Windows color (decimal): -6356705 or 2032031. OLE color: 2032031.
HSL color Cylindrical-coordinate representation of color #9F011F: hue angle of 348.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F011F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.38 |
| HSL | 348.61º | 0.99% | 0.31% | - |
| HSV(B) | 348.61º | 0.99% | 0.62% | - |
| XYZ | 14.56 | 7.49 | 1.98 | - |
| YUV | 51.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 31 | 0 | 0.99 | 0.81 | 0.38 | 348.61 | 0.99 | 0.31 |
| Hex | 9F | 1 | 1F | 0 | 63 | 51 | 26 | 15D | 63 | 1F |
| Octal | 237 | 1 | 37 | 0 | 143 | 121 | 46 | 535 | 143 | 37 |
| Binary | 10011111 | 1 | 11111 | 0 | 1100011 | 1010001 | 100110 | 101011101 | 1100011 | 11111 |
Color Harmonies of #9F011F
Complementary color
Monochromatic Colors of #9F011F
Black with #9F011F
Text Example
Text Example
White with #9F011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F011F; }
p { color: rgb(159,1,31); }
H1.HeaderClassName
{
color: #9F011F;
}
.AnyTagClassName
{
color: #9F011F;
}
</style>
background-color css
<style>
a { background-color: #9F011F; }
a { background-color: rgb(159,1,31); }
div.DivClassName
{
background-color: #9F011F;
}
.BgClassName
{
background-color: #9F011F;
}
</style>
border-color css
<style>
span { border-color: #9F011F; }
span { border-color: rgb(159,1,31); }
td.TdClassName
{
border-color: #9F011F;
}
.TagClassName
{
border-color: #9F011F;
}
</style>