Shades of Carmine #8F101D
Tints of Carmine #8F101D
RGB
CMYK
RGB Variations
Color information
#8F101D (or 0x8F101D) is known color: Carmine. HEX triplet: 8F, 10 and 1D. RGB value is (143,16,29). Sum of RGB (Red+Green+Blue) = 143+16+29=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F101D is #70EFE2. Grayscale: #373737. Windows color (decimal): -7401443 or 1904783. OLE color: 1904783.
HSL color Cylindrical-coordinate representation of color #8F101D: hue angle of 353.86º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F101D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 29 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.44 |
| HSL | 353.86º | 0.8% | 0.31% | - |
| HSV(B) | 353.86º | 0.89% | 0.56% | - |
| XYZ | 11.73 | 6.3 | 1.76 | - |
| YUV | 55.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 29 | 0 | 0.89 | 0.80 | 0.44 | 353.86 | 0.8 | 0.31 |
| Hex | 8F | 10 | 1D | 0 | 59 | 50 | 2C | 162 | 50 | 1F |
| Octal | 217 | 20 | 35 | 0 | 131 | 120 | 54 | 542 | 120 | 37 |
| Binary | 10001111 | 10000 | 11101 | 0 | 1011001 | 1010000 | 101100 | 101100010 | 1010000 | 11111 |
Color Harmonies of #8F101D
Complementary color
Monochromatic Colors of #8F101D
Black with #8F101D
Text Example
Text Example
White with #8F101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F101D; }
p { color: rgb(143,16,29); }
H1.HeaderClassName
{
color: #8F101D;
}
.AnyTagClassName
{
color: #8F101D;
}
</style>
background-color css
<style>
a { background-color: #8F101D; }
a { background-color: rgb(143,16,29); }
div.DivClassName
{
background-color: #8F101D;
}
.BgClassName
{
background-color: #8F101D;
}
</style>
border-color css
<style>
span { border-color: #8F101D; }
span { border-color: rgb(143,16,29); }
td.TdClassName
{
border-color: #8F101D;
}
.TagClassName
{
border-color: #8F101D;
}
</style>