Shades of Carmine #8E091D
Tints of Carmine #8E091D
RGB
CMYK
RGB Variations
Color information
#8E091D (or 0x8E091D) is known color: Carmine. HEX triplet: 8E, 09 and 1D. RGB value is (142,9,29). Sum of RGB (Red+Green+Blue) = 142+9+29=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E091D is #71F6E2. Grayscale: #333333. Windows color (decimal): -7468771 or 1902990. OLE color: 1902990.
HSL color Cylindrical-coordinate representation of color #8E091D: hue angle of 350.98º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E091D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 9 | 29 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.44 |
| HSL | 350.98º | 0.88% | 0.3% | - |
| HSV(B) | 350.98º | 0.94% | 0.56% | - |
| XYZ | 11.47 | 6.03 | 1.72 | - |
| YUV | 51.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 9 | 29 | 0 | 0.94 | 0.80 | 0.44 | 350.98 | 0.88 | 0.3 |
| Hex | 8E | 9 | 1D | 0 | 5E | 50 | 2C | 15F | 58 | 1E |
| Octal | 216 | 11 | 35 | 0 | 136 | 120 | 54 | 537 | 130 | 36 |
| Binary | 10001110 | 1001 | 11101 | 0 | 1011110 | 1010000 | 101100 | 101011111 | 1011000 | 11110 |
Color Harmonies of #8E091D
Complementary color
Monochromatic Colors of #8E091D
Black with #8E091D
Text Example
Text Example
White with #8E091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E091D; }
p { color: rgb(142,9,29); }
H1.HeaderClassName
{
color: #8E091D;
}
.AnyTagClassName
{
color: #8E091D;
}
</style>
background-color css
<style>
a { background-color: #8E091D; }
a { background-color: rgb(142,9,29); }
div.DivClassName
{
background-color: #8E091D;
}
.BgClassName
{
background-color: #8E091D;
}
</style>
border-color css
<style>
span { border-color: #8E091D; }
span { border-color: rgb(142,9,29); }
td.TdClassName
{
border-color: #8E091D;
}
.TagClassName
{
border-color: #8E091D;
}
</style>