Shades of Bright Red #9E142B
Tints of Bright Red #9E142B
RGB
CMYK
RGB Variations
Color information
#9E142B (or 0x9E142B) is known color: Bright Red. HEX triplet: 9E, 14 and 2B. RGB value is (158,20,43). Sum of RGB (Red+Green+Blue) = 158+20+43=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E142B is #61EBD4. Grayscale: #3F3F3F. Windows color (decimal): -6417365 or 2823326. OLE color: 2823326.
HSL color Cylindrical-coordinate representation of color #9E142B: hue angle of 350º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E142B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 43 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.38 |
| HSL | 350º | 0.78% | 0.35% | - |
| HSV(B) | 350º | 0.87% | 0.62% | - |
| XYZ | 14.79 | 7.94 | 3.04 | - |
| YUV | 63.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 43 | 0 | 0.87 | 0.73 | 0.38 | 350 | 0.78 | 0.35 |
| Hex | 9E | 14 | 2B | 0 | 57 | 49 | 26 | 15E | 4E | 23 |
| Octal | 236 | 24 | 53 | 0 | 127 | 111 | 46 | 536 | 116 | 43 |
| Binary | 10011110 | 10100 | 101011 | 0 | 1010111 | 1001001 | 100110 | 101011110 | 1001110 | 100011 |
Color Harmonies of #9E142B
Complementary color
Monochromatic Colors of #9E142B
Black with #9E142B
Text Example
Text Example
White with #9E142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E142B; }
p { color: rgb(158,20,43); }
H1.HeaderClassName
{
color: #9E142B;
}
.AnyTagClassName
{
color: #9E142B;
}
</style>
background-color css
<style>
a { background-color: #9E142B; }
a { background-color: rgb(158,20,43); }
div.DivClassName
{
background-color: #9E142B;
}
.BgClassName
{
background-color: #9E142B;
}
</style>
border-color css
<style>
span { border-color: #9E142B; }
span { border-color: rgb(158,20,43); }
td.TdClassName
{
border-color: #9E142B;
}
.TagClassName
{
border-color: #9E142B;
}
</style>