Shades of Bright Red #9E143A
Tints of Bright Red #9E143A
RGB
CMYK
RGB Variations
Color information
#9E143A (or 0x9E143A) is known color: Bright Red. HEX triplet: 9E, 14 and 3A. RGB value is (158,20,58). Sum of RGB (Red+Green+Blue) = 158+20+58=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E143A is #61EBC5. Grayscale: #414141. Windows color (decimal): -6417350 or 3806366. OLE color: 3806366.
HSL color Cylindrical-coordinate representation of color #9E143A: hue angle of 343.48º 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 #9E143A is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 58 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.38 |
| HSL | 343.48º | 0.78% | 0.35% | - |
| HSV(B) | 343.48º | 0.87% | 0.62% | - |
| XYZ | 15.11 | 8.07 | 4.76 | - |
| YUV | 65.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 58 | 0 | 0.87 | 0.63 | 0.38 | 343.48 | 0.78 | 0.35 |
| Hex | 9E | 14 | 3A | 0 | 57 | 3F | 26 | 157 | 4E | 23 |
| Octal | 236 | 24 | 72 | 0 | 127 | 77 | 46 | 527 | 116 | 43 |
| Binary | 10011110 | 10100 | 111010 | 0 | 1010111 | 111111 | 100110 | 101010111 | 1001110 | 100011 |
Color Harmonies of #9E143A
Complementary color
Monochromatic Colors of #9E143A
Black with #9E143A
Text Example
Text Example
White with #9E143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E143A; }
p { color: rgb(158,20,58); }
H1.HeaderClassName
{
color: #9E143A;
}
.AnyTagClassName
{
color: #9E143A;
}
</style>
background-color css
<style>
a { background-color: #9E143A; }
a { background-color: rgb(158,20,58); }
div.DivClassName
{
background-color: #9E143A;
}
.BgClassName
{
background-color: #9E143A;
}
</style>
border-color css
<style>
span { border-color: #9E143A; }
span { border-color: rgb(158,20,58); }
td.TdClassName
{
border-color: #9E143A;
}
.TagClassName
{
border-color: #9E143A;
}
</style>