Shades of Bright Red #9E132D
Tints of Bright Red #9E132D
RGB
CMYK
RGB Variations
Color information
#9E132D (or 0x9E132D) is known color: Bright Red. HEX triplet: 9E, 13 and 2D. RGB value is (158,19,45). Sum of RGB (Red+Green+Blue) = 158+19+45=222 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.17% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 158 - color contains mainly: red. Hex color #9E132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E132D is #61ECD2. Grayscale: #3F3F3F. Windows color (decimal): -6417619 or 2954142. OLE color: 2954142.
HSL color Cylindrical-coordinate representation of color #9E132D: hue angle of 348.78º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E132D is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 45 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.38 |
| HSL | 348.78º | 0.79% | 0.35% | - |
| HSV(B) | 348.78º | 0.88% | 0.62% | - |
| XYZ | 14.81 | 7.92 | 3.23 | - |
| YUV | 63.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 45 | 0 | 0.88 | 0.72 | 0.38 | 348.78 | 0.79 | 0.35 |
| Hex | 9E | 13 | 2D | 0 | 58 | 48 | 26 | 15D | 4F | 23 |
| Octal | 236 | 23 | 55 | 0 | 130 | 110 | 46 | 535 | 117 | 43 |
| Binary | 10011110 | 10011 | 101101 | 0 | 1011000 | 1001000 | 100110 | 101011101 | 1001111 | 100011 |
Color Harmonies of #9E132D
Complementary color
Monochromatic Colors of #9E132D
Black with #9E132D
Text Example
Text Example
White with #9E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E132D; }
p { color: rgb(158,19,45); }
H1.HeaderClassName
{
color: #9E132D;
}
.AnyTagClassName
{
color: #9E132D;
}
</style>
background-color css
<style>
a { background-color: #9E132D; }
a { background-color: rgb(158,19,45); }
div.DivClassName
{
background-color: #9E132D;
}
.BgClassName
{
background-color: #9E132D;
}
</style>
border-color css
<style>
span { border-color: #9E132D; }
span { border-color: rgb(158,19,45); }
td.TdClassName
{
border-color: #9E132D;
}
.TagClassName
{
border-color: #9E132D;
}
</style>