Shades of Bright Red #9E242C
Tints of Bright Red #9E242C
RGB
CMYK
RGB Variations
Color information
#9E242C (or 0x9E242C) is known color: Bright Red. HEX triplet: 9E, 24 and 2C. RGB value is (158,36,44). Sum of RGB (Red+Green+Blue) = 158+36+44=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E242C is #61DBD3. Grayscale: #494949. Windows color (decimal): -6413268 or 2892958. OLE color: 2892958.
HSL color Cylindrical-coordinate representation of color #9E242C: hue angle of 356.07º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E242C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 44 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.38 |
| HSL | 356.07º | 0.63% | 0.38% | - |
| HSV(B) | 356.07º | 0.77% | 0.62% | - |
| XYZ | 15.19 | 8.71 | 3.26 | - |
| YUV | 73.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 44 | 0 | 0.77 | 0.72 | 0.38 | 356.07 | 0.63 | 0.38 |
| Hex | 9E | 24 | 2C | 0 | 4D | 48 | 26 | 164 | 3F | 26 |
| Octal | 236 | 44 | 54 | 0 | 115 | 110 | 46 | 544 | 77 | 46 |
| Binary | 10011110 | 100100 | 101100 | 0 | 1001101 | 1001000 | 100110 | 101100100 | 111111 | 100110 |
Color Harmonies of #9E242C
Complementary color
Monochromatic Colors of #9E242C
Black with #9E242C
Text Example
Text Example
White with #9E242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E242C; }
p { color: rgb(158,36,44); }
H1.HeaderClassName
{
color: #9E242C;
}
.AnyTagClassName
{
color: #9E242C;
}
</style>
background-color css
<style>
a { background-color: #9E242C; }
a { background-color: rgb(158,36,44); }
div.DivClassName
{
background-color: #9E242C;
}
.BgClassName
{
background-color: #9E242C;
}
</style>
border-color css
<style>
span { border-color: #9E242C; }
span { border-color: rgb(158,36,44); }
td.TdClassName
{
border-color: #9E242C;
}
.TagClassName
{
border-color: #9E242C;
}
</style>