Shades of Dark Red #8F0A01
Tints of Dark Red #8F0A01
RGB
CMYK
RGB Variations
Color information
#8F0A01 (or 0x8F0A01) is known color: Dark Red. HEX triplet: 8F, 0A and 01. RGB value is (143,10,1). Sum of RGB (Red+Green+Blue) = 143+10+1=154 (20% of max value = 765). Red value is 143 (56.25% from 255 or 92.86% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0A01 is #70F5FE. Grayscale: #303030. Windows color (decimal): -7403007 or 68239. OLE color: 68239.
HSL color Cylindrical-coordinate representation of color #8F0A01: hue angle of 3.8º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0A01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 10 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.44 |
| HSL | 3.8º | 0.99% | 0.28% | - |
| HSV(B) | 3.8º | 0.99% | 0.56% | - |
| XYZ | 11.44 | 6.06 | 0.6 | - |
| YUV | 48.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 1 | 0 | 0.93 | 0.99 | 0.44 | 3.8 | 0.99 | 0.28 |
| Hex | 8F | A | 1 | 0 | 5D | 63 | 2C | 4 | 63 | 1C |
| Octal | 217 | 12 | 1 | 0 | 135 | 143 | 54 | 4 | 143 | 34 |
| Binary | 10001111 | 1010 | 1 | 0 | 1011101 | 1100011 | 101100 | 100 | 1100011 | 11100 |
Color Harmonies of #8F0A01
Complementary color
Monochromatic Colors of #8F0A01
Black with #8F0A01
Text Example
Text Example
White with #8F0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0A01; }
p { color: rgb(143,10,1); }
H1.HeaderClassName
{
color: #8F0A01;
}
.AnyTagClassName
{
color: #8F0A01;
}
</style>
background-color css
<style>
a { background-color: #8F0A01; }
a { background-color: rgb(143,10,1); }
div.DivClassName
{
background-color: #8F0A01;
}
.BgClassName
{
background-color: #8F0A01;
}
</style>
border-color css
<style>
span { border-color: #8F0A01; }
span { border-color: rgb(143,10,1); }
td.TdClassName
{
border-color: #8F0A01;
}
.TagClassName
{
border-color: #8F0A01;
}
</style>