Shades of Carmine #8E101D
Tints of Carmine #8E101D
RGB
CMYK
RGB Variations
Color information
#8E101D (or 0x8E101D) is known color: Carmine. HEX triplet: 8E, 10 and 1D. RGB value is (142,16,29). Sum of RGB (Red+Green+Blue) = 142+16+29=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E101D is #71EFE2. Grayscale: #373737. Windows color (decimal): -7466979 or 1904782. OLE color: 1904782.
HSL color Cylindrical-coordinate representation of color #8E101D: hue angle of 353.81º 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 #8E101D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 29 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.44 |
| HSL | 353.81º | 0.8% | 0.31% | - |
| HSV(B) | 353.81º | 0.89% | 0.56% | - |
| XYZ | 11.56 | 6.21 | 1.75 | - |
| YUV | 55.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 29 | 0 | 0.89 | 0.80 | 0.44 | 353.81 | 0.8 | 0.31 |
| Hex | 8E | 10 | 1D | 0 | 59 | 50 | 2C | 162 | 50 | 1F |
| Octal | 216 | 20 | 35 | 0 | 131 | 120 | 54 | 542 | 120 | 37 |
| Binary | 10001110 | 10000 | 11101 | 0 | 1011001 | 1010000 | 101100 | 101100010 | 1010000 | 11111 |
Color Harmonies of #8E101D
Complementary color
Monochromatic Colors of #8E101D
Black with #8E101D
Text Example
Text Example
White with #8E101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E101D; }
p { color: rgb(142,16,29); }
H1.HeaderClassName
{
color: #8E101D;
}
.AnyTagClassName
{
color: #8E101D;
}
</style>
background-color css
<style>
a { background-color: #8E101D; }
a { background-color: rgb(142,16,29); }
div.DivClassName
{
background-color: #8E101D;
}
.BgClassName
{
background-color: #8E101D;
}
</style>
border-color css
<style>
span { border-color: #8E101D; }
span { border-color: rgb(142,16,29); }
td.TdClassName
{
border-color: #8E101D;
}
.TagClassName
{
border-color: #8E101D;
}
</style>