Shades of Dark Red #8C0500
Tints of Dark Red #8C0500
RGB
CMYK
RGB Variations
Color information
#8C0500 (or 0x8C0500) is known color: Dark Red. HEX triplet: 8C, 05 and 00. RGB value is (140,5,0). Sum of RGB (Red+Green+Blue) = 140+5+0=145 (19% of max value = 765). Red value is 140 (55.08% from 255 or 96.55% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0500 is #73FAFF. Grayscale: #2C2C2C. Windows color (decimal): -7600896 or 1420. OLE color: 1420.
HSL color Cylindrical-coordinate representation of color #8C0500: hue angle of 2.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.45 |
| HSL | 2.14º | 1% | 0.27% | - |
| HSV(B) | 2.14º | 1% | 0.55% | - |
| XYZ | 10.87 | 5.68 | 0.52 | - |
| YUV | 44.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 0 | 0 | 0.96 | 1 | 0.45 | 2.14 | 1 | 0.27 |
| Hex | 8C | 5 | 0 | 0 | 60 | 64 | 2D | 2 | 64 | 1B |
| Octal | 214 | 5 | 0 | 0 | 140 | 144 | 55 | 2 | 144 | 33 |
| Binary | 10001100 | 101 | 0 | 0 | 1100000 | 1100100 | 101101 | 10 | 1100100 | 11011 |
Color Harmonies of #8C0500
Complementary color
Monochromatic Colors of #8C0500
Black with #8C0500
Text Example
Text Example
White with #8C0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0500; }
p { color: rgb(140,5,0); }
H1.HeaderClassName
{
color: #8C0500;
}
.AnyTagClassName
{
color: #8C0500;
}
</style>
background-color css
<style>
a { background-color: #8C0500; }
a { background-color: rgb(140,5,0); }
div.DivClassName
{
background-color: #8C0500;
}
.BgClassName
{
background-color: #8C0500;
}
</style>
border-color css
<style>
span { border-color: #8C0500; }
span { border-color: rgb(140,5,0); }
td.TdClassName
{
border-color: #8C0500;
}
.TagClassName
{
border-color: #8C0500;
}
</style>