Shades of Carmine #8F081E
Tints of Carmine #8F081E
RGB
CMYK
RGB Variations
Color information
#8F081E (or 0x8F081E) is known color: Carmine. HEX triplet: 8F, 08 and 1E. RGB value is (143,8,30). Sum of RGB (Red+Green+Blue) = 143+8+30=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F081E is #70F7E1. Grayscale: #323232. Windows color (decimal): -7403490 or 1968271. OLE color: 1968271.
HSL color Cylindrical-coordinate representation of color #8F081E: hue angle of 350.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F081E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 30 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.44 |
| HSL | 350.22º | 0.89% | 0.3% | - |
| HSV(B) | 350.22º | 0.94% | 0.56% | - |
| XYZ | 11.65 | 6.11 | 1.79 | - |
| YUV | 50.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 30 | 0 | 0.94 | 0.79 | 0.44 | 350.22 | 0.89 | 0.3 |
| Hex | 8F | 8 | 1E | 0 | 5E | 4F | 2C | 15E | 59 | 1E |
| Octal | 217 | 10 | 36 | 0 | 136 | 117 | 54 | 536 | 131 | 36 |
| Binary | 10001111 | 1000 | 11110 | 0 | 1011110 | 1001111 | 101100 | 101011110 | 1011001 | 11110 |
Color Harmonies of #8F081E
Complementary color
Monochromatic Colors of #8F081E
Black with #8F081E
Text Example
Text Example
White with #8F081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F081E; }
p { color: rgb(143,8,30); }
H1.HeaderClassName
{
color: #8F081E;
}
.AnyTagClassName
{
color: #8F081E;
}
</style>
background-color css
<style>
a { background-color: #8F081E; }
a { background-color: rgb(143,8,30); }
div.DivClassName
{
background-color: #8F081E;
}
.BgClassName
{
background-color: #8F081E;
}
</style>
border-color css
<style>
span { border-color: #8F081E; }
span { border-color: rgb(143,8,30); }
td.TdClassName
{
border-color: #8F081E;
}
.TagClassName
{
border-color: #8F081E;
}
</style>