Shades of Bright Red #9E1437
Tints of Bright Red #9E1437
RGB
CMYK
RGB Variations
Color information
#9E1437 (or 0x9E1437) is known color: Bright Red. HEX triplet: 9E, 14 and 37. RGB value is (158,20,55). Sum of RGB (Red+Green+Blue) = 158+20+55=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1437 is #61EBC8. Grayscale: #414141. Windows color (decimal): -6417353 or 3609758. OLE color: 3609758.
HSL color Cylindrical-coordinate representation of color #9E1437: hue angle of 344.78º 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 #9E1437 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 55 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.38 |
| HSL | 344.78º | 0.78% | 0.35% | - |
| HSV(B) | 344.78º | 0.87% | 0.62% | - |
| XYZ | 15.04 | 8.05 | 4.37 | - |
| YUV | 65.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 55 | 0 | 0.87 | 0.65 | 0.38 | 344.78 | 0.78 | 0.35 |
| Hex | 9E | 14 | 37 | 0 | 57 | 41 | 26 | 159 | 4E | 23 |
| Octal | 236 | 24 | 67 | 0 | 127 | 101 | 46 | 531 | 116 | 43 |
| Binary | 10011110 | 10100 | 110111 | 0 | 1010111 | 1000001 | 100110 | 101011001 | 1001110 | 100011 |
Color Harmonies of #9E1437
Complementary color
Monochromatic Colors of #9E1437
Black with #9E1437
Text Example
Text Example
White with #9E1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1437; }
p { color: rgb(158,20,55); }
H1.HeaderClassName
{
color: #9E1437;
}
.AnyTagClassName
{
color: #9E1437;
}
</style>
background-color css
<style>
a { background-color: #9E1437; }
a { background-color: rgb(158,20,55); }
div.DivClassName
{
background-color: #9E1437;
}
.BgClassName
{
background-color: #9E1437;
}
</style>
border-color css
<style>
span { border-color: #9E1437; }
span { border-color: rgb(158,20,55); }
td.TdClassName
{
border-color: #9E1437;
}
.TagClassName
{
border-color: #9E1437;
}
</style>