Shades of Carmine #8E111E
Tints of Carmine #8E111E
RGB
CMYK
RGB Variations
Color information
#8E111E (or 0x8E111E) is known color: Carmine. HEX triplet: 8E, 11 and 1E. RGB value is (142,17,30). Sum of RGB (Red+Green+Blue) = 142+17+30=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E111E is #71EEE1. Grayscale: #373737. Windows color (decimal): -7466722 or 1970574. OLE color: 1970574.
HSL color Cylindrical-coordinate representation of color #8E111E: hue angle of 353.76º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E111E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 30 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.44 |
| HSL | 353.76º | 0.79% | 0.31% | - |
| HSV(B) | 353.76º | 0.88% | 0.56% | - |
| XYZ | 11.59 | 6.25 | 1.82 | - |
| YUV | 55.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 30 | 0 | 0.88 | 0.79 | 0.44 | 353.76 | 0.79 | 0.31 |
| Hex | 8E | 11 | 1E | 0 | 58 | 4F | 2C | 162 | 4F | 1F |
| Octal | 216 | 21 | 36 | 0 | 130 | 117 | 54 | 542 | 117 | 37 |
| Binary | 10001110 | 10001 | 11110 | 0 | 1011000 | 1001111 | 101100 | 101100010 | 1001111 | 11111 |
Color Harmonies of #8E111E
Complementary color
Monochromatic Colors of #8E111E
Black with #8E111E
Text Example
Text Example
White with #8E111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E111E; }
p { color: rgb(142,17,30); }
H1.HeaderClassName
{
color: #8E111E;
}
.AnyTagClassName
{
color: #8E111E;
}
</style>
background-color css
<style>
a { background-color: #8E111E; }
a { background-color: rgb(142,17,30); }
div.DivClassName
{
background-color: #8E111E;
}
.BgClassName
{
background-color: #8E111E;
}
</style>
border-color css
<style>
span { border-color: #8E111E; }
span { border-color: rgb(142,17,30); }
td.TdClassName
{
border-color: #8E111E;
}
.TagClassName
{
border-color: #8E111E;
}
</style>