Shades of Bright Red #9E2532
Tints of Bright Red #9E2532
RGB
CMYK
RGB Variations
Color information
#9E2532 (or 0x9E2532) is known color: Bright Red. HEX triplet: 9E, 25 and 32. RGB value is (158,37,50). Sum of RGB (Red+Green+Blue) = 158+37+50=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2532 is #61DACD. Grayscale: #4A4A4A. Windows color (decimal): -6413006 or 3286430. OLE color: 3286430.
HSL color Cylindrical-coordinate representation of color #9E2532: hue angle of 353.55º 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 #9E2532 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 50 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.38 |
| HSL | 353.55º | 0.62% | 0.38% | - |
| HSV(B) | 353.55º | 0.77% | 0.62% | - |
| XYZ | 15.34 | 8.82 | 3.91 | - |
| YUV | 74.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 50 | 0 | 0.77 | 0.68 | 0.38 | 353.55 | 0.62 | 0.38 |
| Hex | 9E | 25 | 32 | 0 | 4D | 44 | 26 | 162 | 3E | 26 |
| Octal | 236 | 45 | 62 | 0 | 115 | 104 | 46 | 542 | 76 | 46 |
| Binary | 10011110 | 100101 | 110010 | 0 | 1001101 | 1000100 | 100110 | 101100010 | 111110 | 100110 |
Color Harmonies of #9E2532
Complementary color
Monochromatic Colors of #9E2532
Black with #9E2532
Text Example
Text Example
White with #9E2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2532; }
p { color: rgb(158,37,50); }
H1.HeaderClassName
{
color: #9E2532;
}
.AnyTagClassName
{
color: #9E2532;
}
</style>
background-color css
<style>
a { background-color: #9E2532; }
a { background-color: rgb(158,37,50); }
div.DivClassName
{
background-color: #9E2532;
}
.BgClassName
{
background-color: #9E2532;
}
</style>
border-color css
<style>
span { border-color: #9E2532; }
span { border-color: rgb(158,37,50); }
td.TdClassName
{
border-color: #9E2532;
}
.TagClassName
{
border-color: #9E2532;
}
</style>