Shades of Bright Red #9E133D
Tints of Bright Red #9E133D
RGB
CMYK
RGB Variations
Color information
#9E133D (or 0x9E133D) is known color: Bright Red. HEX triplet: 9E, 13 and 3D. RGB value is (158,19,61). Sum of RGB (Red+Green+Blue) = 158+19+61=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E133D is #61ECC2. Grayscale: #414141. Windows color (decimal): -6417603 or 4002718. OLE color: 4002718.
HSL color Cylindrical-coordinate representation of color #9E133D: hue angle of 341.87º 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 #9E133D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 61 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.38 |
| HSL | 341.87º | 0.79% | 0.35% | - |
| HSV(B) | 341.87º | 0.88% | 0.62% | - |
| XYZ | 15.18 | 8.07 | 5.17 | - |
| YUV | 65.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 61 | 0 | 0.88 | 0.61 | 0.38 | 341.87 | 0.79 | 0.35 |
| Hex | 9E | 13 | 3D | 0 | 58 | 3D | 26 | 156 | 4F | 23 |
| Octal | 236 | 23 | 75 | 0 | 130 | 75 | 46 | 526 | 117 | 43 |
| Binary | 10011110 | 10011 | 111101 | 0 | 1011000 | 111101 | 100110 | 101010110 | 1001111 | 100011 |
Color Harmonies of #9E133D
Complementary color
Monochromatic Colors of #9E133D
Black with #9E133D
Text Example
Text Example
White with #9E133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E133D; }
p { color: rgb(158,19,61); }
H1.HeaderClassName
{
color: #9E133D;
}
.AnyTagClassName
{
color: #9E133D;
}
</style>
background-color css
<style>
a { background-color: #9E133D; }
a { background-color: rgb(158,19,61); }
div.DivClassName
{
background-color: #9E133D;
}
.BgClassName
{
background-color: #9E133D;
}
</style>
border-color css
<style>
span { border-color: #9E133D; }
span { border-color: rgb(158,19,61); }
td.TdClassName
{
border-color: #9E133D;
}
.TagClassName
{
border-color: #9E133D;
}
</style>