Shades of Dark Red #8C1001
Tints of Dark Red #8C1001
RGB
CMYK
RGB Variations
Color information
#8C1001 (or 0x8C1001) is known color: Dark Red. HEX triplet: 8C, 10 and 01. RGB value is (140,16,1). Sum of RGB (Red+Green+Blue) = 140+16+1=157 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.17% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1001 is #73EFFE. Grayscale: #333333. Windows color (decimal): -7598079 or 69772. OLE color: 69772.
HSL color Cylindrical-coordinate representation of color #8C1001: hue angle of 6.47º 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 #8C1001 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.45 |
| HSL | 6.47º | 0.99% | 0.28% | - |
| HSV(B) | 6.47º | 0.99% | 0.55% | - |
| XYZ | 11.01 | 5.95 | 0.6 | - |
| YUV | 51.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 1 | 0 | 0.89 | 0.99 | 0.45 | 6.47 | 0.99 | 0.28 |
| Hex | 8C | 10 | 1 | 0 | 59 | 63 | 2D | 6 | 63 | 1C |
| Octal | 214 | 20 | 1 | 0 | 131 | 143 | 55 | 6 | 143 | 34 |
| Binary | 10001100 | 10000 | 1 | 0 | 1011001 | 1100011 | 101101 | 110 | 1100011 | 11100 |
Color Harmonies of #8C1001
Complementary color
Monochromatic Colors of #8C1001
Black with #8C1001
Text Example
Text Example
White with #8C1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1001; }
p { color: rgb(140,16,1); }
H1.HeaderClassName
{
color: #8C1001;
}
.AnyTagClassName
{
color: #8C1001;
}
</style>
background-color css
<style>
a { background-color: #8C1001; }
a { background-color: rgb(140,16,1); }
div.DivClassName
{
background-color: #8C1001;
}
.BgClassName
{
background-color: #8C1001;
}
</style>
border-color css
<style>
span { border-color: #8C1001; }
span { border-color: rgb(140,16,1); }
td.TdClassName
{
border-color: #8C1001;
}
.TagClassName
{
border-color: #8C1001;
}
</style>