Shades of Bright Red #9E2A41
Tints of Bright Red #9E2A41
RGB
CMYK
RGB Variations
Color information
#9E2A41 (or 0x9E2A41) is known color: Bright Red. HEX triplet: 9E, 2A and 41. RGB value is (158,42,65). Sum of RGB (Red+Green+Blue) = 158+42+65=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A41 is #61D5BE. Grayscale: #4F4F4F. Windows color (decimal): -6411711 or 4270750. OLE color: 4270750.
HSL color Cylindrical-coordinate representation of color #9E2A41: hue angle of 348.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A41 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 65 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.38 |
| HSL | 348.1º | 0.58% | 0.39% | - |
| HSV(B) | 348.1º | 0.73% | 0.62% | - |
| XYZ | 15.88 | 9.31 | 5.96 | - |
| YUV | 79.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 65 | 0 | 0.73 | 0.59 | 0.38 | 348.1 | 0.58 | 0.39 |
| Hex | 9E | 2A | 41 | 0 | 49 | 3B | 26 | 15C | 3A | 27 |
| Octal | 236 | 52 | 101 | 0 | 111 | 73 | 46 | 534 | 72 | 47 |
| Binary | 10011110 | 101010 | 1000001 | 0 | 1001001 | 111011 | 100110 | 101011100 | 111010 | 100111 |
Color Harmonies of #9E2A41
Complementary color
Monochromatic Colors of #9E2A41
Black with #9E2A41
Text Example
Text Example
White with #9E2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A41; }
p { color: rgb(158,42,65); }
H1.HeaderClassName
{
color: #9E2A41;
}
.AnyTagClassName
{
color: #9E2A41;
}
</style>
background-color css
<style>
a { background-color: #9E2A41; }
a { background-color: rgb(158,42,65); }
div.DivClassName
{
background-color: #9E2A41;
}
.BgClassName
{
background-color: #9E2A41;
}
</style>
border-color css
<style>
span { border-color: #9E2A41; }
span { border-color: rgb(158,42,65); }
td.TdClassName
{
border-color: #9E2A41;
}
.TagClassName
{
border-color: #9E2A41;
}
</style>