Shades of Carmine #8F0F17
Tints of Carmine #8F0F17
RGB
CMYK
RGB Variations
Color information
#8F0F17 (or 0x8F0F17) is known color: Carmine. HEX triplet: 8F, 0F and 17. RGB value is (143,15,23). Sum of RGB (Red+Green+Blue) = 143+15+23=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0F17 is #70F0E8. Grayscale: #363636. Windows color (decimal): -7401705 or 1511311. OLE color: 1511311.
HSL color Cylindrical-coordinate representation of color #8F0F17: hue angle of 356.25º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F17 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 23 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.44 |
| HSL | 356.25º | 0.81% | 0.31% | - |
| HSV(B) | 356.25º | 0.9% | 0.56% | - |
| XYZ | 11.65 | 6.24 | 1.4 | - |
| YUV | 54.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 23 | 0 | 0.90 | 0.84 | 0.44 | 356.25 | 0.81 | 0.31 |
| Hex | 8F | F | 17 | 0 | 5A | 54 | 2C | 164 | 51 | 1F |
| Octal | 217 | 17 | 27 | 0 | 132 | 124 | 54 | 544 | 121 | 37 |
| Binary | 10001111 | 1111 | 10111 | 0 | 1011010 | 1010100 | 101100 | 101100100 | 1010001 | 11111 |
Color Harmonies of #8F0F17
Complementary color
Monochromatic Colors of #8F0F17
Black with #8F0F17
Text Example
Text Example
White with #8F0F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F17; }
p { color: rgb(143,15,23); }
H1.HeaderClassName
{
color: #8F0F17;
}
.AnyTagClassName
{
color: #8F0F17;
}
</style>
background-color css
<style>
a { background-color: #8F0F17; }
a { background-color: rgb(143,15,23); }
div.DivClassName
{
background-color: #8F0F17;
}
.BgClassName
{
background-color: #8F0F17;
}
</style>
border-color css
<style>
span { border-color: #8F0F17; }
span { border-color: rgb(143,15,23); }
td.TdClassName
{
border-color: #8F0F17;
}
.TagClassName
{
border-color: #8F0F17;
}
</style>