Shades of Dark Red #8F0C02
Tints of Dark Red #8F0C02
RGB
CMYK
RGB Variations
Color information
#8F0C02 (or 0x8F0C02) is known color: Dark Red. HEX triplet: 8F, 0C and 02. RGB value is (143,12,2). Sum of RGB (Red+Green+Blue) = 143+12+2=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0C02 is #70F3FD. Grayscale: #323232. Windows color (decimal): -7402494 or 134287. OLE color: 134287.
HSL color Cylindrical-coordinate representation of color #8F0C02: hue angle of 4.26º degrees, saturation: 0.97, 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 #8F0C02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.44 |
| HSL | 4.26º | 0.97% | 0.28% | - |
| HSV(B) | 4.26º | 0.99% | 0.56% | - |
| XYZ | 11.47 | 6.11 | 0.63 | - |
| YUV | 50.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 2 | 0 | 0.92 | 0.99 | 0.44 | 4.26 | 0.97 | 0.28 |
| Hex | 8F | C | 2 | 0 | 5C | 63 | 2C | 4 | 61 | 1C |
| Octal | 217 | 14 | 2 | 0 | 134 | 143 | 54 | 4 | 141 | 34 |
| Binary | 10001111 | 1100 | 10 | 0 | 1011100 | 1100011 | 101100 | 100 | 1100001 | 11100 |
Color Harmonies of #8F0C02
Complementary color
Monochromatic Colors of #8F0C02
Black with #8F0C02
Text Example
Text Example
White with #8F0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C02; }
p { color: rgb(143,12,2); }
H1.HeaderClassName
{
color: #8F0C02;
}
.AnyTagClassName
{
color: #8F0C02;
}
</style>
background-color css
<style>
a { background-color: #8F0C02; }
a { background-color: rgb(143,12,2); }
div.DivClassName
{
background-color: #8F0C02;
}
.BgClassName
{
background-color: #8F0C02;
}
</style>
border-color css
<style>
span { border-color: #8F0C02; }
span { border-color: rgb(143,12,2); }
td.TdClassName
{
border-color: #8F0C02;
}
.TagClassName
{
border-color: #8F0C02;
}
</style>