Shades of Bright Red #9E1439
Tints of Bright Red #9E1439
RGB
CMYK
RGB Variations
Color information
#9E1439 (or 0x9E1439) is known color: Bright Red. HEX triplet: 9E, 14 and 39. RGB value is (158,20,57). Sum of RGB (Red+Green+Blue) = 158+20+57=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1439 is #61EBC6. Grayscale: #414141. Windows color (decimal): -6417351 or 3740830. OLE color: 3740830.
HSL color Cylindrical-coordinate representation of color #9E1439: hue angle of 343.91º 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 #9E1439 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 57 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.38 |
| HSL | 343.91º | 0.78% | 0.35% | - |
| HSV(B) | 343.91º | 0.87% | 0.62% | - |
| XYZ | 15.09 | 8.06 | 4.63 | - |
| YUV | 65.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 57 | 0 | 0.87 | 0.64 | 0.38 | 343.91 | 0.78 | 0.35 |
| Hex | 9E | 14 | 39 | 0 | 57 | 40 | 26 | 158 | 4E | 23 |
| Octal | 236 | 24 | 71 | 0 | 127 | 100 | 46 | 530 | 116 | 43 |
| Binary | 10011110 | 10100 | 111001 | 0 | 1010111 | 1000000 | 100110 | 101011000 | 1001110 | 100011 |
Color Harmonies of #9E1439
Complementary color
Monochromatic Colors of #9E1439
Black with #9E1439
Text Example
Text Example
White with #9E1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1439; }
p { color: rgb(158,20,57); }
H1.HeaderClassName
{
color: #9E1439;
}
.AnyTagClassName
{
color: #9E1439;
}
</style>
background-color css
<style>
a { background-color: #9E1439; }
a { background-color: rgb(158,20,57); }
div.DivClassName
{
background-color: #9E1439;
}
.BgClassName
{
background-color: #9E1439;
}
</style>
border-color css
<style>
span { border-color: #9E1439; }
span { border-color: rgb(158,20,57); }
td.TdClassName
{
border-color: #9E1439;
}
.TagClassName
{
border-color: #9E1439;
}
</style>