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