Shades of Dark Red #8D1109
Tints of Dark Red #8D1109
RGB
CMYK
RGB Variations
Color information
#8D1109 (or 0x8D1109) is known color: Dark Red. HEX triplet: 8D, 11 and 09. RGB value is (141,17,9). Sum of RGB (Red+Green+Blue) = 141+17+9=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1109 is #72EEF6. Grayscale: #353535. Windows color (decimal): -7532279 or 594317. OLE color: 594317.
HSL color Cylindrical-coordinate representation of color #8D1109: hue angle of 3.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D1109 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 9 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.45 |
| HSL | 3.64º | 0.88% | 0.29% | - |
| HSV(B) | 3.64º | 0.94% | 0.55% | - |
| XYZ | 11.23 | 6.08 | 0.84 | - |
| YUV | 53.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 9 | 0 | 0.88 | 0.94 | 0.45 | 3.64 | 0.88 | 0.29 |
| Hex | 8D | 11 | 9 | 0 | 58 | 5E | 2D | 4 | 58 | 1D |
| Octal | 215 | 21 | 11 | 0 | 130 | 136 | 55 | 4 | 130 | 35 |
| Binary | 10001101 | 10001 | 1001 | 0 | 1011000 | 1011110 | 101101 | 100 | 1011000 | 11101 |
Color Harmonies of #8D1109
Complementary color
Monochromatic Colors of #8D1109
Black with #8D1109
Text Example
Text Example
White with #8D1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1109; }
p { color: rgb(141,17,9); }
H1.HeaderClassName
{
color: #8D1109;
}
.AnyTagClassName
{
color: #8D1109;
}
</style>
background-color css
<style>
a { background-color: #8D1109; }
a { background-color: rgb(141,17,9); }
div.DivClassName
{
background-color: #8D1109;
}
.BgClassName
{
background-color: #8D1109;
}
</style>
border-color css
<style>
span { border-color: #8D1109; }
span { border-color: rgb(141,17,9); }
td.TdClassName
{
border-color: #8D1109;
}
.TagClassName
{
border-color: #8D1109;
}
</style>