Shades of Dark Red #8F0E09
Tints of Dark Red #8F0E09
RGB
CMYK
RGB Variations
Color information
#8F0E09 (or 0x8F0E09) is known color: Dark Red. HEX triplet: 8F, 0E and 09. RGB value is (143,14,9). Sum of RGB (Red+Green+Blue) = 143+14+9=166 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.14% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0E09 is #70F1F6. Grayscale: #343434. Windows color (decimal): -7401975 or 593551. OLE color: 593551.
HSL color Cylindrical-coordinate representation of color #8F0E09: hue angle of 2.24º 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 #8F0E09 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 9 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.44 |
| HSL | 2.24º | 0.88% | 0.3% | - |
| HSV(B) | 2.24º | 0.94% | 0.56% | - |
| XYZ | 11.53 | 6.17 | 0.84 | - |
| YUV | 52 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 9 | 0 | 0.90 | 0.94 | 0.44 | 2.24 | 0.88 | 0.3 |
| Hex | 8F | E | 9 | 0 | 5A | 5E | 2C | 2 | 58 | 1E |
| Octal | 217 | 16 | 11 | 0 | 132 | 136 | 54 | 2 | 130 | 36 |
| Binary | 10001111 | 1110 | 1001 | 0 | 1011010 | 1011110 | 101100 | 10 | 1011000 | 11110 |
Color Harmonies of #8F0E09
Complementary color
Monochromatic Colors of #8F0E09
Black with #8F0E09
Text Example
Text Example
White with #8F0E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E09; }
p { color: rgb(143,14,9); }
H1.HeaderClassName
{
color: #8F0E09;
}
.AnyTagClassName
{
color: #8F0E09;
}
</style>
background-color css
<style>
a { background-color: #8F0E09; }
a { background-color: rgb(143,14,9); }
div.DivClassName
{
background-color: #8F0E09;
}
.BgClassName
{
background-color: #8F0E09;
}
</style>
border-color css
<style>
span { border-color: #8F0E09; }
span { border-color: rgb(143,14,9); }
td.TdClassName
{
border-color: #8F0E09;
}
.TagClassName
{
border-color: #8F0E09;
}
</style>