Shades of Dark Red #8F1505
Tints of Dark Red #8F1505
RGB
CMYK
RGB Variations
Color information
#8F1505 (or 0x8F1505) is known color: Dark Red. HEX triplet: 8F, 15 and 05. RGB value is (143,21,5). Sum of RGB (Red+Green+Blue) = 143+21+5=169 (22% of max value = 765). Red value is 143 (56.25% from 255 or 84.62% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1505 is #70EAFA. Grayscale: #373737. Windows color (decimal): -7400187 or 333199. OLE color: 333199.
HSL color Cylindrical-coordinate representation of color #8F1505: hue angle of 6.96º degrees, saturation: 0.93, 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 #8F1505 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.44 |
| HSL | 6.96º | 0.93% | 0.29% | - |
| HSV(B) | 6.96º | 0.97% | 0.56% | - |
| XYZ | 11.62 | 6.39 | 0.76 | - |
| YUV | 55.65 | 99.42 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 5 | 0 | 0.85 | 0.97 | 0.44 | 6.96 | 0.93 | 0.29 |
| Hex | 8F | 15 | 5 | 0 | 55 | 61 | 2C | 7 | 5D | 1D |
| Octal | 217 | 25 | 5 | 0 | 125 | 141 | 54 | 7 | 135 | 35 |
| Binary | 10001111 | 10101 | 101 | 0 | 1010101 | 1100001 | 101100 | 111 | 1011101 | 11101 |
Color Harmonies of #8F1505
Complementary color
Monochromatic Colors of #8F1505
Black with #8F1505
Text Example
Text Example
White with #8F1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1505; }
p { color: rgb(143,21,5); }
H1.HeaderClassName
{
color: #8F1505;
}
.AnyTagClassName
{
color: #8F1505;
}
</style>
background-color css
<style>
a { background-color: #8F1505; }
a { background-color: rgb(143,21,5); }
div.DivClassName
{
background-color: #8F1505;
}
.BgClassName
{
background-color: #8F1505;
}
</style>
border-color css
<style>
span { border-color: #8F1505; }
span { border-color: rgb(143,21,5); }
td.TdClassName
{
border-color: #8F1505;
}
.TagClassName
{
border-color: #8F1505;
}
</style>