Shades of Bright Red #9E232D
Tints of Bright Red #9E232D
RGB
CMYK
RGB Variations
Color information
#9E232D (or 0x9E232D) is known color: Bright Red. HEX triplet: 9E, 23 and 2D. RGB value is (158,35,45). Sum of RGB (Red+Green+Blue) = 158+35+45=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E232D is #61DCD2. Grayscale: #494949. Windows color (decimal): -6413523 or 2958238. OLE color: 2958238.
HSL color Cylindrical-coordinate representation of color #9E232D: hue angle of 355.12º 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 #9E232D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 45 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.38 |
| HSL | 355.12º | 0.64% | 0.38% | - |
| HSV(B) | 355.12º | 0.78% | 0.62% | - |
| XYZ | 15.18 | 8.66 | 3.35 | - |
| YUV | 72.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 45 | 0 | 0.78 | 0.72 | 0.38 | 355.12 | 0.64 | 0.38 |
| Hex | 9E | 23 | 2D | 0 | 4E | 48 | 26 | 163 | 40 | 26 |
| Octal | 236 | 43 | 55 | 0 | 116 | 110 | 46 | 543 | 100 | 46 |
| Binary | 10011110 | 100011 | 101101 | 0 | 1001110 | 1001000 | 100110 | 101100011 | 1000000 | 100110 |
Color Harmonies of #9E232D
Complementary color
Monochromatic Colors of #9E232D
Black with #9E232D
Text Example
Text Example
White with #9E232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E232D; }
p { color: rgb(158,35,45); }
H1.HeaderClassName
{
color: #9E232D;
}
.AnyTagClassName
{
color: #9E232D;
}
</style>
background-color css
<style>
a { background-color: #9E232D; }
a { background-color: rgb(158,35,45); }
div.DivClassName
{
background-color: #9E232D;
}
.BgClassName
{
background-color: #9E232D;
}
</style>
border-color css
<style>
span { border-color: #9E232D; }
span { border-color: rgb(158,35,45); }
td.TdClassName
{
border-color: #9E232D;
}
.TagClassName
{
border-color: #9E232D;
}
</style>