Shades of Bright Red #9E232F
Tints of Bright Red #9E232F
RGB
CMYK
RGB Variations
Color information
#9E232F (or 0x9E232F) is known color: Bright Red. HEX triplet: 9E, 23 and 2F. RGB value is (158,35,47). Sum of RGB (Red+Green+Blue) = 158+35+47=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E232F is #61DCD0. Grayscale: #494949. Windows color (decimal): -6413521 or 3089310. OLE color: 3089310.
HSL color Cylindrical-coordinate representation of color #9E232F: hue angle of 354.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E232F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 47 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.38 |
| HSL | 354.15º | 0.64% | 0.38% | - |
| HSV(B) | 354.15º | 0.78% | 0.62% | - |
| XYZ | 15.21 | 8.68 | 3.56 | - |
| YUV | 73.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 47 | 0 | 0.78 | 0.70 | 0.38 | 354.15 | 0.64 | 0.38 |
| Hex | 9E | 23 | 2F | 0 | 4E | 46 | 26 | 162 | 40 | 26 |
| Octal | 236 | 43 | 57 | 0 | 116 | 106 | 46 | 542 | 100 | 46 |
| Binary | 10011110 | 100011 | 101111 | 0 | 1001110 | 1000110 | 100110 | 101100010 | 1000000 | 100110 |
Color Harmonies of #9E232F
Complementary color
Monochromatic Colors of #9E232F
Black with #9E232F
Text Example
Text Example
White with #9E232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E232F; }
p { color: rgb(158,35,47); }
H1.HeaderClassName
{
color: #9E232F;
}
.AnyTagClassName
{
color: #9E232F;
}
</style>
background-color css
<style>
a { background-color: #9E232F; }
a { background-color: rgb(158,35,47); }
div.DivClassName
{
background-color: #9E232F;
}
.BgClassName
{
background-color: #9E232F;
}
</style>
border-color css
<style>
span { border-color: #9E232F; }
span { border-color: rgb(158,35,47); }
td.TdClassName
{
border-color: #9E232F;
}
.TagClassName
{
border-color: #9E232F;
}
</style>