Shades of Bright Red #9E182A
Tints of Bright Red #9E182A
RGB
CMYK
RGB Variations
Color information
#9E182A (or 0x9E182A) is known color: Bright Red. HEX triplet: 9E, 18 and 2A. RGB value is (158,24,42). Sum of RGB (Red+Green+Blue) = 158+24+42=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E182A is #61E7D5. Grayscale: #424242. Windows color (decimal): -6416342 or 2758814. OLE color: 2758814.
HSL color Cylindrical-coordinate representation of color #9E182A: hue angle of 351.94º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E182A is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 42 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.38 |
| HSL | 351.94º | 0.74% | 0.36% | - |
| HSV(B) | 351.94º | 0.85% | 0.62% | - |
| XYZ | 14.85 | 8.09 | 2.97 | - |
| YUV | 66.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 42 | 0 | 0.85 | 0.73 | 0.38 | 351.94 | 0.74 | 0.36 |
| Hex | 9E | 18 | 2A | 0 | 55 | 49 | 26 | 160 | 4A | 24 |
| Octal | 236 | 30 | 52 | 0 | 125 | 111 | 46 | 540 | 112 | 44 |
| Binary | 10011110 | 11000 | 101010 | 0 | 1010101 | 1001001 | 100110 | 101100000 | 1001010 | 100100 |
Color Harmonies of #9E182A
Complementary color
Monochromatic Colors of #9E182A
Black with #9E182A
Text Example
Text Example
White with #9E182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E182A; }
p { color: rgb(158,24,42); }
H1.HeaderClassName
{
color: #9E182A;
}
.AnyTagClassName
{
color: #9E182A;
}
</style>
background-color css
<style>
a { background-color: #9E182A; }
a { background-color: rgb(158,24,42); }
div.DivClassName
{
background-color: #9E182A;
}
.BgClassName
{
background-color: #9E182A;
}
</style>
border-color css
<style>
span { border-color: #9E182A; }
span { border-color: rgb(158,24,42); }
td.TdClassName
{
border-color: #9E182A;
}
.TagClassName
{
border-color: #9E182A;
}
</style>