Shades of Bright Red #9E253B
Tints of Bright Red #9E253B
RGB
CMYK
RGB Variations
Color information
#9E253B (or 0x9E253B) is known color: Bright Red. HEX triplet: 9E, 25 and 3B. RGB value is (158,37,59). Sum of RGB (Red+Green+Blue) = 158+37+59=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E253B is #61DAC4. Grayscale: #4B4B4B. Windows color (decimal): -6412997 or 3876254. OLE color: 3876254.
HSL color Cylindrical-coordinate representation of color #9E253B: hue angle of 349.09º 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 #9E253B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 59 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.38 |
| HSL | 349.09º | 0.62% | 0.38% | - |
| HSV(B) | 349.09º | 0.77% | 0.62% | - |
| XYZ | 15.55 | 8.91 | 5.04 | - |
| YUV | 75.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 59 | 0 | 0.77 | 0.63 | 0.38 | 349.09 | 0.62 | 0.38 |
| Hex | 9E | 25 | 3B | 0 | 4D | 3F | 26 | 15D | 3E | 26 |
| Octal | 236 | 45 | 73 | 0 | 115 | 77 | 46 | 535 | 76 | 46 |
| Binary | 10011110 | 100101 | 111011 | 0 | 1001101 | 111111 | 100110 | 101011101 | 111110 | 100110 |
Color Harmonies of #9E253B
Complementary color
Monochromatic Colors of #9E253B
Black with #9E253B
Text Example
Text Example
White with #9E253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E253B; }
p { color: rgb(158,37,59); }
H1.HeaderClassName
{
color: #9E253B;
}
.AnyTagClassName
{
color: #9E253B;
}
</style>
background-color css
<style>
a { background-color: #9E253B; }
a { background-color: rgb(158,37,59); }
div.DivClassName
{
background-color: #9E253B;
}
.BgClassName
{
background-color: #9E253B;
}
</style>
border-color css
<style>
span { border-color: #9E253B; }
span { border-color: rgb(158,37,59); }
td.TdClassName
{
border-color: #9E253B;
}
.TagClassName
{
border-color: #9E253B;
}
</style>