Shades of Dark Red #8F0C03
Tints of Dark Red #8F0C03
RGB
CMYK
RGB Variations
Color information
#8F0C03 (or 0x8F0C03) is known color: Dark Red. HEX triplet: 8F, 0C and 03. RGB value is (143,12,3). Sum of RGB (Red+Green+Blue) = 143+12+3=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C03 is #70F3FC. Grayscale: #323232. Windows color (decimal): -7402493 or 199823. OLE color: 199823.
HSL color Cylindrical-coordinate representation of color #8F0C03: hue angle of 3.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0C03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.44 |
| HSL | 3.86º | 0.96% | 0.29% | - |
| HSV(B) | 3.86º | 0.98% | 0.56% | - |
| XYZ | 11.48 | 6.11 | 0.66 | - |
| YUV | 50.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 3 | 0 | 0.92 | 0.98 | 0.44 | 3.86 | 0.96 | 0.29 |
| Hex | 8F | C | 3 | 0 | 5C | 62 | 2C | 4 | 60 | 1D |
| Octal | 217 | 14 | 3 | 0 | 134 | 142 | 54 | 4 | 140 | 35 |
| Binary | 10001111 | 1100 | 11 | 0 | 1011100 | 1100010 | 101100 | 100 | 1100000 | 11101 |
Color Harmonies of #8F0C03
Complementary color
Monochromatic Colors of #8F0C03
Black with #8F0C03
Text Example
Text Example
White with #8F0C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C03; }
p { color: rgb(143,12,3); }
H1.HeaderClassName
{
color: #8F0C03;
}
.AnyTagClassName
{
color: #8F0C03;
}
</style>
background-color css
<style>
a { background-color: #8F0C03; }
a { background-color: rgb(143,12,3); }
div.DivClassName
{
background-color: #8F0C03;
}
.BgClassName
{
background-color: #8F0C03;
}
</style>
border-color css
<style>
span { border-color: #8F0C03; }
span { border-color: rgb(143,12,3); }
td.TdClassName
{
border-color: #8F0C03;
}
.TagClassName
{
border-color: #8F0C03;
}
</style>