Shades of Carmine #8E161C
Tints of Carmine #8E161C
RGB
CMYK
RGB Variations
Color information
#8E161C (or 0x8E161C) is known color: Carmine. HEX triplet: 8E, 16 and 1C. RGB value is (142,22,28). Sum of RGB (Red+Green+Blue) = 142+22+28=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E161C is #71E9E3. Grayscale: #3A3A3A. Windows color (decimal): -7465444 or 1840782. OLE color: 1840782.
HSL color Cylindrical-coordinate representation of color #8E161C: hue angle of 357º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E161C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 28 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.44 |
| HSL | 357º | 0.73% | 0.32% | - |
| HSV(B) | 357º | 0.85% | 0.56% | - |
| XYZ | 11.65 | 6.41 | 1.72 | - |
| YUV | 58.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 28 | 0 | 0.85 | 0.80 | 0.44 | 357 | 0.73 | 0.32 |
| Hex | 8E | 16 | 1C | 0 | 55 | 50 | 2C | 165 | 49 | 20 |
| Octal | 216 | 26 | 34 | 0 | 125 | 120 | 54 | 545 | 111 | 40 |
| Binary | 10001110 | 10110 | 11100 | 0 | 1010101 | 1010000 | 101100 | 101100101 | 1001001 | 100000 |
Color Harmonies of #8E161C
Complementary color
Monochromatic Colors of #8E161C
Black with #8E161C
Text Example
Text Example
White with #8E161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E161C; }
p { color: rgb(142,22,28); }
H1.HeaderClassName
{
color: #8E161C;
}
.AnyTagClassName
{
color: #8E161C;
}
</style>
background-color css
<style>
a { background-color: #8E161C; }
a { background-color: rgb(142,22,28); }
div.DivClassName
{
background-color: #8E161C;
}
.BgClassName
{
background-color: #8E161C;
}
</style>
border-color css
<style>
span { border-color: #8E161C; }
span { border-color: rgb(142,22,28); }
td.TdClassName
{
border-color: #8E161C;
}
.TagClassName
{
border-color: #8E161C;
}
</style>