Shades of Bright Red #9E113B
Tints of Bright Red #9E113B
RGB
CMYK
RGB Variations
Color information
#9E113B (or 0x9E113B) is known color: Bright Red. HEX triplet: 9E, 11 and 3B. RGB value is (158,17,59). Sum of RGB (Red+Green+Blue) = 158+17+59=234 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.52% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 158 - color contains mainly: red. Hex color #9E113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E113B is #61EEC4. Grayscale: #3F3F3F. Windows color (decimal): -6418117 or 3871134. OLE color: 3871134.
HSL color Cylindrical-coordinate representation of color #9E113B: hue angle of 342.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E113B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 59 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.38 |
| HSL | 342.13º | 0.81% | 0.34% | - |
| HSV(B) | 342.13º | 0.89% | 0.62% | - |
| XYZ | 15.09 | 7.99 | 4.88 | - |
| YUV | 63.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 59 | 0 | 0.89 | 0.63 | 0.38 | 342.13 | 0.81 | 0.34 |
| Hex | 9E | 11 | 3B | 0 | 59 | 3F | 26 | 156 | 51 | 22 |
| Octal | 236 | 21 | 73 | 0 | 131 | 77 | 46 | 526 | 121 | 42 |
| Binary | 10011110 | 10001 | 111011 | 0 | 1011001 | 111111 | 100110 | 101010110 | 1010001 | 100010 |
Color Harmonies of #9E113B
Complementary color
Monochromatic Colors of #9E113B
Black with #9E113B
Text Example
Text Example
White with #9E113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E113B; }
p { color: rgb(158,17,59); }
H1.HeaderClassName
{
color: #9E113B;
}
.AnyTagClassName
{
color: #9E113B;
}
</style>
background-color css
<style>
a { background-color: #9E113B; }
a { background-color: rgb(158,17,59); }
div.DivClassName
{
background-color: #9E113B;
}
.BgClassName
{
background-color: #9E113B;
}
</style>
border-color css
<style>
span { border-color: #9E113B; }
span { border-color: rgb(158,17,59); }
td.TdClassName
{
border-color: #9E113B;
}
.TagClassName
{
border-color: #9E113B;
}
</style>