Shades of Bright Red #9E183B
Tints of Bright Red #9E183B
RGB
CMYK
RGB Variations
Color information
#9E183B (or 0x9E183B) is known color: Bright Red. HEX triplet: 9E, 18 and 3B. RGB value is (158,24,59). Sum of RGB (Red+Green+Blue) = 158+24+59=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E183B is #61E7C4. Grayscale: #444444. Windows color (decimal): -6416325 or 3872926. OLE color: 3872926.
HSL color Cylindrical-coordinate representation of color #9E183B: hue angle of 344.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E183B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 59 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.38 |
| HSL | 344.33º | 0.74% | 0.36% | - |
| HSV(B) | 344.33º | 0.85% | 0.62% | - |
| XYZ | 15.22 | 8.24 | 4.93 | - |
| YUV | 68.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 59 | 0 | 0.85 | 0.63 | 0.38 | 344.33 | 0.74 | 0.36 |
| Hex | 9E | 18 | 3B | 0 | 55 | 3F | 26 | 158 | 4A | 24 |
| Octal | 236 | 30 | 73 | 0 | 125 | 77 | 46 | 530 | 112 | 44 |
| Binary | 10011110 | 11000 | 111011 | 0 | 1010101 | 111111 | 100110 | 101011000 | 1001010 | 100100 |
Color Harmonies of #9E183B
Complementary color
Monochromatic Colors of #9E183B
Black with #9E183B
Text Example
Text Example
White with #9E183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E183B; }
p { color: rgb(158,24,59); }
H1.HeaderClassName
{
color: #9E183B;
}
.AnyTagClassName
{
color: #9E183B;
}
</style>
background-color css
<style>
a { background-color: #9E183B; }
a { background-color: rgb(158,24,59); }
div.DivClassName
{
background-color: #9E183B;
}
.BgClassName
{
background-color: #9E183B;
}
</style>
border-color css
<style>
span { border-color: #9E183B; }
span { border-color: rgb(158,24,59); }
td.TdClassName
{
border-color: #9E183B;
}
.TagClassName
{
border-color: #9E183B;
}
</style>