Shades of Dark Red #8F0C01
Tints of Dark Red #8F0C01
RGB
CMYK
RGB Variations
Color information
#8F0C01 (or 0x8F0C01) is known color: Dark Red. HEX triplet: 8F, 0C and 01. RGB value is (143,12,1). Sum of RGB (Red+Green+Blue) = 143+12+1=156 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.67% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C01 is #70F3FE. Grayscale: #323232. Windows color (decimal): -7402495 or 68751. OLE color: 68751.
HSL color Cylindrical-coordinate representation of color #8F0C01: hue angle of 4.65º 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 #8F0C01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.44 |
| HSL | 4.65º | 0.99% | 0.28% | - |
| HSV(B) | 4.65º | 0.99% | 0.56% | - |
| XYZ | 11.46 | 6.1 | 0.6 | - |
| YUV | 49.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 1 | 0 | 0.92 | 0.99 | 0.44 | 4.65 | 0.99 | 0.28 |
| Hex | 8F | C | 1 | 0 | 5C | 63 | 2C | 5 | 63 | 1C |
| Octal | 217 | 14 | 1 | 0 | 134 | 143 | 54 | 5 | 143 | 34 |
| Binary | 10001111 | 1100 | 1 | 0 | 1011100 | 1100011 | 101100 | 101 | 1100011 | 11100 |
Color Harmonies of #8F0C01
Complementary color
Monochromatic Colors of #8F0C01
Black with #8F0C01
Text Example
Text Example
White with #8F0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C01; }
p { color: rgb(143,12,1); }
H1.HeaderClassName
{
color: #8F0C01;
}
.AnyTagClassName
{
color: #8F0C01;
}
</style>
background-color css
<style>
a { background-color: #8F0C01; }
a { background-color: rgb(143,12,1); }
div.DivClassName
{
background-color: #8F0C01;
}
.BgClassName
{
background-color: #8F0C01;
}
</style>
border-color css
<style>
span { border-color: #8F0C01; }
span { border-color: rgb(143,12,1); }
td.TdClassName
{
border-color: #8F0C01;
}
.TagClassName
{
border-color: #8F0C01;
}
</style>