Shades of Carmine #9E1214
Tints of Carmine #9E1214
RGB
CMYK
RGB Variations
Color information
#9E1214 (or 0x9E1214) is known color: Carmine. HEX triplet: 9E, 12 and 14. RGB value is (158,18,20). Sum of RGB (Red+Green+Blue) = 158+18+20=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1214 is #61EDEB. Grayscale: #3C3C3C. Windows color (decimal): -6417900 or 1315486. OLE color: 1315486.
HSL color Cylindrical-coordinate representation of color #9E1214: hue angle of 359.14º 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 #9E1214 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 20 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.38 |
| HSL | 359.14º | 0.8% | 0.35% | - |
| HSV(B) | 359.14º | 0.89% | 0.62% | - |
| XYZ | 14.44 | 7.75 | 1.4 | - |
| YUV | 60.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 20 | 0 | 0.89 | 0.87 | 0.38 | 359.14 | 0.8 | 0.35 |
| Hex | 9E | 12 | 14 | 0 | 59 | 57 | 26 | 167 | 50 | 23 |
| Octal | 236 | 22 | 24 | 0 | 131 | 127 | 46 | 547 | 120 | 43 |
| Binary | 10011110 | 10010 | 10100 | 0 | 1011001 | 1010111 | 100110 | 101100111 | 1010000 | 100011 |
Color Harmonies of #9E1214
Complementary color
Monochromatic Colors of #9E1214
Black with #9E1214
Text Example
Text Example
White with #9E1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1214; }
p { color: rgb(158,18,20); }
H1.HeaderClassName
{
color: #9E1214;
}
.AnyTagClassName
{
color: #9E1214;
}
</style>
background-color css
<style>
a { background-color: #9E1214; }
a { background-color: rgb(158,18,20); }
div.DivClassName
{
background-color: #9E1214;
}
.BgClassName
{
background-color: #9E1214;
}
</style>
border-color css
<style>
span { border-color: #9E1214; }
span { border-color: rgb(158,18,20); }
td.TdClassName
{
border-color: #9E1214;
}
.TagClassName
{
border-color: #9E1214;
}
</style>