Shades of Carmine #8E101C
Tints of Carmine #8E101C
RGB
CMYK
RGB Variations
Color information
#8E101C (or 0x8E101C) is known color: Carmine. HEX triplet: 8E, 10 and 1C. RGB value is (142,16,28). Sum of RGB (Red+Green+Blue) = 142+16+28=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E101C is #71EFE3. Grayscale: #373737. Windows color (decimal): -7466980 or 1839246. OLE color: 1839246.
HSL color Cylindrical-coordinate representation of color #8E101C: hue angle of 354.29º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E101C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 28 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.44 |
| HSL | 354.29º | 0.8% | 0.31% | - |
| HSV(B) | 354.29º | 0.89% | 0.56% | - |
| XYZ | 11.55 | 6.21 | 1.69 | - |
| YUV | 55.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 28 | 0 | 0.89 | 0.80 | 0.44 | 354.29 | 0.8 | 0.31 |
| Hex | 8E | 10 | 1C | 0 | 59 | 50 | 2C | 162 | 50 | 1F |
| Octal | 216 | 20 | 34 | 0 | 131 | 120 | 54 | 542 | 120 | 37 |
| Binary | 10001110 | 10000 | 11100 | 0 | 1011001 | 1010000 | 101100 | 101100010 | 1010000 | 11111 |
Color Harmonies of #8E101C
Complementary color
Monochromatic Colors of #8E101C
Black with #8E101C
Text Example
Text Example
White with #8E101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E101C; }
p { color: rgb(142,16,28); }
H1.HeaderClassName
{
color: #8E101C;
}
.AnyTagClassName
{
color: #8E101C;
}
</style>
background-color css
<style>
a { background-color: #8E101C; }
a { background-color: rgb(142,16,28); }
div.DivClassName
{
background-color: #8E101C;
}
.BgClassName
{
background-color: #8E101C;
}
</style>
border-color css
<style>
span { border-color: #8E101C; }
span { border-color: rgb(142,16,28); }
td.TdClassName
{
border-color: #8E101C;
}
.TagClassName
{
border-color: #8E101C;
}
</style>