Shades of Carmine #8F151E
Tints of Carmine #8F151E
RGB
CMYK
RGB Variations
Color information
#8F151E (or 0x8F151E) is known color: Carmine. HEX triplet: 8F, 15 and 1E. RGB value is (143,21,30). Sum of RGB (Red+Green+Blue) = 143+21+30=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151E is #70EAE1. Grayscale: #3A3A3A. Windows color (decimal): -7400162 or 1971599. OLE color: 1971599.
HSL color Cylindrical-coordinate representation of color #8F151E: hue angle of 355.57º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F151E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 30 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.44 |
| HSL | 355.57º | 0.74% | 0.32% | - |
| HSV(B) | 355.57º | 0.85% | 0.56% | - |
| XYZ | 11.83 | 6.47 | 1.85 | - |
| YUV | 58.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 30 | 0 | 0.85 | 0.79 | 0.44 | 355.57 | 0.74 | 0.32 |
| Hex | 8F | 15 | 1E | 0 | 55 | 4F | 2C | 164 | 4A | 20 |
| Octal | 217 | 25 | 36 | 0 | 125 | 117 | 54 | 544 | 112 | 40 |
| Binary | 10001111 | 10101 | 11110 | 0 | 1010101 | 1001111 | 101100 | 101100100 | 1001010 | 100000 |
Color Harmonies of #8F151E
Complementary color
Monochromatic Colors of #8F151E
Black with #8F151E
Text Example
Text Example
White with #8F151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F151E; }
p { color: rgb(143,21,30); }
H1.HeaderClassName
{
color: #8F151E;
}
.AnyTagClassName
{
color: #8F151E;
}
</style>
background-color css
<style>
a { background-color: #8F151E; }
a { background-color: rgb(143,21,30); }
div.DivClassName
{
background-color: #8F151E;
}
.BgClassName
{
background-color: #8F151E;
}
</style>
border-color css
<style>
span { border-color: #8F151E; }
span { border-color: rgb(143,21,30); }
td.TdClassName
{
border-color: #8F151E;
}
.TagClassName
{
border-color: #8F151E;
}
</style>