Shades of Dark Red #8C0603
Tints of Dark Red #8C0603
RGB
CMYK
RGB Variations
Color information
#8C0603 (or 0x8C0603) is known color: Dark Red. HEX triplet: 8C, 06 and 03. RGB value is (140,6,3). Sum of RGB (Red+Green+Blue) = 140+6+3=149 (19% of max value = 765). Red value is 140 (55.08% from 255 or 93.96% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0603 is #73F9FC. Grayscale: #2D2D2D. Windows color (decimal): -7600637 or 198284. OLE color: 198284.
HSL color Cylindrical-coordinate representation of color #8C0603: hue angle of 1.31º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0603 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 3 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.45 |
| HSL | 1.31º | 0.96% | 0.28% | - |
| HSV(B) | 1.31º | 0.98% | 0.55% | - |
| XYZ | 10.9 | 5.71 | 0.61 | - |
| YUV | 45.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 3 | 0 | 0.96 | 0.98 | 0.45 | 1.31 | 0.96 | 0.28 |
| Hex | 8C | 6 | 3 | 0 | 60 | 62 | 2D | 1 | 60 | 1C |
| Octal | 214 | 6 | 3 | 0 | 140 | 142 | 55 | 1 | 140 | 34 |
| Binary | 10001100 | 110 | 11 | 0 | 1100000 | 1100010 | 101101 | 1 | 1100000 | 11100 |
Color Harmonies of #8C0603
Complementary color
Monochromatic Colors of #8C0603
Black with #8C0603
Text Example
Text Example
White with #8C0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0603; }
p { color: rgb(140,6,3); }
H1.HeaderClassName
{
color: #8C0603;
}
.AnyTagClassName
{
color: #8C0603;
}
</style>
background-color css
<style>
a { background-color: #8C0603; }
a { background-color: rgb(140,6,3); }
div.DivClassName
{
background-color: #8C0603;
}
.BgClassName
{
background-color: #8C0603;
}
</style>
border-color css
<style>
span { border-color: #8C0603; }
span { border-color: rgb(140,6,3); }
td.TdClassName
{
border-color: #8C0603;
}
.TagClassName
{
border-color: #8C0603;
}
</style>