Shades of Bright Red #9E2B41
Tints of Bright Red #9E2B41
RGB
CMYK
RGB Variations
Color information
#9E2B41 (or 0x9E2B41) is known color: Bright Red. HEX triplet: 9E, 2B and 41. RGB value is (158,43,65). Sum of RGB (Red+Green+Blue) = 158+43+65=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B41 is #61D4BE. Grayscale: #4F4F4F. Windows color (decimal): -6411455 or 4271006. OLE color: 4271006.
HSL color Cylindrical-coordinate representation of color #9E2B41: hue angle of 348.52º degrees, saturation: 0.57, 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 #9E2B41 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 65 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.38 |
| HSL | 348.52º | 0.57% | 0.39% | - |
| HSV(B) | 348.52º | 0.73% | 0.62% | - |
| XYZ | 15.92 | 9.38 | 5.97 | - |
| YUV | 79.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 65 | 0 | 0.73 | 0.59 | 0.38 | 348.52 | 0.57 | 0.39 |
| Hex | 9E | 2B | 41 | 0 | 49 | 3B | 26 | 15D | 39 | 27 |
| Octal | 236 | 53 | 101 | 0 | 111 | 73 | 46 | 535 | 71 | 47 |
| Binary | 10011110 | 101011 | 1000001 | 0 | 1001001 | 111011 | 100110 | 101011101 | 111001 | 100111 |
Color Harmonies of #9E2B41
Complementary color
Monochromatic Colors of #9E2B41
Black with #9E2B41
Text Example
Text Example
White with #9E2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B41; }
p { color: rgb(158,43,65); }
H1.HeaderClassName
{
color: #9E2B41;
}
.AnyTagClassName
{
color: #9E2B41;
}
</style>
background-color css
<style>
a { background-color: #9E2B41; }
a { background-color: rgb(158,43,65); }
div.DivClassName
{
background-color: #9E2B41;
}
.BgClassName
{
background-color: #9E2B41;
}
</style>
border-color css
<style>
span { border-color: #9E2B41; }
span { border-color: rgb(158,43,65); }
td.TdClassName
{
border-color: #9E2B41;
}
.TagClassName
{
border-color: #9E2B41;
}
</style>