Shades of Bright Red #9E2330
Tints of Bright Red #9E2330
RGB
CMYK
RGB Variations
Color information
#9E2330 (or 0x9E2330) is known color: Bright Red. HEX triplet: 9E, 23 and 30. RGB value is (158,35,48). Sum of RGB (Red+Green+Blue) = 158+35+48=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2330 is #61DCCF. Grayscale: #494949. Windows color (decimal): -6413520 or 3154846. OLE color: 3154846.
HSL color Cylindrical-coordinate representation of color #9E2330: hue angle of 353.66º 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 #9E2330 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 48 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.38 |
| HSL | 353.66º | 0.64% | 0.38% | - |
| HSV(B) | 353.66º | 0.78% | 0.62% | - |
| XYZ | 15.24 | 8.68 | 3.67 | - |
| YUV | 73.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 48 | 0 | 0.78 | 0.70 | 0.38 | 353.66 | 0.64 | 0.38 |
| Hex | 9E | 23 | 30 | 0 | 4E | 46 | 26 | 162 | 40 | 26 |
| Octal | 236 | 43 | 60 | 0 | 116 | 106 | 46 | 542 | 100 | 46 |
| Binary | 10011110 | 100011 | 110000 | 0 | 1001110 | 1000110 | 100110 | 101100010 | 1000000 | 100110 |
Color Harmonies of #9E2330
Complementary color
Monochromatic Colors of #9E2330
Black with #9E2330
Text Example
Text Example
White with #9E2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2330; }
p { color: rgb(158,35,48); }
H1.HeaderClassName
{
color: #9E2330;
}
.AnyTagClassName
{
color: #9E2330;
}
</style>
background-color css
<style>
a { background-color: #9E2330; }
a { background-color: rgb(158,35,48); }
div.DivClassName
{
background-color: #9E2330;
}
.BgClassName
{
background-color: #9E2330;
}
</style>
border-color css
<style>
span { border-color: #9E2330; }
span { border-color: rgb(158,35,48); }
td.TdClassName
{
border-color: #9E2330;
}
.TagClassName
{
border-color: #9E2330;
}
</style>