Shades of Carmine #8F0917
Tints of Carmine #8F0917
RGB
CMYK
RGB Variations
Color information
#8F0917 (or 0x8F0917) is known color: Carmine. HEX triplet: 8F, 09 and 17. RGB value is (143,9,23). Sum of RGB (Red+Green+Blue) = 143+9+23=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0917 is #70F6E8. Grayscale: #323232. Windows color (decimal): -7403241 or 1509775. OLE color: 1509775.
HSL color Cylindrical-coordinate representation of color #8F0917: hue angle of 353.73º 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 #8F0917 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 23 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.44 |
| HSL | 353.73º | 0.88% | 0.3% | - |
| HSV(B) | 353.73º | 0.94% | 0.56% | - |
| XYZ | 11.58 | 6.1 | 1.38 | - |
| YUV | 50.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 23 | 0 | 0.94 | 0.84 | 0.44 | 353.73 | 0.88 | 0.3 |
| Hex | 8F | 9 | 17 | 0 | 5E | 54 | 2C | 162 | 58 | 1E |
| Octal | 217 | 11 | 27 | 0 | 136 | 124 | 54 | 542 | 130 | 36 |
| Binary | 10001111 | 1001 | 10111 | 0 | 1011110 | 1010100 | 101100 | 101100010 | 1011000 | 11110 |
Color Harmonies of #8F0917
Complementary color
Monochromatic Colors of #8F0917
Black with #8F0917
Text Example
Text Example
White with #8F0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0917; }
p { color: rgb(143,9,23); }
H1.HeaderClassName
{
color: #8F0917;
}
.AnyTagClassName
{
color: #8F0917;
}
</style>
background-color css
<style>
a { background-color: #8F0917; }
a { background-color: rgb(143,9,23); }
div.DivClassName
{
background-color: #8F0917;
}
.BgClassName
{
background-color: #8F0917;
}
</style>
border-color css
<style>
span { border-color: #8F0917; }
span { border-color: rgb(143,9,23); }
td.TdClassName
{
border-color: #8F0917;
}
.TagClassName
{
border-color: #8F0917;
}
</style>