Shades of Bright Red #9E2238
Tints of Bright Red #9E2238
RGB
CMYK
RGB Variations
Color information
#9E2238 (or 0x9E2238) is known color: Bright Red. HEX triplet: 9E, 22 and 38. RGB value is (158,34,56). Sum of RGB (Red+Green+Blue) = 158+34+56=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2238 is #61DDC7. Grayscale: #494949. Windows color (decimal): -6413768 or 3678878. OLE color: 3678878.
HSL color Cylindrical-coordinate representation of color #9E2238: hue angle of 349.35º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E2238 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 56 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.38 |
| HSL | 349.35º | 0.65% | 0.38% | - |
| HSV(B) | 349.35º | 0.78% | 0.62% | - |
| XYZ | 15.39 | 8.7 | 4.61 | - |
| YUV | 73.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 56 | 0 | 0.78 | 0.65 | 0.38 | 349.35 | 0.65 | 0.38 |
| Hex | 9E | 22 | 38 | 0 | 4E | 41 | 26 | 15D | 41 | 26 |
| Octal | 236 | 42 | 70 | 0 | 116 | 101 | 46 | 535 | 101 | 46 |
| Binary | 10011110 | 100010 | 111000 | 0 | 1001110 | 1000001 | 100110 | 101011101 | 1000001 | 100110 |
Color Harmonies of #9E2238
Complementary color
Monochromatic Colors of #9E2238
Black with #9E2238
Text Example
Text Example
White with #9E2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2238; }
p { color: rgb(158,34,56); }
H1.HeaderClassName
{
color: #9E2238;
}
.AnyTagClassName
{
color: #9E2238;
}
</style>
background-color css
<style>
a { background-color: #9E2238; }
a { background-color: rgb(158,34,56); }
div.DivClassName
{
background-color: #9E2238;
}
.BgClassName
{
background-color: #9E2238;
}
</style>
border-color css
<style>
span { border-color: #9E2238; }
span { border-color: rgb(158,34,56); }
td.TdClassName
{
border-color: #9E2238;
}
.TagClassName
{
border-color: #9E2238;
}
</style>