Shades of Dark Red #8D1505
Tints of Dark Red #8D1505
RGB
CMYK
RGB Variations
Color information
#8D1505 (or 0x8D1505) is known color: Dark Red. HEX triplet: 8D, 15 and 05. RGB value is (141,21,5). Sum of RGB (Red+Green+Blue) = 141+21+5=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1505 is #72EAFA. Grayscale: #373737. Windows color (decimal): -7531259 or 333197. OLE color: 333197.
HSL color Cylindrical-coordinate representation of color #8D1505: hue angle of 7.06º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D1505 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 5 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.45 |
| HSL | 7.06º | 0.93% | 0.29% | - |
| HSV(B) | 7.06º | 0.96% | 0.55% | - |
| XYZ | 11.28 | 6.21 | 0.75 | - |
| YUV | 55.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 5 | 0 | 0.85 | 0.96 | 0.45 | 7.06 | 0.93 | 0.29 |
| Hex | 8D | 15 | 5 | 0 | 55 | 60 | 2D | 7 | 5D | 1D |
| Octal | 215 | 25 | 5 | 0 | 125 | 140 | 55 | 7 | 135 | 35 |
| Binary | 10001101 | 10101 | 101 | 0 | 1010101 | 1100000 | 101101 | 111 | 1011101 | 11101 |
Color Harmonies of #8D1505
Complementary color
Monochromatic Colors of #8D1505
Black with #8D1505
Text Example
Text Example
White with #8D1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1505; }
p { color: rgb(141,21,5); }
H1.HeaderClassName
{
color: #8D1505;
}
.AnyTagClassName
{
color: #8D1505;
}
</style>
background-color css
<style>
a { background-color: #8D1505; }
a { background-color: rgb(141,21,5); }
div.DivClassName
{
background-color: #8D1505;
}
.BgClassName
{
background-color: #8D1505;
}
</style>
border-color css
<style>
span { border-color: #8D1505; }
span { border-color: rgb(141,21,5); }
td.TdClassName
{
border-color: #8D1505;
}
.TagClassName
{
border-color: #8D1505;
}
</style>