Shades of Bright Red #9E223B
Tints of Bright Red #9E223B
RGB
CMYK
RGB Variations
Color information
#9E223B (or 0x9E223B) is known color: Bright Red. HEX triplet: 9E, 22 and 3B. RGB value is (158,34,59). Sum of RGB (Red+Green+Blue) = 158+34+59=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E223B is #61DDC4. Grayscale: #494949. Windows color (decimal): -6413765 or 3875486. OLE color: 3875486.
HSL color Cylindrical-coordinate representation of color #9E223B: hue angle of 347.9º 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 #9E223B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 59 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.38 |
| HSL | 347.9º | 0.65% | 0.38% | - |
| HSV(B) | 347.9º | 0.78% | 0.62% | - |
| XYZ | 15.46 | 8.73 | 5.01 | - |
| YUV | 73.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 59 | 0 | 0.78 | 0.63 | 0.38 | 347.9 | 0.65 | 0.38 |
| Hex | 9E | 22 | 3B | 0 | 4E | 3F | 26 | 15C | 41 | 26 |
| Octal | 236 | 42 | 73 | 0 | 116 | 77 | 46 | 534 | 101 | 46 |
| Binary | 10011110 | 100010 | 111011 | 0 | 1001110 | 111111 | 100110 | 101011100 | 1000001 | 100110 |
Color Harmonies of #9E223B
Complementary color
Monochromatic Colors of #9E223B
Black with #9E223B
Text Example
Text Example
White with #9E223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E223B; }
p { color: rgb(158,34,59); }
H1.HeaderClassName
{
color: #9E223B;
}
.AnyTagClassName
{
color: #9E223B;
}
</style>
background-color css
<style>
a { background-color: #9E223B; }
a { background-color: rgb(158,34,59); }
div.DivClassName
{
background-color: #9E223B;
}
.BgClassName
{
background-color: #9E223B;
}
</style>
border-color css
<style>
span { border-color: #9E223B; }
span { border-color: rgb(158,34,59); }
td.TdClassName
{
border-color: #9E223B;
}
.TagClassName
{
border-color: #9E223B;
}
</style>