Shades of Dark Red #8C0908
Tints of Dark Red #8C0908
RGB
CMYK
RGB Variations
Color information
#8C0908 (or 0x8C0908) is known color: Dark Red. HEX triplet: 8C, 09 and 08. RGB value is (140,9,8). Sum of RGB (Red+Green+Blue) = 140+9+8=157 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.17% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0908 is #73F6F7. Grayscale: #303030. Windows color (decimal): -7599864 or 526732. OLE color: 526732.
HSL color Cylindrical-coordinate representation of color #8C0908: hue angle of 0.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0908 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 8 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.45 |
| HSL | 0.45º | 0.89% | 0.29% | - |
| HSV(B) | 0.45º | 0.94% | 0.55% | - |
| XYZ | 10.96 | 5.79 | 0.77 | - |
| YUV | 48.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 8 | 0 | 0.94 | 0.94 | 0.45 | 0.45 | 0.89 | 0.29 |
| Hex | 8C | 9 | 8 | 0 | 5E | 5E | 2D | 0 | 59 | 1D |
| Octal | 214 | 11 | 10 | 0 | 136 | 136 | 55 | 0 | 131 | 35 |
| Binary | 10001100 | 1001 | 1000 | 0 | 1011110 | 1011110 | 101101 | 0 | 1011001 | 11101 |
Color Harmonies of #8C0908
Complementary color
Monochromatic Colors of #8C0908
Black with #8C0908
Text Example
Text Example
White with #8C0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0908; }
p { color: rgb(140,9,8); }
H1.HeaderClassName
{
color: #8C0908;
}
.AnyTagClassName
{
color: #8C0908;
}
</style>
background-color css
<style>
a { background-color: #8C0908; }
a { background-color: rgb(140,9,8); }
div.DivClassName
{
background-color: #8C0908;
}
.BgClassName
{
background-color: #8C0908;
}
</style>
border-color css
<style>
span { border-color: #8C0908; }
span { border-color: rgb(140,9,8); }
td.TdClassName
{
border-color: #8C0908;
}
.TagClassName
{
border-color: #8C0908;
}
</style>