Shades of Carmine #9E0217
Tints of Carmine #9E0217
RGB
CMYK
RGB Variations
Color information
#9E0217 (or 0x9E0217) is known color: Carmine. HEX triplet: 9E, 02 and 17. RGB value is (158,2,23). Sum of RGB (Red+Green+Blue) = 158+2+23=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0217 is #61FDE8. Grayscale: #333333. Windows color (decimal): -6421993 or 1507998. OLE color: 1507998.
HSL color Cylindrical-coordinate representation of color #9E0217: hue angle of 351.92º degrees, saturation: 0.98, 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 #9E0217 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.38 |
| HSL | 351.92º | 0.98% | 0.31% | - |
| HSV(B) | 351.92º | 0.99% | 0.62% | - |
| XYZ | 14.28 | 7.37 | 1.48 | - |
| YUV | 51.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 23 | 0 | 0.99 | 0.85 | 0.38 | 351.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 17 | 0 | 63 | 55 | 26 | 160 | 62 | 1F |
| Octal | 236 | 2 | 27 | 0 | 143 | 125 | 46 | 540 | 142 | 37 |
| Binary | 10011110 | 10 | 10111 | 0 | 1100011 | 1010101 | 100110 | 101100000 | 1100010 | 11111 |
Color Harmonies of #9E0217
Complementary color
Monochromatic Colors of #9E0217
Black with #9E0217
Text Example
Text Example
White with #9E0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0217; }
p { color: rgb(158,2,23); }
H1.HeaderClassName
{
color: #9E0217;
}
.AnyTagClassName
{
color: #9E0217;
}
</style>
background-color css
<style>
a { background-color: #9E0217; }
a { background-color: rgb(158,2,23); }
div.DivClassName
{
background-color: #9E0217;
}
.BgClassName
{
background-color: #9E0217;
}
</style>
border-color css
<style>
span { border-color: #9E0217; }
span { border-color: rgb(158,2,23); }
td.TdClassName
{
border-color: #9E0217;
}
.TagClassName
{
border-color: #9E0217;
}
</style>