Shades of Bright Red #9E152A
Tints of Bright Red #9E152A
RGB
CMYK
RGB Variations
Color information
#9E152A (or 0x9E152A) is known color: Bright Red. HEX triplet: 9E, 15 and 2A. RGB value is (158,21,42). Sum of RGB (Red+Green+Blue) = 158+21+42=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E152A is #61EAD5. Grayscale: #404040. Windows color (decimal): -6417110 or 2758046. OLE color: 2758046.
HSL color Cylindrical-coordinate representation of color #9E152A: hue angle of 350.8º degrees, saturation: 0.77, 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 #9E152A is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 42 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.38 |
| HSL | 350.8º | 0.77% | 0.35% | - |
| HSV(B) | 350.8º | 0.87% | 0.62% | - |
| XYZ | 14.79 | 7.97 | 2.95 | - |
| YUV | 64.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 42 | 0 | 0.87 | 0.73 | 0.38 | 350.8 | 0.77 | 0.35 |
| Hex | 9E | 15 | 2A | 0 | 57 | 49 | 26 | 15F | 4D | 23 |
| Octal | 236 | 25 | 52 | 0 | 127 | 111 | 46 | 537 | 115 | 43 |
| Binary | 10011110 | 10101 | 101010 | 0 | 1010111 | 1001001 | 100110 | 101011111 | 1001101 | 100011 |
Color Harmonies of #9E152A
Complementary color
Monochromatic Colors of #9E152A
Black with #9E152A
Text Example
Text Example
White with #9E152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E152A; }
p { color: rgb(158,21,42); }
H1.HeaderClassName
{
color: #9E152A;
}
.AnyTagClassName
{
color: #9E152A;
}
</style>
background-color css
<style>
a { background-color: #9E152A; }
a { background-color: rgb(158,21,42); }
div.DivClassName
{
background-color: #9E152A;
}
.BgClassName
{
background-color: #9E152A;
}
</style>
border-color css
<style>
span { border-color: #9E152A; }
span { border-color: rgb(158,21,42); }
td.TdClassName
{
border-color: #9E152A;
}
.TagClassName
{
border-color: #9E152A;
}
</style>