Shades of Bright Red #9E172D
Tints of Bright Red #9E172D
RGB
CMYK
RGB Variations
Color information
#9E172D (or 0x9E172D) is known color: Bright Red. HEX triplet: 9E, 17 and 2D. RGB value is (158,23,45). Sum of RGB (Red+Green+Blue) = 158+23+45=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E172D is #61E8D2. Grayscale: #414141. Windows color (decimal): -6416595 or 2955166. OLE color: 2955166.
HSL color Cylindrical-coordinate representation of color #9E172D: hue angle of 350.22º 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 #9E172D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.38 |
| HSL | 350.22º | 0.75% | 0.35% | - |
| HSV(B) | 350.22º | 0.85% | 0.62% | - |
| XYZ | 14.88 | 8.07 | 3.26 | - |
| YUV | 65.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 45 | 0 | 0.85 | 0.72 | 0.38 | 350.22 | 0.75 | 0.35 |
| Hex | 9E | 17 | 2D | 0 | 55 | 48 | 26 | 15E | 4B | 23 |
| Octal | 236 | 27 | 55 | 0 | 125 | 110 | 46 | 536 | 113 | 43 |
| Binary | 10011110 | 10111 | 101101 | 0 | 1010101 | 1001000 | 100110 | 101011110 | 1001011 | 100011 |
Color Harmonies of #9E172D
Complementary color
Monochromatic Colors of #9E172D
Black with #9E172D
Text Example
Text Example
White with #9E172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E172D; }
p { color: rgb(158,23,45); }
H1.HeaderClassName
{
color: #9E172D;
}
.AnyTagClassName
{
color: #9E172D;
}
</style>
background-color css
<style>
a { background-color: #9E172D; }
a { background-color: rgb(158,23,45); }
div.DivClassName
{
background-color: #9E172D;
}
.BgClassName
{
background-color: #9E172D;
}
</style>
border-color css
<style>
span { border-color: #9E172D; }
span { border-color: rgb(158,23,45); }
td.TdClassName
{
border-color: #9E172D;
}
.TagClassName
{
border-color: #9E172D;
}
</style>