Shades of Bright Red #9E0E38
Tints of Bright Red #9E0E38
RGB
CMYK
RGB Variations
Color information
#9E0E38 (or 0x9E0E38) is known color: Bright Red. HEX triplet: 9E, 0E and 38. RGB value is (158,14,56). Sum of RGB (Red+Green+Blue) = 158+14+56=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E38 is #61F1C7. Grayscale: #3D3D3D. Windows color (decimal): -6418888 or 3673758. OLE color: 3673758.
HSL color Cylindrical-coordinate representation of color #9E0E38: hue angle of 342.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E38 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 56 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.38 |
| HSL | 342.5º | 0.84% | 0.34% | - |
| HSV(B) | 342.5º | 0.91% | 0.62% | - |
| XYZ | 14.97 | 7.87 | 4.47 | - |
| YUV | 61.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 56 | 0 | 0.91 | 0.65 | 0.38 | 342.5 | 0.84 | 0.34 |
| Hex | 9E | E | 38 | 0 | 5B | 41 | 26 | 156 | 54 | 22 |
| Octal | 236 | 16 | 70 | 0 | 133 | 101 | 46 | 526 | 124 | 42 |
| Binary | 10011110 | 1110 | 111000 | 0 | 1011011 | 1000001 | 100110 | 101010110 | 1010100 | 100010 |
Color Harmonies of #9E0E38
Complementary color
Monochromatic Colors of #9E0E38
Black with #9E0E38
Text Example
Text Example
White with #9E0E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E38; }
p { color: rgb(158,14,56); }
H1.HeaderClassName
{
color: #9E0E38;
}
.AnyTagClassName
{
color: #9E0E38;
}
</style>
background-color css
<style>
a { background-color: #9E0E38; }
a { background-color: rgb(158,14,56); }
div.DivClassName
{
background-color: #9E0E38;
}
.BgClassName
{
background-color: #9E0E38;
}
</style>
border-color css
<style>
span { border-color: #9E0E38; }
span { border-color: rgb(158,14,56); }
td.TdClassName
{
border-color: #9E0E38;
}
.TagClassName
{
border-color: #9E0E38;
}
</style>