Shades of Bright Red #9E1B32
Tints of Bright Red #9E1B32
RGB
CMYK
RGB Variations
Color information
#9E1B32 (or 0x9E1B32) is known color: Bright Red. HEX triplet: 9E, 1B and 32. RGB value is (158,27,50). Sum of RGB (Red+Green+Blue) = 158+27+50=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1B32 is #61E4CD. Grayscale: #444444. Windows color (decimal): -6415566 or 3283870. OLE color: 3283870.
HSL color Cylindrical-coordinate representation of color #9E1B32: hue angle of 349.47º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E1B32 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 27 | 50 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.38 |
| HSL | 349.47º | 0.71% | 0.36% | - |
| HSV(B) | 349.47º | 0.83% | 0.62% | - |
| XYZ | 15.07 | 8.28 | 3.82 | - |
| YUV | 68.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 27 | 50 | 0 | 0.83 | 0.68 | 0.38 | 349.47 | 0.71 | 0.36 |
| Hex | 9E | 1B | 32 | 0 | 53 | 44 | 26 | 15D | 47 | 24 |
| Octal | 236 | 33 | 62 | 0 | 123 | 104 | 46 | 535 | 107 | 44 |
| Binary | 10011110 | 11011 | 110010 | 0 | 1010011 | 1000100 | 100110 | 101011101 | 1000111 | 100100 |
Color Harmonies of #9E1B32
Complementary color
Monochromatic Colors of #9E1B32
Black with #9E1B32
Text Example
Text Example
White with #9E1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1B32; }
p { color: rgb(158,27,50); }
H1.HeaderClassName
{
color: #9E1B32;
}
.AnyTagClassName
{
color: #9E1B32;
}
</style>
background-color css
<style>
a { background-color: #9E1B32; }
a { background-color: rgb(158,27,50); }
div.DivClassName
{
background-color: #9E1B32;
}
.BgClassName
{
background-color: #9E1B32;
}
</style>
border-color css
<style>
span { border-color: #9E1B32; }
span { border-color: rgb(158,27,50); }
td.TdClassName
{
border-color: #9E1B32;
}
.TagClassName
{
border-color: #9E1B32;
}
</style>