Shades of Bright Red #9E1639
Tints of Bright Red #9E1639
RGB
CMYK
RGB Variations
Color information
#9E1639 (or 0x9E1639) is known color: Bright Red. HEX triplet: 9E, 16 and 39. RGB value is (158,22,57). Sum of RGB (Red+Green+Blue) = 158+22+57=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1639 is #61E9C6. Grayscale: #424242. Windows color (decimal): -6416839 or 3741342. OLE color: 3741342.
HSL color Cylindrical-coordinate representation of color #9E1639: hue angle of 344.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1639 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 57 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.38 |
| HSL | 344.56º | 0.76% | 0.35% | - |
| HSV(B) | 344.56º | 0.86% | 0.62% | - |
| XYZ | 15.13 | 8.14 | 4.64 | - |
| YUV | 66.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 57 | 0 | 0.86 | 0.64 | 0.38 | 344.56 | 0.76 | 0.35 |
| Hex | 9E | 16 | 39 | 0 | 56 | 40 | 26 | 159 | 4C | 23 |
| Octal | 236 | 26 | 71 | 0 | 126 | 100 | 46 | 531 | 114 | 43 |
| Binary | 10011110 | 10110 | 111001 | 0 | 1010110 | 1000000 | 100110 | 101011001 | 1001100 | 100011 |
Color Harmonies of #9E1639
Complementary color
Monochromatic Colors of #9E1639
Black with #9E1639
Text Example
Text Example
White with #9E1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1639; }
p { color: rgb(158,22,57); }
H1.HeaderClassName
{
color: #9E1639;
}
.AnyTagClassName
{
color: #9E1639;
}
</style>
background-color css
<style>
a { background-color: #9E1639; }
a { background-color: rgb(158,22,57); }
div.DivClassName
{
background-color: #9E1639;
}
.BgClassName
{
background-color: #9E1639;
}
</style>
border-color css
<style>
span { border-color: #9E1639; }
span { border-color: rgb(158,22,57); }
td.TdClassName
{
border-color: #9E1639;
}
.TagClassName
{
border-color: #9E1639;
}
</style>