Shades of Carmine #8E0C1C
Tints of Carmine #8E0C1C
RGB
CMYK
RGB Variations
Color information
#8E0C1C (or 0x8E0C1C) is known color: Carmine. HEX triplet: 8E, 0C and 1C. RGB value is (142,12,28). Sum of RGB (Red+Green+Blue) = 142+12+28=182 (24% of max value = 765). Red value is 142 (55.86% from 255 or 78.02% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C1C is #71F3E3. Grayscale: #343434. Windows color (decimal): -7468004 or 1838222. OLE color: 1838222.
HSL color Cylindrical-coordinate representation of color #8E0C1C: hue angle of 352.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C1C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 28 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.44 |
| HSL | 352.62º | 0.84% | 0.3% | - |
| HSV(B) | 352.62º | 0.92% | 0.56% | - |
| XYZ | 11.5 | 6.1 | 1.67 | - |
| YUV | 52.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 28 | 0 | 0.92 | 0.80 | 0.44 | 352.62 | 0.84 | 0.3 |
| Hex | 8E | C | 1C | 0 | 5C | 50 | 2C | 161 | 54 | 1E |
| Octal | 216 | 14 | 34 | 0 | 134 | 120 | 54 | 541 | 124 | 36 |
| Binary | 10001110 | 1100 | 11100 | 0 | 1011100 | 1010000 | 101100 | 101100001 | 1010100 | 11110 |
Color Harmonies of #8E0C1C
Complementary color
Monochromatic Colors of #8E0C1C
Black with #8E0C1C
Text Example
Text Example
White with #8E0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C1C; }
p { color: rgb(142,12,28); }
H1.HeaderClassName
{
color: #8E0C1C;
}
.AnyTagClassName
{
color: #8E0C1C;
}
</style>
background-color css
<style>
a { background-color: #8E0C1C; }
a { background-color: rgb(142,12,28); }
div.DivClassName
{
background-color: #8E0C1C;
}
.BgClassName
{
background-color: #8E0C1C;
}
</style>
border-color css
<style>
span { border-color: #8E0C1C; }
span { border-color: rgb(142,12,28); }
td.TdClassName
{
border-color: #8E0C1C;
}
.TagClassName
{
border-color: #8E0C1C;
}
</style>