Shades of Carmine #8E141C
Tints of Carmine #8E141C
RGB
CMYK
RGB Variations
Color information
#8E141C (or 0x8E141C) is known color: Carmine. HEX triplet: 8E, 14 and 1C. RGB value is (142,20,28). Sum of RGB (Red+Green+Blue) = 142+20+28=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E141C is #71EBE3. Grayscale: #393939. Windows color (decimal): -7465956 or 1840270. OLE color: 1840270.
HSL color Cylindrical-coordinate representation of color #8E141C: hue angle of 356.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E141C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 28 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.44 |
| HSL | 356.07º | 0.75% | 0.32% | - |
| HSV(B) | 356.07º | 0.86% | 0.56% | - |
| XYZ | 11.62 | 6.33 | 1.71 | - |
| YUV | 57.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 28 | 0 | 0.86 | 0.80 | 0.44 | 356.07 | 0.75 | 0.32 |
| Hex | 8E | 14 | 1C | 0 | 56 | 50 | 2C | 164 | 4B | 20 |
| Octal | 216 | 24 | 34 | 0 | 126 | 120 | 54 | 544 | 113 | 40 |
| Binary | 10001110 | 10100 | 11100 | 0 | 1010110 | 1010000 | 101100 | 101100100 | 1001011 | 100000 |
Color Harmonies of #8E141C
Complementary color
Monochromatic Colors of #8E141C
Black with #8E141C
Text Example
Text Example
White with #8E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E141C; }
p { color: rgb(142,20,28); }
H1.HeaderClassName
{
color: #8E141C;
}
.AnyTagClassName
{
color: #8E141C;
}
</style>
background-color css
<style>
a { background-color: #8E141C; }
a { background-color: rgb(142,20,28); }
div.DivClassName
{
background-color: #8E141C;
}
.BgClassName
{
background-color: #8E141C;
}
</style>
border-color css
<style>
span { border-color: #8E141C; }
span { border-color: rgb(142,20,28); }
td.TdClassName
{
border-color: #8E141C;
}
.TagClassName
{
border-color: #8E141C;
}
</style>