Shades of Bright Red #9E2123
Tints of Bright Red #9E2123
RGB
CMYK
RGB Variations
Color information
#9E2123 (or 0x9E2123) is known color: Bright Red. HEX triplet: 9E, 21 and 23. RGB value is (158,33,35). Sum of RGB (Red+Green+Blue) = 158+33+35=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2123 is #61DEDC. Grayscale: #464646. Windows color (decimal): -6414045 or 2302366. OLE color: 2302366.
HSL color Cylindrical-coordinate representation of color #9E2123: hue angle of 359.04º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2123 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 35 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.38 |
| HSL | 359.04º | 0.65% | 0.37% | - |
| HSV(B) | 359.04º | 0.79% | 0.62% | - |
| XYZ | 14.95 | 8.48 | 2.44 | - |
| YUV | 70.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 35 | 0 | 0.79 | 0.78 | 0.38 | 359.04 | 0.65 | 0.37 |
| Hex | 9E | 21 | 23 | 0 | 4F | 4E | 26 | 167 | 41 | 25 |
| Octal | 236 | 41 | 43 | 0 | 117 | 116 | 46 | 547 | 101 | 45 |
| Binary | 10011110 | 100001 | 100011 | 0 | 1001111 | 1001110 | 100110 | 101100111 | 1000001 | 100101 |
Color Harmonies of #9E2123
Complementary color
Monochromatic Colors of #9E2123
Black with #9E2123
Text Example
Text Example
White with #9E2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2123; }
p { color: rgb(158,33,35); }
H1.HeaderClassName
{
color: #9E2123;
}
.AnyTagClassName
{
color: #9E2123;
}
</style>
background-color css
<style>
a { background-color: #9E2123; }
a { background-color: rgb(158,33,35); }
div.DivClassName
{
background-color: #9E2123;
}
.BgClassName
{
background-color: #9E2123;
}
</style>
border-color css
<style>
span { border-color: #9E2123; }
span { border-color: rgb(158,33,35); }
td.TdClassName
{
border-color: #9E2123;
}
.TagClassName
{
border-color: #9E2123;
}
</style>