Shades of Dark Red #8F110B
Tints of Dark Red #8F110B
RGB
CMYK
RGB Variations
Color information
#8F110B (or 0x8F110B) is known color: Dark Red. HEX triplet: 8F, 11 and 0B. RGB value is (143,17,11). Sum of RGB (Red+Green+Blue) = 143+17+11=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F110B is #70EEF4. Grayscale: #363636. Windows color (decimal): -7401205 or 725391. OLE color: 725391.
HSL color Cylindrical-coordinate representation of color #8F110B: hue angle of 2.73º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F110B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.44 |
| HSL | 2.73º | 0.86% | 0.3% | - |
| HSV(B) | 2.73º | 0.92% | 0.56% | - |
| XYZ | 11.59 | 6.26 | 0.92 | - |
| YUV | 53.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 11 | 0 | 0.88 | 0.92 | 0.44 | 2.73 | 0.86 | 0.3 |
| Hex | 8F | 11 | B | 0 | 58 | 5C | 2C | 3 | 56 | 1E |
| Octal | 217 | 21 | 13 | 0 | 130 | 134 | 54 | 3 | 126 | 36 |
| Binary | 10001111 | 10001 | 1011 | 0 | 1011000 | 1011100 | 101100 | 11 | 1010110 | 11110 |
Color Harmonies of #8F110B
Complementary color
Monochromatic Colors of #8F110B
Black with #8F110B
Text Example
Text Example
White with #8F110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F110B; }
p { color: rgb(143,17,11); }
H1.HeaderClassName
{
color: #8F110B;
}
.AnyTagClassName
{
color: #8F110B;
}
</style>
background-color css
<style>
a { background-color: #8F110B; }
a { background-color: rgb(143,17,11); }
div.DivClassName
{
background-color: #8F110B;
}
.BgClassName
{
background-color: #8F110B;
}
</style>
border-color css
<style>
span { border-color: #8F110B; }
span { border-color: rgb(143,17,11); }
td.TdClassName
{
border-color: #8F110B;
}
.TagClassName
{
border-color: #8F110B;
}
</style>