Shades of Bright Red #9E2124
Tints of Bright Red #9E2124
RGB
CMYK
RGB Variations
Color information
#9E2124 (or 0x9E2124) is known color: Bright Red. HEX triplet: 9E, 21 and 24. RGB value is (158,33,36). Sum of RGB (Red+Green+Blue) = 158+33+36=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2124 is #61DEDB. Grayscale: #464646. Windows color (decimal): -6414044 or 2367902. OLE color: 2367902.
HSL color Cylindrical-coordinate representation of color #9E2124: hue angle of 358.56º 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 #9E2124 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 36 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.38 |
| HSL | 358.56º | 0.65% | 0.37% | - |
| HSV(B) | 358.56º | 0.79% | 0.62% | - |
| XYZ | 14.96 | 8.48 | 2.52 | - |
| YUV | 70.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 36 | 0 | 0.79 | 0.77 | 0.38 | 358.56 | 0.65 | 0.37 |
| Hex | 9E | 21 | 24 | 0 | 4F | 4D | 26 | 167 | 41 | 25 |
| Octal | 236 | 41 | 44 | 0 | 117 | 115 | 46 | 547 | 101 | 45 |
| Binary | 10011110 | 100001 | 100100 | 0 | 1001111 | 1001101 | 100110 | 101100111 | 1000001 | 100101 |
Color Harmonies of #9E2124
Complementary color
Monochromatic Colors of #9E2124
Black with #9E2124
Text Example
Text Example
White with #9E2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2124; }
p { color: rgb(158,33,36); }
H1.HeaderClassName
{
color: #9E2124;
}
.AnyTagClassName
{
color: #9E2124;
}
</style>
background-color css
<style>
a { background-color: #9E2124; }
a { background-color: rgb(158,33,36); }
div.DivClassName
{
background-color: #9E2124;
}
.BgClassName
{
background-color: #9E2124;
}
</style>
border-color css
<style>
span { border-color: #9E2124; }
span { border-color: rgb(158,33,36); }
td.TdClassName
{
border-color: #9E2124;
}
.TagClassName
{
border-color: #9E2124;
}
</style>