Shades of Carmine #8E011D
Tints of Carmine #8E011D
RGB
CMYK
RGB Variations
Color information
#8E011D (or 0x8E011D) is known color: Carmine. HEX triplet: 8E, 01 and 1D. RGB value is (142,1,29). Sum of RGB (Red+Green+Blue) = 142+1+29=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E011D is #71FEE2. Grayscale: #2E2E2E. Windows color (decimal): -7470819 or 1900942. OLE color: 1900942.
HSL color Cylindrical-coordinate representation of color #8E011D: hue angle of 348.09º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E011D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.44 |
| HSL | 348.09º | 0.99% | 0.28% | - |
| HSV(B) | 348.09º | 0.99% | 0.56% | - |
| XYZ | 11.39 | 5.86 | 1.69 | - |
| YUV | 46.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 29 | 0 | 0.99 | 0.80 | 0.44 | 348.09 | 0.99 | 0.28 |
| Hex | 8E | 1 | 1D | 0 | 63 | 50 | 2C | 15C | 63 | 1C |
| Octal | 216 | 1 | 35 | 0 | 143 | 120 | 54 | 534 | 143 | 34 |
| Binary | 10001110 | 1 | 11101 | 0 | 1100011 | 1010000 | 101100 | 101011100 | 1100011 | 11100 |
Color Harmonies of #8E011D
Complementary color
Monochromatic Colors of #8E011D
Black with #8E011D
Text Example
Text Example
White with #8E011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E011D; }
p { color: rgb(142,1,29); }
H1.HeaderClassName
{
color: #8E011D;
}
.AnyTagClassName
{
color: #8E011D;
}
</style>
background-color css
<style>
a { background-color: #8E011D; }
a { background-color: rgb(142,1,29); }
div.DivClassName
{
background-color: #8E011D;
}
.BgClassName
{
background-color: #8E011D;
}
</style>
border-color css
<style>
span { border-color: #8E011D; }
span { border-color: rgb(142,1,29); }
td.TdClassName
{
border-color: #8E011D;
}
.TagClassName
{
border-color: #8E011D;
}
</style>