Shades of Dark Red #8D0D04
Tints of Dark Red #8D0D04
RGB
CMYK
RGB Variations
Color information
#8D0D04 (or 0x8D0D04) is known color: Dark Red. HEX triplet: 8D, 0D and 04. RGB value is (141,13,4). Sum of RGB (Red+Green+Blue) = 141+13+4=158 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.24% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0D04 is #72F2FB. Grayscale: #323232. Windows color (decimal): -7533308 or 265613. OLE color: 265613.
HSL color Cylindrical-coordinate representation of color #8D0D04: hue angle of 3.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0D04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 13 | 4 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.45 |
| HSL | 3.94º | 0.94% | 0.28% | - |
| HSV(B) | 3.94º | 0.97% | 0.55% | - |
| XYZ | 11.15 | 5.96 | 0.68 | - |
| YUV | 50.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 13 | 4 | 0 | 0.91 | 0.97 | 0.45 | 3.94 | 0.94 | 0.28 |
| Hex | 8D | D | 4 | 0 | 5B | 61 | 2D | 4 | 5E | 1C |
| Octal | 215 | 15 | 4 | 0 | 133 | 141 | 55 | 4 | 136 | 34 |
| Binary | 10001101 | 1101 | 100 | 0 | 1011011 | 1100001 | 101101 | 100 | 1011110 | 11100 |
Color Harmonies of #8D0D04
Complementary color
Monochromatic Colors of #8D0D04
Black with #8D0D04
Text Example
Text Example
White with #8D0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0D04; }
p { color: rgb(141,13,4); }
H1.HeaderClassName
{
color: #8D0D04;
}
.AnyTagClassName
{
color: #8D0D04;
}
</style>
background-color css
<style>
a { background-color: #8D0D04; }
a { background-color: rgb(141,13,4); }
div.DivClassName
{
background-color: #8D0D04;
}
.BgClassName
{
background-color: #8D0D04;
}
</style>
border-color css
<style>
span { border-color: #8D0D04; }
span { border-color: rgb(141,13,4); }
td.TdClassName
{
border-color: #8D0D04;
}
.TagClassName
{
border-color: #8D0D04;
}
</style>