Shades of Carmine #9E0711
Tints of Carmine #9E0711
RGB
CMYK
RGB Variations
Color information
#9E0711 (or 0x9E0711) is known color: Carmine. HEX triplet: 9E, 07 and 11. RGB value is (158,7,17). Sum of RGB (Red+Green+Blue) = 158+7+17=182 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.81% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0711 is #61F8EE. Grayscale: #353535. Windows color (decimal): -6420719 or 1116062. OLE color: 1116062.
HSL color Cylindrical-coordinate representation of color #9E0711: hue angle of 356.03º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0711 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.38 |
| HSL | 356.03º | 0.92% | 0.32% | - |
| HSV(B) | 356.03º | 0.96% | 0.62% | - |
| XYZ | 14.28 | 7.46 | 1.22 | - |
| YUV | 53.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 17 | 0 | 0.96 | 0.89 | 0.38 | 356.03 | 0.92 | 0.32 |
| Hex | 9E | 7 | 11 | 0 | 60 | 59 | 26 | 164 | 5C | 20 |
| Octal | 236 | 7 | 21 | 0 | 140 | 131 | 46 | 544 | 134 | 40 |
| Binary | 10011110 | 111 | 10001 | 0 | 1100000 | 1011001 | 100110 | 101100100 | 1011100 | 100000 |
Color Harmonies of #9E0711
Complementary color
Monochromatic Colors of #9E0711
Black with #9E0711
Text Example
Text Example
White with #9E0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0711; }
p { color: rgb(158,7,17); }
H1.HeaderClassName
{
color: #9E0711;
}
.AnyTagClassName
{
color: #9E0711;
}
</style>
background-color css
<style>
a { background-color: #9E0711; }
a { background-color: rgb(158,7,17); }
div.DivClassName
{
background-color: #9E0711;
}
.BgClassName
{
background-color: #9E0711;
}
</style>
border-color css
<style>
span { border-color: #9E0711; }
span { border-color: rgb(158,7,17); }
td.TdClassName
{
border-color: #9E0711;
}
.TagClassName
{
border-color: #9E0711;
}
</style>