Shades of Bright Red #9E152D
Tints of Bright Red #9E152D
RGB
CMYK
RGB Variations
Color information
#9E152D (or 0x9E152D) is known color: Bright Red. HEX triplet: 9E, 15 and 2D. RGB value is (158,21,45). Sum of RGB (Red+Green+Blue) = 158+21+45=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E152D is #61EAD2. Grayscale: #404040. Windows color (decimal): -6417107 or 2954654. OLE color: 2954654.
HSL color Cylindrical-coordinate representation of color #9E152D: hue angle of 349.49º 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 #9E152D is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 21 | 45 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.38 |
| HSL | 349.49º | 0.77% | 0.35% | - |
| HSV(B) | 349.49º | 0.87% | 0.62% | - |
| XYZ | 14.84 | 7.99 | 3.24 | - |
| YUV | 64.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 21 | 45 | 0 | 0.87 | 0.72 | 0.38 | 349.49 | 0.77 | 0.35 |
| Hex | 9E | 15 | 2D | 0 | 57 | 48 | 26 | 15D | 4D | 23 |
| Octal | 236 | 25 | 55 | 0 | 127 | 110 | 46 | 535 | 115 | 43 |
| Binary | 10011110 | 10101 | 101101 | 0 | 1010111 | 1001000 | 100110 | 101011101 | 1001101 | 100011 |
Color Harmonies of #9E152D
Complementary color
Monochromatic Colors of #9E152D
Black with #9E152D
Text Example
Text Example
White with #9E152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E152D; }
p { color: rgb(158,21,45); }
H1.HeaderClassName
{
color: #9E152D;
}
.AnyTagClassName
{
color: #9E152D;
}
</style>
background-color css
<style>
a { background-color: #9E152D; }
a { background-color: rgb(158,21,45); }
div.DivClassName
{
background-color: #9E152D;
}
.BgClassName
{
background-color: #9E152D;
}
</style>
border-color css
<style>
span { border-color: #9E152D; }
span { border-color: rgb(158,21,45); }
td.TdClassName
{
border-color: #9E152D;
}
.TagClassName
{
border-color: #9E152D;
}
</style>