Shades of Dark Red #9E1307
Tints of Dark Red #9E1307
RGB
CMYK
RGB Variations
Color information
#9E1307 (or 0x9E1307) is known color: Dark Red. HEX triplet: 9E, 13 and 07. RGB value is (158,19,7). Sum of RGB (Red+Green+Blue) = 158+19+7=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1307 is #61ECF8. Grayscale: #3B3B3B. Windows color (decimal): -6417657 or 463774. OLE color: 463774.
HSL color Cylindrical-coordinate representation of color #9E1307: hue angle of 4.77º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E1307 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.38 |
| HSL | 4.77º | 0.92% | 0.32% | - |
| HSV(B) | 4.77º | 0.96% | 0.62% | - |
| XYZ | 14.37 | 7.75 | 0.94 | - |
| YUV | 59.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 7 | 0 | 0.88 | 0.96 | 0.38 | 4.77 | 0.92 | 0.32 |
| Hex | 9E | 13 | 7 | 0 | 58 | 60 | 26 | 5 | 5C | 20 |
| Octal | 236 | 23 | 7 | 0 | 130 | 140 | 46 | 5 | 134 | 40 |
| Binary | 10011110 | 10011 | 111 | 0 | 1011000 | 1100000 | 100110 | 101 | 1011100 | 100000 |
Color Harmonies of #9E1307
Complementary color
Monochromatic Colors of #9E1307
Black with #9E1307
Text Example
Text Example
White with #9E1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1307; }
p { color: rgb(158,19,7); }
H1.HeaderClassName
{
color: #9E1307;
}
.AnyTagClassName
{
color: #9E1307;
}
</style>
background-color css
<style>
a { background-color: #9E1307; }
a { background-color: rgb(158,19,7); }
div.DivClassName
{
background-color: #9E1307;
}
.BgClassName
{
background-color: #9E1307;
}
</style>
border-color css
<style>
span { border-color: #9E1307; }
span { border-color: rgb(158,19,7); }
td.TdClassName
{
border-color: #9E1307;
}
.TagClassName
{
border-color: #9E1307;
}
</style>