Shades of Carmine #9E1215
Tints of Carmine #9E1215
RGB
CMYK
RGB Variations
Color information
#9E1215 (or 0x9E1215) is known color: Carmine. HEX triplet: 9E, 12 and 15. RGB value is (158,18,21). Sum of RGB (Red+Green+Blue) = 158+18+21=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1215 is #61EDEA. Grayscale: #3C3C3C. Windows color (decimal): -6417899 or 1381022. OLE color: 1381022.
HSL color Cylindrical-coordinate representation of color #9E1215: hue angle of 358.71º degrees, saturation: 0.8, 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 #9E1215 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 21 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.38 |
| HSL | 358.71º | 0.8% | 0.35% | - |
| HSV(B) | 358.71º | 0.89% | 0.62% | - |
| XYZ | 14.45 | 7.76 | 1.44 | - |
| YUV | 60.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 21 | 0 | 0.89 | 0.87 | 0.38 | 358.71 | 0.8 | 0.35 |
| Hex | 9E | 12 | 15 | 0 | 59 | 57 | 26 | 167 | 50 | 23 |
| Octal | 236 | 22 | 25 | 0 | 131 | 127 | 46 | 547 | 120 | 43 |
| Binary | 10011110 | 10010 | 10101 | 0 | 1011001 | 1010111 | 100110 | 101100111 | 1010000 | 100011 |
Color Harmonies of #9E1215
Complementary color
Monochromatic Colors of #9E1215
Black with #9E1215
Text Example
Text Example
White with #9E1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1215; }
p { color: rgb(158,18,21); }
H1.HeaderClassName
{
color: #9E1215;
}
.AnyTagClassName
{
color: #9E1215;
}
</style>
background-color css
<style>
a { background-color: #9E1215; }
a { background-color: rgb(158,18,21); }
div.DivClassName
{
background-color: #9E1215;
}
.BgClassName
{
background-color: #9E1215;
}
</style>
border-color css
<style>
span { border-color: #9E1215; }
span { border-color: rgb(158,18,21); }
td.TdClassName
{
border-color: #9E1215;
}
.TagClassName
{
border-color: #9E1215;
}
</style>