Shades of Dark Red #9E1308
Tints of Dark Red #9E1308
RGB
CMYK
RGB Variations
Color information
#9E1308 (or 0x9E1308) is known color: Dark Red. HEX triplet: 9E, 13 and 08. RGB value is (158,19,8). Sum of RGB (Red+Green+Blue) = 158+19+8=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1308 is #61ECF7. Grayscale: #3B3B3B. Windows color (decimal): -6417656 or 529310. OLE color: 529310.
HSL color Cylindrical-coordinate representation of color #9E1308: hue angle of 4.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E1308 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.38 |
| HSL | 4.4º | 0.9% | 0.33% | - |
| HSV(B) | 4.4º | 0.95% | 0.62% | - |
| XYZ | 14.38 | 7.75 | 0.97 | - |
| YUV | 59.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 8 | 0 | 0.88 | 0.95 | 0.38 | 4.4 | 0.9 | 0.33 |
| Hex | 9E | 13 | 8 | 0 | 58 | 5F | 26 | 4 | 5A | 21 |
| Octal | 236 | 23 | 10 | 0 | 130 | 137 | 46 | 4 | 132 | 41 |
| Binary | 10011110 | 10011 | 1000 | 0 | 1011000 | 1011111 | 100110 | 100 | 1011010 | 100001 |
Color Harmonies of #9E1308
Complementary color
Monochromatic Colors of #9E1308
Black with #9E1308
Text Example
Text Example
White with #9E1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1308; }
p { color: rgb(158,19,8); }
H1.HeaderClassName
{
color: #9E1308;
}
.AnyTagClassName
{
color: #9E1308;
}
</style>
background-color css
<style>
a { background-color: #9E1308; }
a { background-color: rgb(158,19,8); }
div.DivClassName
{
background-color: #9E1308;
}
.BgClassName
{
background-color: #9E1308;
}
</style>
border-color css
<style>
span { border-color: #9E1308; }
span { border-color: rgb(158,19,8); }
td.TdClassName
{
border-color: #9E1308;
}
.TagClassName
{
border-color: #9E1308;
}
</style>