Shades of Dark Red #8D1001
Tints of Dark Red #8D1001
RGB
CMYK
RGB Variations
Color information
#8D1001 (or 0x8D1001) is known color: Dark Red. HEX triplet: 8D, 10 and 01. RGB value is (141,16,1). Sum of RGB (Red+Green+Blue) = 141+16+1=158 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.24% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1001 is #72EFFE. Grayscale: #333333. Windows color (decimal): -7532543 or 69773. OLE color: 69773.
HSL color Cylindrical-coordinate representation of color #8D1001: hue angle of 6.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D1001 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.45 |
| HSL | 6.43º | 0.99% | 0.28% | - |
| HSV(B) | 6.43º | 0.99% | 0.55% | - |
| XYZ | 11.18 | 6.04 | 0.6 | - |
| YUV | 51.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 1 | 0 | 0.89 | 0.99 | 0.45 | 6.43 | 0.99 | 0.28 |
| Hex | 8D | 10 | 1 | 0 | 59 | 63 | 2D | 6 | 63 | 1C |
| Octal | 215 | 20 | 1 | 0 | 131 | 143 | 55 | 6 | 143 | 34 |
| Binary | 10001101 | 10000 | 1 | 0 | 1011001 | 1100011 | 101101 | 110 | 1100011 | 11100 |
Color Harmonies of #8D1001
Complementary color
Monochromatic Colors of #8D1001
Black with #8D1001
Text Example
Text Example
White with #8D1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1001; }
p { color: rgb(141,16,1); }
H1.HeaderClassName
{
color: #8D1001;
}
.AnyTagClassName
{
color: #8D1001;
}
</style>
background-color css
<style>
a { background-color: #8D1001; }
a { background-color: rgb(141,16,1); }
div.DivClassName
{
background-color: #8D1001;
}
.BgClassName
{
background-color: #8D1001;
}
</style>
border-color css
<style>
span { border-color: #8D1001; }
span { border-color: rgb(141,16,1); }
td.TdClassName
{
border-color: #8D1001;
}
.TagClassName
{
border-color: #8D1001;
}
</style>