Shades of Carmine #8E0E18
Tints of Carmine #8E0E18
RGB
CMYK
RGB Variations
Color information
#8E0E18 (or 0x8E0E18) is known color: Carmine. HEX triplet: 8E, 0E and 18. RGB value is (142,14,24). Sum of RGB (Red+Green+Blue) = 142+14+24=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0E18 is #71F1E7. Grayscale: #353535. Windows color (decimal): -7467496 or 1576590. OLE color: 1576590.
HSL color Cylindrical-coordinate representation of color #8E0E18: hue angle of 355.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E18 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 24 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.44 |
| HSL | 355.31º | 0.82% | 0.31% | - |
| HSV(B) | 355.31º | 0.9% | 0.56% | - |
| XYZ | 11.48 | 6.13 | 1.44 | - |
| YUV | 53.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 24 | 0 | 0.90 | 0.83 | 0.44 | 355.31 | 0.82 | 0.31 |
| Hex | 8E | E | 18 | 0 | 5A | 53 | 2C | 163 | 52 | 1F |
| Octal | 216 | 16 | 30 | 0 | 132 | 123 | 54 | 543 | 122 | 37 |
| Binary | 10001110 | 1110 | 11000 | 0 | 1011010 | 1010011 | 101100 | 101100011 | 1010010 | 11111 |
Color Harmonies of #8E0E18
Complementary color
Monochromatic Colors of #8E0E18
Black with #8E0E18
Text Example
Text Example
White with #8E0E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E18; }
p { color: rgb(142,14,24); }
H1.HeaderClassName
{
color: #8E0E18;
}
.AnyTagClassName
{
color: #8E0E18;
}
</style>
background-color css
<style>
a { background-color: #8E0E18; }
a { background-color: rgb(142,14,24); }
div.DivClassName
{
background-color: #8E0E18;
}
.BgClassName
{
background-color: #8E0E18;
}
</style>
border-color css
<style>
span { border-color: #8E0E18; }
span { border-color: rgb(142,14,24); }
td.TdClassName
{
border-color: #8E0E18;
}
.TagClassName
{
border-color: #8E0E18;
}
</style>