Shades of Bright Red #9E192B
Tints of Bright Red #9E192B
RGB
CMYK
RGB Variations
Color information
#9E192B (or 0x9E192B) is known color: Bright Red. HEX triplet: 9E, 19 and 2B. RGB value is (158,25,43). Sum of RGB (Red+Green+Blue) = 158+25+43=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E192B is #61E6D4. Grayscale: #424242. Windows color (decimal): -6416085 or 2824606. OLE color: 2824606.
HSL color Cylindrical-coordinate representation of color #9E192B: hue angle of 351.88º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E192B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 43 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.38 |
| HSL | 351.88º | 0.73% | 0.36% | - |
| HSV(B) | 351.88º | 0.84% | 0.62% | - |
| XYZ | 14.88 | 8.14 | 3.07 | - |
| YUV | 66.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 43 | 0 | 0.84 | 0.73 | 0.38 | 351.88 | 0.73 | 0.36 |
| Hex | 9E | 19 | 2B | 0 | 54 | 49 | 26 | 160 | 49 | 24 |
| Octal | 236 | 31 | 53 | 0 | 124 | 111 | 46 | 540 | 111 | 44 |
| Binary | 10011110 | 11001 | 101011 | 0 | 1010100 | 1001001 | 100110 | 101100000 | 1001001 | 100100 |
Color Harmonies of #9E192B
Complementary color
Monochromatic Colors of #9E192B
Black with #9E192B
Text Example
Text Example
White with #9E192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E192B; }
p { color: rgb(158,25,43); }
H1.HeaderClassName
{
color: #9E192B;
}
.AnyTagClassName
{
color: #9E192B;
}
</style>
background-color css
<style>
a { background-color: #9E192B; }
a { background-color: rgb(158,25,43); }
div.DivClassName
{
background-color: #9E192B;
}
.BgClassName
{
background-color: #9E192B;
}
</style>
border-color css
<style>
span { border-color: #9E192B; }
span { border-color: rgb(158,25,43); }
td.TdClassName
{
border-color: #9E192B;
}
.TagClassName
{
border-color: #9E192B;
}
</style>