Shades of Dark Red #9E1103
Tints of Dark Red #9E1103
RGB
CMYK
RGB Variations
Color information
#9E1103 (or 0x9E1103) is known color: Dark Red. HEX triplet: 9E, 11 and 03. RGB value is (158,17,3). Sum of RGB (Red+Green+Blue) = 158+17+3=178 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.76% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1103 is #61EEFC. Grayscale: #393939. Windows color (decimal): -6418173 or 201118. OLE color: 201118.
HSL color Cylindrical-coordinate representation of color #9E1103: hue angle of 5.42º 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 #9E1103 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.38 |
| HSL | 5.42º | 0.96% | 0.32% | - |
| HSV(B) | 5.42º | 0.98% | 0.62% | - |
| XYZ | 14.32 | 7.68 | 0.81 | - |
| YUV | 57.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 3 | 0 | 0.89 | 0.98 | 0.38 | 5.42 | 0.96 | 0.32 |
| Hex | 9E | 11 | 3 | 0 | 59 | 62 | 26 | 5 | 60 | 20 |
| Octal | 236 | 21 | 3 | 0 | 131 | 142 | 46 | 5 | 140 | 40 |
| Binary | 10011110 | 10001 | 11 | 0 | 1011001 | 1100010 | 100110 | 101 | 1100000 | 100000 |
Color Harmonies of #9E1103
Complementary color
Monochromatic Colors of #9E1103
Black with #9E1103
Text Example
Text Example
White with #9E1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1103; }
p { color: rgb(158,17,3); }
H1.HeaderClassName
{
color: #9E1103;
}
.AnyTagClassName
{
color: #9E1103;
}
</style>
background-color css
<style>
a { background-color: #9E1103; }
a { background-color: rgb(158,17,3); }
div.DivClassName
{
background-color: #9E1103;
}
.BgClassName
{
background-color: #9E1103;
}
</style>
border-color css
<style>
span { border-color: #9E1103; }
span { border-color: rgb(158,17,3); }
td.TdClassName
{
border-color: #9E1103;
}
.TagClassName
{
border-color: #9E1103;
}
</style>