Shades of Bright Red #9E222B
Tints of Bright Red #9E222B
RGB
CMYK
RGB Variations
Color information
#9E222B (or 0x9E222B) is known color: Bright Red. HEX triplet: 9E, 22 and 2B. RGB value is (158,34,43). Sum of RGB (Red+Green+Blue) = 158+34+43=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E222B is #61DDD4. Grayscale: #484848. Windows color (decimal): -6413781 or 2826910. OLE color: 2826910.
HSL color Cylindrical-coordinate representation of color #9E222B: hue angle of 355.65º 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 #9E222B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 43 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.38 |
| HSL | 355.65º | 0.65% | 0.38% | - |
| HSV(B) | 355.65º | 0.78% | 0.62% | - |
| XYZ | 15.11 | 8.59 | 3.15 | - |
| YUV | 72.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 43 | 0 | 0.78 | 0.73 | 0.38 | 355.65 | 0.65 | 0.38 |
| Hex | 9E | 22 | 2B | 0 | 4E | 49 | 26 | 164 | 41 | 26 |
| Octal | 236 | 42 | 53 | 0 | 116 | 111 | 46 | 544 | 101 | 46 |
| Binary | 10011110 | 100010 | 101011 | 0 | 1001110 | 1001001 | 100110 | 101100100 | 1000001 | 100110 |
Color Harmonies of #9E222B
Complementary color
Monochromatic Colors of #9E222B
Black with #9E222B
Text Example
Text Example
White with #9E222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E222B; }
p { color: rgb(158,34,43); }
H1.HeaderClassName
{
color: #9E222B;
}
.AnyTagClassName
{
color: #9E222B;
}
</style>
background-color css
<style>
a { background-color: #9E222B; }
a { background-color: rgb(158,34,43); }
div.DivClassName
{
background-color: #9E222B;
}
.BgClassName
{
background-color: #9E222B;
}
</style>
border-color css
<style>
span { border-color: #9E222B; }
span { border-color: rgb(158,34,43); }
td.TdClassName
{
border-color: #9E222B;
}
.TagClassName
{
border-color: #9E222B;
}
</style>