Shades of Dark Red #8C1901
Tints of Dark Red #8C1901
RGB
CMYK
RGB Variations
Color information
#8C1901 (or 0x8C1901) is known color: Dark Red. HEX triplet: 8C, 19 and 01. RGB value is (140,25,1). Sum of RGB (Red+Green+Blue) = 140+25+1=166 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.34% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1901 is #73E6FE. Grayscale: #383838. Windows color (decimal): -7595775 or 72076. OLE color: 72076.
HSL color Cylindrical-coordinate representation of color #8C1901: hue angle of 10.36º 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 #8C1901 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.45 |
| HSL | 10.36º | 0.99% | 0.28% | - |
| HSV(B) | 10.36º | 0.99% | 0.55% | - |
| XYZ | 11.17 | 6.27 | 0.65 | - |
| YUV | 56.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 1 | 0 | 0.82 | 0.99 | 0.45 | 10.36 | 0.99 | 0.28 |
| Hex | 8C | 19 | 1 | 0 | 52 | 63 | 2D | A | 63 | 1C |
| Octal | 214 | 31 | 1 | 0 | 122 | 143 | 55 | 12 | 143 | 34 |
| Binary | 10001100 | 11001 | 1 | 0 | 1010010 | 1100011 | 101101 | 1010 | 1100011 | 11100 |
Color Harmonies of #8C1901
Complementary color
Monochromatic Colors of #8C1901
Black with #8C1901
Text Example
Text Example
White with #8C1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1901; }
p { color: rgb(140,25,1); }
H1.HeaderClassName
{
color: #8C1901;
}
.AnyTagClassName
{
color: #8C1901;
}
</style>
background-color css
<style>
a { background-color: #8C1901; }
a { background-color: rgb(140,25,1); }
div.DivClassName
{
background-color: #8C1901;
}
.BgClassName
{
background-color: #8C1901;
}
</style>
border-color css
<style>
span { border-color: #8C1901; }
span { border-color: rgb(140,25,1); }
td.TdClassName
{
border-color: #8C1901;
}
.TagClassName
{
border-color: #8C1901;
}
</style>