Shades of Bright Red #9E2B40
Tints of Bright Red #9E2B40
RGB
CMYK
RGB Variations
Color information
#9E2B40 (or 0x9E2B40) is known color: Bright Red. HEX triplet: 9E, 2B and 40. RGB value is (158,43,64). Sum of RGB (Red+Green+Blue) = 158+43+64=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B40 is #61D4BF. Grayscale: #4F4F4F. Windows color (decimal): -6411456 or 4205470. OLE color: 4205470.
HSL color Cylindrical-coordinate representation of color #9E2B40: hue angle of 349.04º 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 #9E2B40 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 43 | 64 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.38 |
| HSL | 349.04º | 0.57% | 0.39% | - |
| HSV(B) | 349.04º | 0.73% | 0.62% | - |
| XYZ | 15.89 | 9.37 | 5.82 | - |
| YUV | 79.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 64 | 0 | 0.73 | 0.59 | 0.38 | 349.04 | 0.57 | 0.39 |
| Hex | 9E | 2B | 40 | 0 | 49 | 3B | 26 | 15D | 39 | 27 |
| Octal | 236 | 53 | 100 | 0 | 111 | 73 | 46 | 535 | 71 | 47 |
| Binary | 10011110 | 101011 | 1000000 | 0 | 1001001 | 111011 | 100110 | 101011101 | 111001 | 100111 |
Color Harmonies of #9E2B40
Complementary color
Monochromatic Colors of #9E2B40
Black with #9E2B40
Text Example
Text Example
White with #9E2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2B40; }
p { color: rgb(158,43,64); }
H1.HeaderClassName
{
color: #9E2B40;
}
.AnyTagClassName
{
color: #9E2B40;
}
</style>
background-color css
<style>
a { background-color: #9E2B40; }
a { background-color: rgb(158,43,64); }
div.DivClassName
{
background-color: #9E2B40;
}
.BgClassName
{
background-color: #9E2B40;
}
</style>
border-color css
<style>
span { border-color: #9E2B40; }
span { border-color: rgb(158,43,64); }
td.TdClassName
{
border-color: #9E2B40;
}
.TagClassName
{
border-color: #9E2B40;
}
</style>