Shades of Bright Red #9E2536
Tints of Bright Red #9E2536
RGB
CMYK
RGB Variations
Color information
#9E2536 (or 0x9E2536) is known color: Bright Red. HEX triplet: 9E, 25 and 36. RGB value is (158,37,54). Sum of RGB (Red+Green+Blue) = 158+37+54=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2536 is #61DAC9. Grayscale: #4B4B4B. Windows color (decimal): -6413002 or 3548574. OLE color: 3548574.
HSL color Cylindrical-coordinate representation of color #9E2536: hue angle of 351.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2536 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 54 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.38 |
| HSL | 351.57º | 0.62% | 0.38% | - |
| HSV(B) | 351.57º | 0.77% | 0.62% | - |
| XYZ | 15.43 | 8.86 | 4.39 | - |
| YUV | 75.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 54 | 0 | 0.77 | 0.66 | 0.38 | 351.57 | 0.62 | 0.38 |
| Hex | 9E | 25 | 36 | 0 | 4D | 42 | 26 | 160 | 3E | 26 |
| Octal | 236 | 45 | 66 | 0 | 115 | 102 | 46 | 540 | 76 | 46 |
| Binary | 10011110 | 100101 | 110110 | 0 | 1001101 | 1000010 | 100110 | 101100000 | 111110 | 100110 |
Color Harmonies of #9E2536
Complementary color
Monochromatic Colors of #9E2536
Black with #9E2536
Text Example
Text Example
White with #9E2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2536; }
p { color: rgb(158,37,54); }
H1.HeaderClassName
{
color: #9E2536;
}
.AnyTagClassName
{
color: #9E2536;
}
</style>
background-color css
<style>
a { background-color: #9E2536; }
a { background-color: rgb(158,37,54); }
div.DivClassName
{
background-color: #9E2536;
}
.BgClassName
{
background-color: #9E2536;
}
</style>
border-color css
<style>
span { border-color: #9E2536; }
span { border-color: rgb(158,37,54); }
td.TdClassName
{
border-color: #9E2536;
}
.TagClassName
{
border-color: #9E2536;
}
</style>