Shades of Bright Red #9E2327
Tints of Bright Red #9E2327
RGB
CMYK
RGB Variations
Color information
#9E2327 (or 0x9E2327) is known color: Bright Red. HEX triplet: 9E, 23 and 27. RGB value is (158,35,39). Sum of RGB (Red+Green+Blue) = 158+35+39=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2327 is #61DCD8. Grayscale: #484848. Windows color (decimal): -6413529 or 2565022. OLE color: 2565022.
HSL color Cylindrical-coordinate representation of color #9E2327: hue angle of 358.05º 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 #9E2327 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 39 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.38 |
| HSL | 358.05º | 0.64% | 0.38% | - |
| HSV(B) | 358.05º | 0.78% | 0.62% | - |
| XYZ | 15.07 | 8.62 | 2.79 | - |
| YUV | 72.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 39 | 0 | 0.78 | 0.75 | 0.38 | 358.05 | 0.64 | 0.38 |
| Hex | 9E | 23 | 27 | 0 | 4E | 4B | 26 | 166 | 40 | 26 |
| Octal | 236 | 43 | 47 | 0 | 116 | 113 | 46 | 546 | 100 | 46 |
| Binary | 10011110 | 100011 | 100111 | 0 | 1001110 | 1001011 | 100110 | 101100110 | 1000000 | 100110 |
Color Harmonies of #9E2327
Complementary color
Monochromatic Colors of #9E2327
Black with #9E2327
Text Example
Text Example
White with #9E2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2327; }
p { color: rgb(158,35,39); }
H1.HeaderClassName
{
color: #9E2327;
}
.AnyTagClassName
{
color: #9E2327;
}
</style>
background-color css
<style>
a { background-color: #9E2327; }
a { background-color: rgb(158,35,39); }
div.DivClassName
{
background-color: #9E2327;
}
.BgClassName
{
background-color: #9E2327;
}
</style>
border-color css
<style>
span { border-color: #9E2327; }
span { border-color: rgb(158,35,39); }
td.TdClassName
{
border-color: #9E2327;
}
.TagClassName
{
border-color: #9E2327;
}
</style>