Shades of Bright Red #9E293D
Tints of Bright Red #9E293D
RGB
CMYK
RGB Variations
Color information
#9E293D (or 0x9E293D) is known color: Bright Red. HEX triplet: 9E, 29 and 3D. RGB value is (158,41,61). Sum of RGB (Red+Green+Blue) = 158+41+61=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E293D is #61D6C2. Grayscale: #4E4E4E. Windows color (decimal): -6411971 or 4008350. OLE color: 4008350.
HSL color Cylindrical-coordinate representation of color #9E293D: hue angle of 349.74º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E293D is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 61 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.38 |
| HSL | 349.74º | 0.59% | 0.39% | - |
| HSV(B) | 349.74º | 0.74% | 0.62% | - |
| XYZ | 15.74 | 9.19 | 5.36 | - |
| YUV | 78.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 61 | 0 | 0.74 | 0.61 | 0.38 | 349.74 | 0.59 | 0.39 |
| Hex | 9E | 29 | 3D | 0 | 4A | 3D | 26 | 15E | 3B | 27 |
| Octal | 236 | 51 | 75 | 0 | 112 | 75 | 46 | 536 | 73 | 47 |
| Binary | 10011110 | 101001 | 111101 | 0 | 1001010 | 111101 | 100110 | 101011110 | 111011 | 100111 |
Color Harmonies of #9E293D
Complementary color
Monochromatic Colors of #9E293D
Black with #9E293D
Text Example
Text Example
White with #9E293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E293D; }
p { color: rgb(158,41,61); }
H1.HeaderClassName
{
color: #9E293D;
}
.AnyTagClassName
{
color: #9E293D;
}
</style>
background-color css
<style>
a { background-color: #9E293D; }
a { background-color: rgb(158,41,61); }
div.DivClassName
{
background-color: #9E293D;
}
.BgClassName
{
background-color: #9E293D;
}
</style>
border-color css
<style>
span { border-color: #9E293D; }
span { border-color: rgb(158,41,61); }
td.TdClassName
{
border-color: #9E293D;
}
.TagClassName
{
border-color: #9E293D;
}
</style>