Shades of Carmine #8E021E
Tints of Carmine #8E021E
RGB
CMYK
RGB Variations
Color information
#8E021E (or 0x8E021E) is known color: Carmine. HEX triplet: 8E, 02 and 1E. RGB value is (142,2,30). Sum of RGB (Red+Green+Blue) = 142+2+30=174 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.61% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 142 - color contains mainly: red. Hex color #8E021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E021E is #71FDE1. Grayscale: #2F2F2F. Windows color (decimal): -7470562 or 1966734. OLE color: 1966734.
HSL color Cylindrical-coordinate representation of color #8E021E: hue angle of 348º degrees, saturation: 0.97, 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 #8E021E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.44 |
| HSL | 348º | 0.97% | 0.28% | - |
| HSV(B) | 348º | 0.99% | 0.56% | - |
| XYZ | 11.41 | 5.89 | 1.76 | - |
| YUV | 47.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 30 | 0 | 0.99 | 0.79 | 0.44 | 348 | 0.97 | 0.28 |
| Hex | 8E | 2 | 1E | 0 | 63 | 4F | 2C | 15C | 61 | 1C |
| Octal | 216 | 2 | 36 | 0 | 143 | 117 | 54 | 534 | 141 | 34 |
| Binary | 10001110 | 10 | 11110 | 0 | 1100011 | 1001111 | 101100 | 101011100 | 1100001 | 11100 |
Color Harmonies of #8E021E
Complementary color
Monochromatic Colors of #8E021E
Black with #8E021E
Text Example
Text Example
White with #8E021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E021E; }
p { color: rgb(142,2,30); }
H1.HeaderClassName
{
color: #8E021E;
}
.AnyTagClassName
{
color: #8E021E;
}
</style>
background-color css
<style>
a { background-color: #8E021E; }
a { background-color: rgb(142,2,30); }
div.DivClassName
{
background-color: #8E021E;
}
.BgClassName
{
background-color: #8E021E;
}
</style>
border-color css
<style>
span { border-color: #8E021E; }
span { border-color: rgb(142,2,30); }
td.TdClassName
{
border-color: #8E021E;
}
.TagClassName
{
border-color: #8E021E;
}
</style>