Shades of Bright Red #9E123B
Tints of Bright Red #9E123B
RGB
CMYK
RGB Variations
Color information
#9E123B (or 0x9E123B) is known color: Bright Red. HEX triplet: 9E, 12 and 3B. RGB value is (158,18,59). Sum of RGB (Red+Green+Blue) = 158+18+59=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E123B is #61EDC4. Grayscale: #404040. Windows color (decimal): -6417861 or 3871390. OLE color: 3871390.
HSL color Cylindrical-coordinate representation of color #9E123B: hue angle of 342.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E123B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 59 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.38 |
| HSL | 342.43º | 0.8% | 0.35% | - |
| HSV(B) | 342.43º | 0.89% | 0.62% | - |
| XYZ | 15.11 | 8.02 | 4.89 | - |
| YUV | 64.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 59 | 0 | 0.89 | 0.63 | 0.38 | 342.43 | 0.8 | 0.35 |
| Hex | 9E | 12 | 3B | 0 | 59 | 3F | 26 | 156 | 50 | 23 |
| Octal | 236 | 22 | 73 | 0 | 131 | 77 | 46 | 526 | 120 | 43 |
| Binary | 10011110 | 10010 | 111011 | 0 | 1011001 | 111111 | 100110 | 101010110 | 1010000 | 100011 |
Color Harmonies of #9E123B
Complementary color
Monochromatic Colors of #9E123B
Black with #9E123B
Text Example
Text Example
White with #9E123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E123B; }
p { color: rgb(158,18,59); }
H1.HeaderClassName
{
color: #9E123B;
}
.AnyTagClassName
{
color: #9E123B;
}
</style>
background-color css
<style>
a { background-color: #9E123B; }
a { background-color: rgb(158,18,59); }
div.DivClassName
{
background-color: #9E123B;
}
.BgClassName
{
background-color: #9E123B;
}
</style>
border-color css
<style>
span { border-color: #9E123B; }
span { border-color: rgb(158,18,59); }
td.TdClassName
{
border-color: #9E123B;
}
.TagClassName
{
border-color: #9E123B;
}
</style>