Shades of Carmine #9E081D
Tints of Carmine #9E081D
RGB
CMYK
RGB Variations
Color information
#9E081D (or 0x9E081D) is known color: Carmine. HEX triplet: 9E, 08 and 1D. RGB value is (158,8,29). Sum of RGB (Red+Green+Blue) = 158+8+29=195 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.03% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 158 - color contains mainly: red. Hex color #9E081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E081D is #61F7E2. Grayscale: #373737. Windows color (decimal): -6420451 or 1902750. OLE color: 1902750.
HSL color Cylindrical-coordinate representation of color #9E081D: hue angle of 351.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E081D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.38 |
| HSL | 351.6º | 0.9% | 0.33% | - |
| HSV(B) | 351.6º | 0.95% | 0.62% | - |
| XYZ | 14.41 | 7.53 | 1.86 | - |
| YUV | 55.24 | 113.2 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 29 | 0 | 0.95 | 0.82 | 0.38 | 351.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 1D | 0 | 5F | 52 | 26 | 160 | 5A | 21 |
| Octal | 236 | 10 | 35 | 0 | 137 | 122 | 46 | 540 | 132 | 41 |
| Binary | 10011110 | 1000 | 11101 | 0 | 1011111 | 1010010 | 100110 | 101100000 | 1011010 | 100001 |
Color Harmonies of #9E081D
Complementary color
Monochromatic Colors of #9E081D
Black with #9E081D
Text Example
Text Example
White with #9E081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E081D; }
p { color: rgb(158,8,29); }
H1.HeaderClassName
{
color: #9E081D;
}
.AnyTagClassName
{
color: #9E081D;
}
</style>
background-color css
<style>
a { background-color: #9E081D; }
a { background-color: rgb(158,8,29); }
div.DivClassName
{
background-color: #9E081D;
}
.BgClassName
{
background-color: #9E081D;
}
</style>
border-color css
<style>
span { border-color: #9E081D; }
span { border-color: rgb(158,8,29); }
td.TdClassName
{
border-color: #9E081D;
}
.TagClassName
{
border-color: #9E081D;
}
</style>