Shades of Bright Red #9E103A
Tints of Bright Red #9E103A
RGB
CMYK
RGB Variations
Color information
#9E103A (or 0x9E103A) is known color: Bright Red. HEX triplet: 9E, 10 and 3A. RGB value is (158,16,58). Sum of RGB (Red+Green+Blue) = 158+16+58=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E103A is #61EFC5. Grayscale: #3F3F3F. Windows color (decimal): -6418374 or 3805342. OLE color: 3805342.
HSL color Cylindrical-coordinate representation of color #9E103A: hue angle of 342.25º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E103A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 58 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.38 |
| HSL | 342.25º | 0.82% | 0.34% | - |
| HSV(B) | 342.25º | 0.9% | 0.62% | - |
| XYZ | 15.05 | 7.95 | 4.74 | - |
| YUV | 63.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 58 | 0 | 0.90 | 0.63 | 0.38 | 342.25 | 0.82 | 0.34 |
| Hex | 9E | 10 | 3A | 0 | 5A | 3F | 26 | 156 | 52 | 22 |
| Octal | 236 | 20 | 72 | 0 | 132 | 77 | 46 | 526 | 122 | 42 |
| Binary | 10011110 | 10000 | 111010 | 0 | 1011010 | 111111 | 100110 | 101010110 | 1010010 | 100010 |
Color Harmonies of #9E103A
Complementary color
Monochromatic Colors of #9E103A
Black with #9E103A
Text Example
Text Example
White with #9E103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E103A; }
p { color: rgb(158,16,58); }
H1.HeaderClassName
{
color: #9E103A;
}
.AnyTagClassName
{
color: #9E103A;
}
</style>
background-color css
<style>
a { background-color: #9E103A; }
a { background-color: rgb(158,16,58); }
div.DivClassName
{
background-color: #9E103A;
}
.BgClassName
{
background-color: #9E103A;
}
</style>
border-color css
<style>
span { border-color: #9E103A; }
span { border-color: rgb(158,16,58); }
td.TdClassName
{
border-color: #9E103A;
}
.TagClassName
{
border-color: #9E103A;
}
</style>