Shades of Bright Red #9E233C
Tints of Bright Red #9E233C
RGB
CMYK
RGB Variations
Color information
#9E233C (or 0x9E233C) is known color: Bright Red. HEX triplet: 9E, 23 and 3C. RGB value is (158,35,60). Sum of RGB (Red+Green+Blue) = 158+35+60=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E233C is #61DCC3. Grayscale: #4A4A4A. Windows color (decimal): -6413508 or 3941278. OLE color: 3941278.
HSL color Cylindrical-coordinate representation of color #9E233C: hue angle of 347.8º 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 #9E233C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 60 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.38 |
| HSL | 347.8º | 0.64% | 0.38% | - |
| HSV(B) | 347.8º | 0.78% | 0.62% | - |
| XYZ | 15.52 | 8.8 | 5.16 | - |
| YUV | 74.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 60 | 0 | 0.78 | 0.62 | 0.38 | 347.8 | 0.64 | 0.38 |
| Hex | 9E | 23 | 3C | 0 | 4E | 3E | 26 | 15C | 40 | 26 |
| Octal | 236 | 43 | 74 | 0 | 116 | 76 | 46 | 534 | 100 | 46 |
| Binary | 10011110 | 100011 | 111100 | 0 | 1001110 | 111110 | 100110 | 101011100 | 1000000 | 100110 |
Color Harmonies of #9E233C
Complementary color
Monochromatic Colors of #9E233C
Black with #9E233C
Text Example
Text Example
White with #9E233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E233C; }
p { color: rgb(158,35,60); }
H1.HeaderClassName
{
color: #9E233C;
}
.AnyTagClassName
{
color: #9E233C;
}
</style>
background-color css
<style>
a { background-color: #9E233C; }
a { background-color: rgb(158,35,60); }
div.DivClassName
{
background-color: #9E233C;
}
.BgClassName
{
background-color: #9E233C;
}
</style>
border-color css
<style>
span { border-color: #9E233C; }
span { border-color: rgb(158,35,60); }
td.TdClassName
{
border-color: #9E233C;
}
.TagClassName
{
border-color: #9E233C;
}
</style>