Shades of Dark Red #8C1503
Tints of Dark Red #8C1503
RGB
CMYK
RGB Variations
Color information
#8C1503 (or 0x8C1503) is known color: Dark Red. HEX triplet: 8C, 15 and 03. RGB value is (140,21,3). Sum of RGB (Red+Green+Blue) = 140+21+3=164 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.37% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1503 is #73EAFC. Grayscale: #363636. Windows color (decimal): -7596797 or 202124. OLE color: 202124.
HSL color Cylindrical-coordinate representation of color #8C1503: hue angle of 7.88º 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 #8C1503 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.45 |
| HSL | 7.88º | 0.96% | 0.28% | - |
| HSV(B) | 7.88º | 0.98% | 0.55% | - |
| XYZ | 11.1 | 6.12 | 0.68 | - |
| YUV | 54.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 3 | 0 | 0.85 | 0.98 | 0.45 | 7.88 | 0.96 | 0.28 |
| Hex | 8C | 15 | 3 | 0 | 55 | 62 | 2D | 8 | 60 | 1C |
| Octal | 214 | 25 | 3 | 0 | 125 | 142 | 55 | 10 | 140 | 34 |
| Binary | 10001100 | 10101 | 11 | 0 | 1010101 | 1100010 | 101101 | 1000 | 1100000 | 11100 |
Color Harmonies of #8C1503
Complementary color
Monochromatic Colors of #8C1503
Black with #8C1503
Text Example
Text Example
White with #8C1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1503; }
p { color: rgb(140,21,3); }
H1.HeaderClassName
{
color: #8C1503;
}
.AnyTagClassName
{
color: #8C1503;
}
</style>
background-color css
<style>
a { background-color: #8C1503; }
a { background-color: rgb(140,21,3); }
div.DivClassName
{
background-color: #8C1503;
}
.BgClassName
{
background-color: #8C1503;
}
</style>
border-color css
<style>
span { border-color: #8C1503; }
span { border-color: rgb(140,21,3); }
td.TdClassName
{
border-color: #8C1503;
}
.TagClassName
{
border-color: #8C1503;
}
</style>