Shades of Dark Red #8F0D04
Tints of Dark Red #8F0D04
RGB
CMYK
RGB Variations
Color information
#8F0D04 (or 0x8F0D04) is known color: Dark Red. HEX triplet: 8F, 0D and 04. RGB value is (143,13,4). Sum of RGB (Red+Green+Blue) = 143+13+4=160 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0D04 is #70F2FB. Grayscale: #333333. Windows color (decimal): -7402236 or 265615. OLE color: 265615.
HSL color Cylindrical-coordinate representation of color #8F0D04: hue angle of 3.88º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0D04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 4 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.44 |
| HSL | 3.88º | 0.95% | 0.29% | - |
| HSV(B) | 3.88º | 0.97% | 0.56% | - |
| XYZ | 11.49 | 6.14 | 0.69 | - |
| YUV | 50.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 4 | 0 | 0.91 | 0.97 | 0.44 | 3.88 | 0.95 | 0.29 |
| Hex | 8F | D | 4 | 0 | 5B | 61 | 2C | 4 | 5F | 1D |
| Octal | 217 | 15 | 4 | 0 | 133 | 141 | 54 | 4 | 137 | 35 |
| Binary | 10001111 | 1101 | 100 | 0 | 1011011 | 1100001 | 101100 | 100 | 1011111 | 11101 |
Color Harmonies of #8F0D04
Complementary color
Monochromatic Colors of #8F0D04
Black with #8F0D04
Text Example
Text Example
White with #8F0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D04; }
p { color: rgb(143,13,4); }
H1.HeaderClassName
{
color: #8F0D04;
}
.AnyTagClassName
{
color: #8F0D04;
}
</style>
background-color css
<style>
a { background-color: #8F0D04; }
a { background-color: rgb(143,13,4); }
div.DivClassName
{
background-color: #8F0D04;
}
.BgClassName
{
background-color: #8F0D04;
}
</style>
border-color css
<style>
span { border-color: #8F0D04; }
span { border-color: rgb(143,13,4); }
td.TdClassName
{
border-color: #8F0D04;
}
.TagClassName
{
border-color: #8F0D04;
}
</style>