Shades of Carmine #8F151B
Tints of Carmine #8F151B
RGB
CMYK
RGB Variations
Color information
#8F151B (or 0x8F151B) is known color: Carmine. HEX triplet: 8F, 15 and 1B. RGB value is (143,21,27). Sum of RGB (Red+Green+Blue) = 143+21+27=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151B is #70EAE4. Grayscale: #3A3A3A. Windows color (decimal): -7400165 or 1774991. OLE color: 1774991.
HSL color Cylindrical-coordinate representation of color #8F151B: hue angle of 357.05º 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 #8F151B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 27 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.44 |
| HSL | 357.05º | 0.74% | 0.32% | - |
| HSV(B) | 357.05º | 0.85% | 0.56% | - |
| XYZ | 11.79 | 6.46 | 1.66 | - |
| YUV | 58.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 27 | 0 | 0.85 | 0.81 | 0.44 | 357.05 | 0.74 | 0.32 |
| Hex | 8F | 15 | 1B | 0 | 55 | 51 | 2C | 165 | 4A | 20 |
| Octal | 217 | 25 | 33 | 0 | 125 | 121 | 54 | 545 | 112 | 40 |
| Binary | 10001111 | 10101 | 11011 | 0 | 1010101 | 1010001 | 101100 | 101100101 | 1001010 | 100000 |
Color Harmonies of #8F151B
Complementary color
Monochromatic Colors of #8F151B
Black with #8F151B
Text Example
Text Example
White with #8F151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F151B; }
p { color: rgb(143,21,27); }
H1.HeaderClassName
{
color: #8F151B;
}
.AnyTagClassName
{
color: #8F151B;
}
</style>
background-color css
<style>
a { background-color: #8F151B; }
a { background-color: rgb(143,21,27); }
div.DivClassName
{
background-color: #8F151B;
}
.BgClassName
{
background-color: #8F151B;
}
</style>
border-color css
<style>
span { border-color: #8F151B; }
span { border-color: rgb(143,21,27); }
td.TdClassName
{
border-color: #8F151B;
}
.TagClassName
{
border-color: #8F151B;
}
</style>