Shades of Carmine #8F091E
Tints of Carmine #8F091E
RGB
CMYK
RGB Variations
Color information
#8F091E (or 0x8F091E) is known color: Carmine. HEX triplet: 8F, 09 and 1E. RGB value is (143,9,30). Sum of RGB (Red+Green+Blue) = 143+9+30=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F091E is #70F6E1. Grayscale: #333333. Windows color (decimal): -7403234 or 1968527. OLE color: 1968527.
HSL color Cylindrical-coordinate representation of color #8F091E: hue angle of 350.6º degrees, saturation: 0.88, 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 #8F091E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 30 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.44 |
| HSL | 350.6º | 0.88% | 0.3% | - |
| HSV(B) | 350.6º | 0.94% | 0.56% | - |
| XYZ | 11.66 | 6.13 | 1.8 | - |
| YUV | 51.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 30 | 0 | 0.94 | 0.79 | 0.44 | 350.6 | 0.88 | 0.3 |
| Hex | 8F | 9 | 1E | 0 | 5E | 4F | 2C | 15F | 58 | 1E |
| Octal | 217 | 11 | 36 | 0 | 136 | 117 | 54 | 537 | 130 | 36 |
| Binary | 10001111 | 1001 | 11110 | 0 | 1011110 | 1001111 | 101100 | 101011111 | 1011000 | 11110 |
Color Harmonies of #8F091E
Complementary color
Monochromatic Colors of #8F091E
Black with #8F091E
Text Example
Text Example
White with #8F091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F091E; }
p { color: rgb(143,9,30); }
H1.HeaderClassName
{
color: #8F091E;
}
.AnyTagClassName
{
color: #8F091E;
}
</style>
background-color css
<style>
a { background-color: #8F091E; }
a { background-color: rgb(143,9,30); }
div.DivClassName
{
background-color: #8F091E;
}
.BgClassName
{
background-color: #8F091E;
}
</style>
border-color css
<style>
span { border-color: #8F091E; }
span { border-color: rgb(143,9,30); }
td.TdClassName
{
border-color: #8F091E;
}
.TagClassName
{
border-color: #8F091E;
}
</style>