Shades of Bright Red #9E2637
Tints of Bright Red #9E2637
RGB
CMYK
RGB Variations
Color information
#9E2637 (or 0x9E2637) is known color: Bright Red. HEX triplet: 9E, 26 and 37. RGB value is (158,38,55). Sum of RGB (Red+Green+Blue) = 158+38+55=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2637 is #61D9C8. Grayscale: #4B4B4B. Windows color (decimal): -6412745 or 3614366. OLE color: 3614366.
HSL color Cylindrical-coordinate representation of color #9E2637: hue angle of 351.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E2637 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 55 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.38 |
| HSL | 351.5º | 0.61% | 0.38% | - |
| HSV(B) | 351.5º | 0.76% | 0.62% | - |
| XYZ | 15.48 | 8.93 | 4.52 | - |
| YUV | 75.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 55 | 0 | 0.76 | 0.65 | 0.38 | 351.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 37 | 0 | 4C | 41 | 26 | 160 | 3D | 26 |
| Octal | 236 | 46 | 67 | 0 | 114 | 101 | 46 | 540 | 75 | 46 |
| Binary | 10011110 | 100110 | 110111 | 0 | 1001100 | 1000001 | 100110 | 101100000 | 111101 | 100110 |
Color Harmonies of #9E2637
Complementary color
Monochromatic Colors of #9E2637
Black with #9E2637
Text Example
Text Example
White with #9E2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2637; }
p { color: rgb(158,38,55); }
H1.HeaderClassName
{
color: #9E2637;
}
.AnyTagClassName
{
color: #9E2637;
}
</style>
background-color css
<style>
a { background-color: #9E2637; }
a { background-color: rgb(158,38,55); }
div.DivClassName
{
background-color: #9E2637;
}
.BgClassName
{
background-color: #9E2637;
}
</style>
border-color css
<style>
span { border-color: #9E2637; }
span { border-color: rgb(158,38,55); }
td.TdClassName
{
border-color: #9E2637;
}
.TagClassName
{
border-color: #9E2637;
}
</style>