Shades of Carmine #8F081D
Tints of Carmine #8F081D
RGB
CMYK
RGB Variations
Color information
#8F081D (or 0x8F081D) is known color: Carmine. HEX triplet: 8F, 08 and 1D. RGB value is (143,8,29). Sum of RGB (Red+Green+Blue) = 143+8+29=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F081D is #70F7E2. Grayscale: #323232. Windows color (decimal): -7403491 or 1902735. OLE color: 1902735.
HSL color Cylindrical-coordinate representation of color #8F081D: hue angle of 350.67º 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 #8F081D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 29 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.44 |
| HSL | 350.67º | 0.89% | 0.3% | - |
| HSV(B) | 350.67º | 0.94% | 0.56% | - |
| XYZ | 11.64 | 6.1 | 1.73 | - |
| YUV | 50.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 29 | 0 | 0.94 | 0.80 | 0.44 | 350.67 | 0.89 | 0.3 |
| Hex | 8F | 8 | 1D | 0 | 5E | 50 | 2C | 15F | 59 | 1E |
| Octal | 217 | 10 | 35 | 0 | 136 | 120 | 54 | 537 | 131 | 36 |
| Binary | 10001111 | 1000 | 11101 | 0 | 1011110 | 1010000 | 101100 | 101011111 | 1011001 | 11110 |
Color Harmonies of #8F081D
Complementary color
Monochromatic Colors of #8F081D
Black with #8F081D
Text Example
Text Example
White with #8F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F081D; }
p { color: rgb(143,8,29); }
H1.HeaderClassName
{
color: #8F081D;
}
.AnyTagClassName
{
color: #8F081D;
}
</style>
background-color css
<style>
a { background-color: #8F081D; }
a { background-color: rgb(143,8,29); }
div.DivClassName
{
background-color: #8F081D;
}
.BgClassName
{
background-color: #8F081D;
}
</style>
border-color css
<style>
span { border-color: #8F081D; }
span { border-color: rgb(143,8,29); }
td.TdClassName
{
border-color: #8F081D;
}
.TagClassName
{
border-color: #8F081D;
}
</style>