Shades of Carmine #9E011D
Tints of Carmine #9E011D
RGB
CMYK
RGB Variations
Color information
#9E011D (or 0x9E011D) is known color: Carmine. HEX triplet: 9E, 01 and 1D. RGB value is (158,1,29). Sum of RGB (Red+Green+Blue) = 158+1+29=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E011D is #61FEE2. Grayscale: #333333. Windows color (decimal): -6422243 or 1900958. OLE color: 1900958.
HSL color Cylindrical-coordinate representation of color #9E011D: hue angle of 349.3º degrees, saturation: 0.99, 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 #9E011D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.38 |
| HSL | 349.3º | 0.99% | 0.31% | - |
| HSV(B) | 349.3º | 0.99% | 0.62% | - |
| XYZ | 14.33 | 7.38 | 1.83 | - |
| YUV | 51.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 29 | 0 | 0.99 | 0.82 | 0.38 | 349.3 | 0.99 | 0.31 |
| Hex | 9E | 1 | 1D | 0 | 63 | 52 | 26 | 15D | 63 | 1F |
| Octal | 236 | 1 | 35 | 0 | 143 | 122 | 46 | 535 | 143 | 37 |
| Binary | 10011110 | 1 | 11101 | 0 | 1100011 | 1010010 | 100110 | 101011101 | 1100011 | 11111 |
Color Harmonies of #9E011D
Complementary color
Monochromatic Colors of #9E011D
Black with #9E011D
Text Example
Text Example
White with #9E011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E011D; }
p { color: rgb(158,1,29); }
H1.HeaderClassName
{
color: #9E011D;
}
.AnyTagClassName
{
color: #9E011D;
}
</style>
background-color css
<style>
a { background-color: #9E011D; }
a { background-color: rgb(158,1,29); }
div.DivClassName
{
background-color: #9E011D;
}
.BgClassName
{
background-color: #9E011D;
}
</style>
border-color css
<style>
span { border-color: #9E011D; }
span { border-color: rgb(158,1,29); }
td.TdClassName
{
border-color: #9E011D;
}
.TagClassName
{
border-color: #9E011D;
}
</style>