Shades of Bright Red #9E0E37
Tints of Bright Red #9E0E37
RGB
CMYK
RGB Variations
Color information
#9E0E37 (or 0x9E0E37) is known color: Bright Red. HEX triplet: 9E, 0E and 37. RGB value is (158,14,55). Sum of RGB (Red+Green+Blue) = 158+14+55=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E37 is #61F1C8. Grayscale: #3D3D3D. Windows color (decimal): -6418889 or 3608222. OLE color: 3608222.
HSL color Cylindrical-coordinate representation of color #9E0E37: hue angle of 342.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E37 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 55 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.38 |
| HSL | 342.92º | 0.84% | 0.34% | - |
| HSV(B) | 342.92º | 0.91% | 0.62% | - |
| XYZ | 14.95 | 7.86 | 4.34 | - |
| YUV | 61.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 55 | 0 | 0.91 | 0.65 | 0.38 | 342.92 | 0.84 | 0.34 |
| Hex | 9E | E | 37 | 0 | 5B | 41 | 26 | 157 | 54 | 22 |
| Octal | 236 | 16 | 67 | 0 | 133 | 101 | 46 | 527 | 124 | 42 |
| Binary | 10011110 | 1110 | 110111 | 0 | 1011011 | 1000001 | 100110 | 101010111 | 1010100 | 100010 |
Color Harmonies of #9E0E37
Complementary color
Monochromatic Colors of #9E0E37
Black with #9E0E37
Text Example
Text Example
White with #9E0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E37; }
p { color: rgb(158,14,55); }
H1.HeaderClassName
{
color: #9E0E37;
}
.AnyTagClassName
{
color: #9E0E37;
}
</style>
background-color css
<style>
a { background-color: #9E0E37; }
a { background-color: rgb(158,14,55); }
div.DivClassName
{
background-color: #9E0E37;
}
.BgClassName
{
background-color: #9E0E37;
}
</style>
border-color css
<style>
span { border-color: #9E0E37; }
span { border-color: rgb(158,14,55); }
td.TdClassName
{
border-color: #9E0E37;
}
.TagClassName
{
border-color: #9E0E37;
}
</style>