Shades of Bright Red #9E263D
Tints of Bright Red #9E263D
RGB
CMYK
RGB Variations
Color information
#9E263D (or 0x9E263D) is known color: Bright Red. HEX triplet: 9E, 26 and 3D. RGB value is (158,38,61). Sum of RGB (Red+Green+Blue) = 158+38+61=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E263D is #61D9C2. Grayscale: #4C4C4C. Windows color (decimal): -6412739 or 4007582. OLE color: 4007582.
HSL color Cylindrical-coordinate representation of color #9E263D: hue angle of 348.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E263D is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 61 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.38 |
| HSL | 348.5º | 0.61% | 0.38% | - |
| HSV(B) | 348.5º | 0.76% | 0.62% | - |
| XYZ | 15.64 | 8.99 | 5.33 | - |
| YUV | 76.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 61 | 0 | 0.76 | 0.61 | 0.38 | 348.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 3D | 0 | 4C | 3D | 26 | 15C | 3D | 26 |
| Octal | 236 | 46 | 75 | 0 | 114 | 75 | 46 | 534 | 75 | 46 |
| Binary | 10011110 | 100110 | 111101 | 0 | 1001100 | 111101 | 100110 | 101011100 | 111101 | 100110 |
Color Harmonies of #9E263D
Complementary color
Monochromatic Colors of #9E263D
Black with #9E263D
Text Example
Text Example
White with #9E263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E263D; }
p { color: rgb(158,38,61); }
H1.HeaderClassName
{
color: #9E263D;
}
.AnyTagClassName
{
color: #9E263D;
}
</style>
background-color css
<style>
a { background-color: #9E263D; }
a { background-color: rgb(158,38,61); }
div.DivClassName
{
background-color: #9E263D;
}
.BgClassName
{
background-color: #9E263D;
}
</style>
border-color css
<style>
span { border-color: #9E263D; }
span { border-color: rgb(158,38,61); }
td.TdClassName
{
border-color: #9E263D;
}
.TagClassName
{
border-color: #9E263D;
}
</style>