Shades of Carmine #8E0017
Tints of Carmine #8E0017
RGB
CMYK
RGB Variations
Color information
#8E0017 (or 0x8E0017) is known color: Carmine. HEX triplet: 8E, 00 and 17. RGB value is (142,0,23). Sum of RGB (Red+Green+Blue) = 142+0+23=165 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.06% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0017 is #71FFE8. Grayscale: #2D2D2D. Windows color (decimal): -7471081 or 1507470. OLE color: 1507470.
HSL color Cylindrical-coordinate representation of color #8E0017: hue angle of 350.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0017 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.84 | 0.44 |
| HSL | 350.28º | 1% | 0.28% | - |
| HSV(B) | 350.28º | 1% | 0.56% | - |
| XYZ | 11.31 | 5.81 | 1.34 | - |
| YUV | 45.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 23 | 0 | 1 | 0.84 | 0.44 | 350.28 | 1 | 0.28 |
| Hex | 8E | 0 | 17 | 0 | 64 | 54 | 2C | 15E | 64 | 1C |
| Octal | 216 | 0 | 27 | 0 | 144 | 124 | 54 | 536 | 144 | 34 |
| Binary | 10001110 | 0 | 10111 | 0 | 1100100 | 1010100 | 101100 | 101011110 | 1100100 | 11100 |
Color Harmonies of #8E0017
Complementary color
Monochromatic Colors of #8E0017
Black with #8E0017
Text Example
Text Example
White with #8E0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0017; }
p { color: rgb(142,0,23); }
H1.HeaderClassName
{
color: #8E0017;
}
.AnyTagClassName
{
color: #8E0017;
}
</style>
background-color css
<style>
a { background-color: #8E0017; }
a { background-color: rgb(142,0,23); }
div.DivClassName
{
background-color: #8E0017;
}
.BgClassName
{
background-color: #8E0017;
}
</style>
border-color css
<style>
span { border-color: #8E0017; }
span { border-color: rgb(142,0,23); }
td.TdClassName
{
border-color: #8E0017;
}
.TagClassName
{
border-color: #8E0017;
}
</style>