Shades of Bright Red #9E202A
Tints of Bright Red #9E202A
RGB
CMYK
RGB Variations
Color information
#9E202A (or 0x9E202A) is known color: Bright Red. HEX triplet: 9E, 20 and 2A. RGB value is (158,32,42). Sum of RGB (Red+Green+Blue) = 158+32+42=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E202A is #61DFD5. Grayscale: #464646. Windows color (decimal): -6414294 or 2760862. OLE color: 2760862.
HSL color Cylindrical-coordinate representation of color #9E202A: hue angle of 355.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E202A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 42 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.38 |
| HSL | 355.24º | 0.66% | 0.37% | - |
| HSV(B) | 355.24º | 0.8% | 0.62% | - |
| XYZ | 15.03 | 8.47 | 3.03 | - |
| YUV | 70.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 42 | 0 | 0.80 | 0.73 | 0.38 | 355.24 | 0.66 | 0.37 |
| Hex | 9E | 20 | 2A | 0 | 50 | 49 | 26 | 163 | 42 | 25 |
| Octal | 236 | 40 | 52 | 0 | 120 | 111 | 46 | 543 | 102 | 45 |
| Binary | 10011110 | 100000 | 101010 | 0 | 1010000 | 1001001 | 100110 | 101100011 | 1000010 | 100101 |
Color Harmonies of #9E202A
Complementary color
Monochromatic Colors of #9E202A
Black with #9E202A
Text Example
Text Example
White with #9E202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E202A; }
p { color: rgb(158,32,42); }
H1.HeaderClassName
{
color: #9E202A;
}
.AnyTagClassName
{
color: #9E202A;
}
</style>
background-color css
<style>
a { background-color: #9E202A; }
a { background-color: rgb(158,32,42); }
div.DivClassName
{
background-color: #9E202A;
}
.BgClassName
{
background-color: #9E202A;
}
</style>
border-color css
<style>
span { border-color: #9E202A; }
span { border-color: rgb(158,32,42); }
td.TdClassName
{
border-color: #9E202A;
}
.TagClassName
{
border-color: #9E202A;
}
</style>