Shades of Carmine #8F1619
Tints of Carmine #8F1619
RGB
CMYK
RGB Variations
Color information
#8F1619 (or 0x8F1619) is known color: Carmine. HEX triplet: 8F, 16 and 19. RGB value is (143,22,25). Sum of RGB (Red+Green+Blue) = 143+22+25=190 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.26% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1619 is #70E9E6. Grayscale: #3A3A3A. Windows color (decimal): -7399911 or 1644175. OLE color: 1644175.
HSL color Cylindrical-coordinate representation of color #8F1619: hue angle of 358.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1619 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 25 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.44 |
| HSL | 358.51º | 0.73% | 0.32% | - |
| HSV(B) | 358.51º | 0.85% | 0.56% | - |
| XYZ | 11.79 | 6.48 | 1.55 | - |
| YUV | 58.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 25 | 0 | 0.85 | 0.83 | 0.44 | 358.51 | 0.73 | 0.32 |
| Hex | 8F | 16 | 19 | 0 | 55 | 53 | 2C | 167 | 49 | 20 |
| Octal | 217 | 26 | 31 | 0 | 125 | 123 | 54 | 547 | 111 | 40 |
| Binary | 10001111 | 10110 | 11001 | 0 | 1010101 | 1010011 | 101100 | 101100111 | 1001001 | 100000 |
Color Harmonies of #8F1619
Complementary color
Monochromatic Colors of #8F1619
Black with #8F1619
Text Example
Text Example
White with #8F1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1619; }
p { color: rgb(143,22,25); }
H1.HeaderClassName
{
color: #8F1619;
}
.AnyTagClassName
{
color: #8F1619;
}
</style>
background-color css
<style>
a { background-color: #8F1619; }
a { background-color: rgb(143,22,25); }
div.DivClassName
{
background-color: #8F1619;
}
.BgClassName
{
background-color: #8F1619;
}
</style>
border-color css
<style>
span { border-color: #8F1619; }
span { border-color: rgb(143,22,25); }
td.TdClassName
{
border-color: #8F1619;
}
.TagClassName
{
border-color: #8F1619;
}
</style>