Shades of Bright Red #9E183D
Tints of Bright Red #9E183D
RGB
CMYK
RGB Variations
Color information
#9E183D (or 0x9E183D) is known color: Bright Red. HEX triplet: 9E, 18 and 3D. RGB value is (158,24,61). Sum of RGB (Red+Green+Blue) = 158+24+61=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E183D is #61E7C2. Grayscale: #444444. Windows color (decimal): -6416323 or 4003998. OLE color: 4003998.
HSL color Cylindrical-coordinate representation of color #9E183D: hue angle of 343.43º 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 #9E183D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 61 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.38 |
| HSL | 343.43º | 0.74% | 0.36% | - |
| HSV(B) | 343.43º | 0.85% | 0.62% | - |
| XYZ | 15.27 | 8.26 | 5.2 | - |
| YUV | 68.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 61 | 0 | 0.85 | 0.61 | 0.38 | 343.43 | 0.74 | 0.36 |
| Hex | 9E | 18 | 3D | 0 | 55 | 3D | 26 | 157 | 4A | 24 |
| Octal | 236 | 30 | 75 | 0 | 125 | 75 | 46 | 527 | 112 | 44 |
| Binary | 10011110 | 11000 | 111101 | 0 | 1010101 | 111101 | 100110 | 101010111 | 1001010 | 100100 |
Color Harmonies of #9E183D
Complementary color
Monochromatic Colors of #9E183D
Black with #9E183D
Text Example
Text Example
White with #9E183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E183D; }
p { color: rgb(158,24,61); }
H1.HeaderClassName
{
color: #9E183D;
}
.AnyTagClassName
{
color: #9E183D;
}
</style>
background-color css
<style>
a { background-color: #9E183D; }
a { background-color: rgb(158,24,61); }
div.DivClassName
{
background-color: #9E183D;
}
.BgClassName
{
background-color: #9E183D;
}
</style>
border-color css
<style>
span { border-color: #9E183D; }
span { border-color: rgb(158,24,61); }
td.TdClassName
{
border-color: #9E183D;
}
.TagClassName
{
border-color: #9E183D;
}
</style>