Shades of Bright Red #9E1A37
Tints of Bright Red #9E1A37
RGB
CMYK
RGB Variations
Color information
#9E1A37 (or 0x9E1A37) is known color: Bright Red. HEX triplet: 9E, 1A and 37. RGB value is (158,26,55). Sum of RGB (Red+Green+Blue) = 158+26+55=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1A37 is #61E5C8. Grayscale: #444444. Windows color (decimal): -6415817 or 3611294. OLE color: 3611294.
HSL color Cylindrical-coordinate representation of color #9E1A37: hue angle of 346.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A37 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 26 | 55 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.38 |
| HSL | 346.82º | 0.72% | 0.36% | - |
| HSV(B) | 346.82º | 0.84% | 0.62% | - |
| XYZ | 15.16 | 8.28 | 4.41 | - |
| YUV | 68.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 55 | 0 | 0.84 | 0.65 | 0.38 | 346.82 | 0.72 | 0.36 |
| Hex | 9E | 1A | 37 | 0 | 54 | 41 | 26 | 15B | 48 | 24 |
| Octal | 236 | 32 | 67 | 0 | 124 | 101 | 46 | 533 | 110 | 44 |
| Binary | 10011110 | 11010 | 110111 | 0 | 1010100 | 1000001 | 100110 | 101011011 | 1001000 | 100100 |
Color Harmonies of #9E1A37
Complementary color
Monochromatic Colors of #9E1A37
Black with #9E1A37
Text Example
Text Example
White with #9E1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1A37; }
p { color: rgb(158,26,55); }
H1.HeaderClassName
{
color: #9E1A37;
}
.AnyTagClassName
{
color: #9E1A37;
}
</style>
background-color css
<style>
a { background-color: #9E1A37; }
a { background-color: rgb(158,26,55); }
div.DivClassName
{
background-color: #9E1A37;
}
.BgClassName
{
background-color: #9E1A37;
}
</style>
border-color css
<style>
span { border-color: #9E1A37; }
span { border-color: rgb(158,26,55); }
td.TdClassName
{
border-color: #9E1A37;
}
.TagClassName
{
border-color: #9E1A37;
}
</style>