Shades of Bright Red #9E133B
Tints of Bright Red #9E133B
RGB
CMYK
RGB Variations
Color information
#9E133B (or 0x9E133B) is known color: Bright Red. HEX triplet: 9E, 13 and 3B. RGB value is (158,19,59). Sum of RGB (Red+Green+Blue) = 158+19+59=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E133B is #61ECC4. Grayscale: #414141. Windows color (decimal): -6417605 or 3871646. OLE color: 3871646.
HSL color Cylindrical-coordinate representation of color #9E133B: hue angle of 342.73º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E133B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 59 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.38 |
| HSL | 342.73º | 0.79% | 0.35% | - |
| HSV(B) | 342.73º | 0.88% | 0.62% | - |
| XYZ | 15.12 | 8.05 | 4.89 | - |
| YUV | 65.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 59 | 0 | 0.88 | 0.63 | 0.38 | 342.73 | 0.79 | 0.35 |
| Hex | 9E | 13 | 3B | 0 | 58 | 3F | 26 | 157 | 4F | 23 |
| Octal | 236 | 23 | 73 | 0 | 130 | 77 | 46 | 527 | 117 | 43 |
| Binary | 10011110 | 10011 | 111011 | 0 | 1011000 | 111111 | 100110 | 101010111 | 1001111 | 100011 |
Color Harmonies of #9E133B
Complementary color
Monochromatic Colors of #9E133B
Black with #9E133B
Text Example
Text Example
White with #9E133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E133B; }
p { color: rgb(158,19,59); }
H1.HeaderClassName
{
color: #9E133B;
}
.AnyTagClassName
{
color: #9E133B;
}
</style>
background-color css
<style>
a { background-color: #9E133B; }
a { background-color: rgb(158,19,59); }
div.DivClassName
{
background-color: #9E133B;
}
.BgClassName
{
background-color: #9E133B;
}
</style>
border-color css
<style>
span { border-color: #9E133B; }
span { border-color: rgb(158,19,59); }
td.TdClassName
{
border-color: #9E133B;
}
.TagClassName
{
border-color: #9E133B;
}
</style>