Shades of Dark Red #9E0903
Tints of Dark Red #9E0903
RGB
CMYK
RGB Variations
Color information
#9E0903 (or 0x9E0903) is known color: Dark Red. HEX triplet: 9E, 09 and 03. RGB value is (158,9,3). Sum of RGB (Red+Green+Blue) = 158+9+3=170 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0903 is #61F6FC. Grayscale: #353535. Windows color (decimal): -6420221 or 199070. OLE color: 199070.
HSL color Cylindrical-coordinate representation of color #9E0903: hue angle of 2.32º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0903 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.38 |
| HSL | 2.32º | 0.96% | 0.32% | - |
| HSV(B) | 2.32º | 0.98% | 0.62% | - |
| XYZ | 14.21 | 7.47 | 0.78 | - |
| YUV | 52.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 3 | 0 | 0.94 | 0.98 | 0.38 | 2.32 | 0.96 | 0.32 |
| Hex | 9E | 9 | 3 | 0 | 5E | 62 | 26 | 2 | 60 | 20 |
| Octal | 236 | 11 | 3 | 0 | 136 | 142 | 46 | 2 | 140 | 40 |
| Binary | 10011110 | 1001 | 11 | 0 | 1011110 | 1100010 | 100110 | 10 | 1100000 | 100000 |
Color Harmonies of #9E0903
Complementary color
Monochromatic Colors of #9E0903
Black with #9E0903
Text Example
Text Example
White with #9E0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0903; }
p { color: rgb(158,9,3); }
H1.HeaderClassName
{
color: #9E0903;
}
.AnyTagClassName
{
color: #9E0903;
}
</style>
background-color css
<style>
a { background-color: #9E0903; }
a { background-color: rgb(158,9,3); }
div.DivClassName
{
background-color: #9E0903;
}
.BgClassName
{
background-color: #9E0903;
}
</style>
border-color css
<style>
span { border-color: #9E0903; }
span { border-color: rgb(158,9,3); }
td.TdClassName
{
border-color: #9E0903;
}
.TagClassName
{
border-color: #9E0903;
}
</style>