Shades of Carmine #9E101D
Tints of Carmine #9E101D
RGB
CMYK
RGB Variations
Color information
#9E101D (or 0x9E101D) is known color: Carmine. HEX triplet: 9E, 10 and 1D. RGB value is (158,16,29). Sum of RGB (Red+Green+Blue) = 158+16+29=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E101D is #61EFE2. Grayscale: #3C3C3C. Windows color (decimal): -6418403 or 1904798. OLE color: 1904798.
HSL color Cylindrical-coordinate representation of color #9E101D: hue angle of 354.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E101D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 29 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.38 |
| HSL | 354.51º | 0.82% | 0.34% | - |
| HSV(B) | 354.51º | 0.9% | 0.62% | - |
| XYZ | 14.51 | 7.73 | 1.89 | - |
| YUV | 59.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 29 | 0 | 0.90 | 0.82 | 0.38 | 354.51 | 0.82 | 0.34 |
| Hex | 9E | 10 | 1D | 0 | 5A | 52 | 26 | 163 | 52 | 22 |
| Octal | 236 | 20 | 35 | 0 | 132 | 122 | 46 | 543 | 122 | 42 |
| Binary | 10011110 | 10000 | 11101 | 0 | 1011010 | 1010010 | 100110 | 101100011 | 1010010 | 100010 |
Color Harmonies of #9E101D
Complementary color
Monochromatic Colors of #9E101D
Black with #9E101D
Text Example
Text Example
White with #9E101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E101D; }
p { color: rgb(158,16,29); }
H1.HeaderClassName
{
color: #9E101D;
}
.AnyTagClassName
{
color: #9E101D;
}
</style>
background-color css
<style>
a { background-color: #9E101D; }
a { background-color: rgb(158,16,29); }
div.DivClassName
{
background-color: #9E101D;
}
.BgClassName
{
background-color: #9E101D;
}
</style>
border-color css
<style>
span { border-color: #9E101D; }
span { border-color: rgb(158,16,29); }
td.TdClassName
{
border-color: #9E101D;
}
.TagClassName
{
border-color: #9E101D;
}
</style>