Shades of Bright Red #9E2131
Tints of Bright Red #9E2131
RGB
CMYK
RGB Variations
Color information
#9E2131 (or 0x9E2131) is known color: Bright Red. HEX triplet: 9E, 21 and 31. RGB value is (158,33,49). Sum of RGB (Red+Green+Blue) = 158+33+49=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2131 is #61DECE. Grayscale: #484848. Windows color (decimal): -6414031 or 3219870. OLE color: 3219870.
HSL color Cylindrical-coordinate representation of color #9E2131: hue angle of 352.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2131 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 49 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.38 |
| HSL | 352.32º | 0.65% | 0.37% | - |
| HSV(B) | 352.32º | 0.79% | 0.62% | - |
| XYZ | 15.2 | 8.58 | 3.76 | - |
| YUV | 72.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 49 | 0 | 0.79 | 0.69 | 0.38 | 352.32 | 0.65 | 0.37 |
| Hex | 9E | 21 | 31 | 0 | 4F | 45 | 26 | 160 | 41 | 25 |
| Octal | 236 | 41 | 61 | 0 | 117 | 105 | 46 | 540 | 101 | 45 |
| Binary | 10011110 | 100001 | 110001 | 0 | 1001111 | 1000101 | 100110 | 101100000 | 1000001 | 100101 |
Color Harmonies of #9E2131
Complementary color
Monochromatic Colors of #9E2131
Black with #9E2131
Text Example
Text Example
White with #9E2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2131; }
p { color: rgb(158,33,49); }
H1.HeaderClassName
{
color: #9E2131;
}
.AnyTagClassName
{
color: #9E2131;
}
</style>
background-color css
<style>
a { background-color: #9E2131; }
a { background-color: rgb(158,33,49); }
div.DivClassName
{
background-color: #9E2131;
}
.BgClassName
{
background-color: #9E2131;
}
</style>
border-color css
<style>
span { border-color: #9E2131; }
span { border-color: rgb(158,33,49); }
td.TdClassName
{
border-color: #9E2131;
}
.TagClassName
{
border-color: #9E2131;
}
</style>