Shades of Bright Red #9E173D
Tints of Bright Red #9E173D
RGB
CMYK
RGB Variations
Color information
#9E173D (or 0x9E173D) is known color: Bright Red. HEX triplet: 9E, 17 and 3D. RGB value is (158,23,61). Sum of RGB (Red+Green+Blue) = 158+23+61=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E173D is #61E8C2. Grayscale: #434343. Windows color (decimal): -6416579 or 4003742. OLE color: 4003742.
HSL color Cylindrical-coordinate representation of color #9E173D: hue angle of 343.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E173D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 61 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.38 |
| HSL | 343.11º | 0.75% | 0.35% | - |
| HSV(B) | 343.11º | 0.85% | 0.62% | - |
| XYZ | 15.25 | 8.22 | 5.2 | - |
| YUV | 67.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 61 | 0 | 0.85 | 0.61 | 0.38 | 343.11 | 0.75 | 0.35 |
| Hex | 9E | 17 | 3D | 0 | 55 | 3D | 26 | 157 | 4B | 23 |
| Octal | 236 | 27 | 75 | 0 | 125 | 75 | 46 | 527 | 113 | 43 |
| Binary | 10011110 | 10111 | 111101 | 0 | 1010101 | 111101 | 100110 | 101010111 | 1001011 | 100011 |
Color Harmonies of #9E173D
Complementary color
Monochromatic Colors of #9E173D
Black with #9E173D
Text Example
Text Example
White with #9E173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E173D; }
p { color: rgb(158,23,61); }
H1.HeaderClassName
{
color: #9E173D;
}
.AnyTagClassName
{
color: #9E173D;
}
</style>
background-color css
<style>
a { background-color: #9E173D; }
a { background-color: rgb(158,23,61); }
div.DivClassName
{
background-color: #9E173D;
}
.BgClassName
{
background-color: #9E173D;
}
</style>
border-color css
<style>
span { border-color: #9E173D; }
span { border-color: rgb(158,23,61); }
td.TdClassName
{
border-color: #9E173D;
}
.TagClassName
{
border-color: #9E173D;
}
</style>