Shades of Carmine #8E0315
Tints of Carmine #8E0315
RGB
CMYK
RGB Variations
Color information
#8E0315 (or 0x8E0315) is known color: Carmine. HEX triplet: 8E, 03 and 15. RGB value is (142,3,21). Sum of RGB (Red+Green+Blue) = 142+3+21=166 (21% of max value = 765). Red value is 142 (55.86% from 255 or 85.54% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0315 is #71FCEA. Grayscale: #2E2E2E. Windows color (decimal): -7470315 or 1377166. OLE color: 1377166.
HSL color Cylindrical-coordinate representation of color #8E0315: hue angle of 352.23º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0315 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.44 |
| HSL | 352.23º | 0.96% | 0.28% | - |
| HSV(B) | 352.23º | 0.98% | 0.56% | - |
| XYZ | 11.32 | 5.87 | 1.25 | - |
| YUV | 46.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 21 | 0 | 0.98 | 0.85 | 0.44 | 352.23 | 0.96 | 0.28 |
| Hex | 8E | 3 | 15 | 0 | 62 | 55 | 2C | 160 | 60 | 1C |
| Octal | 216 | 3 | 25 | 0 | 142 | 125 | 54 | 540 | 140 | 34 |
| Binary | 10001110 | 11 | 10101 | 0 | 1100010 | 1010101 | 101100 | 101100000 | 1100000 | 11100 |
Color Harmonies of #8E0315
Complementary color
Monochromatic Colors of #8E0315
Black with #8E0315
Text Example
Text Example
White with #8E0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0315; }
p { color: rgb(142,3,21); }
H1.HeaderClassName
{
color: #8E0315;
}
.AnyTagClassName
{
color: #8E0315;
}
</style>
background-color css
<style>
a { background-color: #8E0315; }
a { background-color: rgb(142,3,21); }
div.DivClassName
{
background-color: #8E0315;
}
.BgClassName
{
background-color: #8E0315;
}
</style>
border-color css
<style>
span { border-color: #8E0315; }
span { border-color: rgb(142,3,21); }
td.TdClassName
{
border-color: #8E0315;
}
.TagClassName
{
border-color: #8E0315;
}
</style>