Shades of Dark Red #9E0800
Tints of Dark Red #9E0800
RGB
CMYK
RGB Variations
Color information
#9E0800 (or 0x9E0800) is known color: Dark Red. HEX triplet: 9E, 08 and 00. RGB value is (158,8,0). Sum of RGB (Red+Green+Blue) = 158+8+0=166 (21% of max value = 765). Red value is 158 (62.11% from 255 or 95.18% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0800 is #61F7FF. Grayscale: #343434. Windows color (decimal): -6420480 or 2206. OLE color: 2206.
HSL color Cylindrical-coordinate representation of color #9E0800: hue angle of 3.04º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.38 |
| HSL | 3.04º | 1% | 0.31% | - |
| HSV(B) | 3.04º | 1% | 0.62% | - |
| XYZ | 14.19 | 7.44 | 0.69 | - |
| YUV | 51.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 0 | 0 | 0.95 | 1 | 0.38 | 3.04 | 1 | 0.31 |
| Hex | 9E | 8 | 0 | 0 | 5F | 64 | 26 | 3 | 64 | 1F |
| Octal | 236 | 10 | 0 | 0 | 137 | 144 | 46 | 3 | 144 | 37 |
| Binary | 10011110 | 1000 | 0 | 0 | 1011111 | 1100100 | 100110 | 11 | 1100100 | 11111 |
Color Harmonies of #9E0800
Complementary color
Monochromatic Colors of #9E0800
Black with #9E0800
Text Example
Text Example
White with #9E0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0800; }
p { color: rgb(158,8,0); }
H1.HeaderClassName
{
color: #9E0800;
}
.AnyTagClassName
{
color: #9E0800;
}
</style>
background-color css
<style>
a { background-color: #9E0800; }
a { background-color: rgb(158,8,0); }
div.DivClassName
{
background-color: #9E0800;
}
.BgClassName
{
background-color: #9E0800;
}
</style>
border-color css
<style>
span { border-color: #9E0800; }
span { border-color: rgb(158,8,0); }
td.TdClassName
{
border-color: #9E0800;
}
.TagClassName
{
border-color: #9E0800;
}
</style>