Shades of Carmine #8E0118
Tints of Carmine #8E0118
RGB
CMYK
RGB Variations
Color information
#8E0118 (or 0x8E0118) is known color: Carmine. HEX triplet: 8E, 01 and 18. RGB value is (142,1,24). Sum of RGB (Red+Green+Blue) = 142+1+24=167 (22% of max value = 765). Red value is 142 (55.86% from 255 or 85.03% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0118 is #71FEE7. Grayscale: #2D2D2D. Windows color (decimal): -7470824 or 1573262. OLE color: 1573262.
HSL color Cylindrical-coordinate representation of color #8E0118: hue angle of 350.21º 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 #8E0118 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.44 |
| HSL | 350.21º | 0.99% | 0.28% | - |
| HSV(B) | 350.21º | 0.99% | 0.56% | - |
| XYZ | 11.33 | 5.84 | 1.39 | - |
| YUV | 45.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 24 | 0 | 0.99 | 0.83 | 0.44 | 350.21 | 0.99 | 0.28 |
| Hex | 8E | 1 | 18 | 0 | 63 | 53 | 2C | 15E | 63 | 1C |
| Octal | 216 | 1 | 30 | 0 | 143 | 123 | 54 | 536 | 143 | 34 |
| Binary | 10001110 | 1 | 11000 | 0 | 1100011 | 1010011 | 101100 | 101011110 | 1100011 | 11100 |
Color Harmonies of #8E0118
Complementary color
Monochromatic Colors of #8E0118
Black with #8E0118
Text Example
Text Example
White with #8E0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0118; }
p { color: rgb(142,1,24); }
H1.HeaderClassName
{
color: #8E0118;
}
.AnyTagClassName
{
color: #8E0118;
}
</style>
background-color css
<style>
a { background-color: #8E0118; }
a { background-color: rgb(142,1,24); }
div.DivClassName
{
background-color: #8E0118;
}
.BgClassName
{
background-color: #8E0118;
}
</style>
border-color css
<style>
span { border-color: #8E0118; }
span { border-color: rgb(142,1,24); }
td.TdClassName
{
border-color: #8E0118;
}
.TagClassName
{
border-color: #8E0118;
}
</style>