Shades of Bright Red #9E2A40
Tints of Bright Red #9E2A40
RGB
CMYK
RGB Variations
Color information
#9E2A40 (or 0x9E2A40) is known color: Bright Red. HEX triplet: 9E, 2A and 40. RGB value is (158,42,64). Sum of RGB (Red+Green+Blue) = 158+42+64=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A40 is #61D5BF. Grayscale: #4F4F4F. Windows color (decimal): -6411712 or 4205214. OLE color: 4205214.
HSL color Cylindrical-coordinate representation of color #9E2A40: hue angle of 348.62º 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 #9E2A40 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 64 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.38 |
| HSL | 348.62º | 0.58% | 0.39% | - |
| HSV(B) | 348.62º | 0.73% | 0.62% | - |
| XYZ | 15.85 | 9.3 | 5.81 | - |
| YUV | 79.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 64 | 0 | 0.73 | 0.59 | 0.38 | 348.62 | 0.58 | 0.39 |
| Hex | 9E | 2A | 40 | 0 | 49 | 3B | 26 | 15D | 3A | 27 |
| Octal | 236 | 52 | 100 | 0 | 111 | 73 | 46 | 535 | 72 | 47 |
| Binary | 10011110 | 101010 | 1000000 | 0 | 1001001 | 111011 | 100110 | 101011101 | 111010 | 100111 |
Color Harmonies of #9E2A40
Complementary color
Monochromatic Colors of #9E2A40
Black with #9E2A40
Text Example
Text Example
White with #9E2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A40; }
p { color: rgb(158,42,64); }
H1.HeaderClassName
{
color: #9E2A40;
}
.AnyTagClassName
{
color: #9E2A40;
}
</style>
background-color css
<style>
a { background-color: #9E2A40; }
a { background-color: rgb(158,42,64); }
div.DivClassName
{
background-color: #9E2A40;
}
.BgClassName
{
background-color: #9E2A40;
}
</style>
border-color css
<style>
span { border-color: #9E2A40; }
span { border-color: rgb(158,42,64); }
td.TdClassName
{
border-color: #9E2A40;
}
.TagClassName
{
border-color: #9E2A40;
}
</style>