Shades of Bright Red #9E143C
Tints of Bright Red #9E143C
RGB
CMYK
RGB Variations
Color information
#9E143C (or 0x9E143C) is known color: Bright Red. HEX triplet: 9E, 14 and 3C. RGB value is (158,20,60). Sum of RGB (Red+Green+Blue) = 158+20+60=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E143C is #61EBC3. Grayscale: #414141. Windows color (decimal): -6417348 or 3937438. OLE color: 3937438.
HSL color Cylindrical-coordinate representation of color #9E143C: hue angle of 342.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E143C is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 60 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.38 |
| HSL | 342.61º | 0.78% | 0.35% | - |
| HSV(B) | 342.61º | 0.87% | 0.62% | - |
| XYZ | 15.17 | 8.1 | 5.04 | - |
| YUV | 65.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 60 | 0 | 0.87 | 0.62 | 0.38 | 342.61 | 0.78 | 0.35 |
| Hex | 9E | 14 | 3C | 0 | 57 | 3E | 26 | 157 | 4E | 23 |
| Octal | 236 | 24 | 74 | 0 | 127 | 76 | 46 | 527 | 116 | 43 |
| Binary | 10011110 | 10100 | 111100 | 0 | 1010111 | 111110 | 100110 | 101010111 | 1001110 | 100011 |
Color Harmonies of #9E143C
Complementary color
Monochromatic Colors of #9E143C
Black with #9E143C
Text Example
Text Example
White with #9E143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E143C; }
p { color: rgb(158,20,60); }
H1.HeaderClassName
{
color: #9E143C;
}
.AnyTagClassName
{
color: #9E143C;
}
</style>
background-color css
<style>
a { background-color: #9E143C; }
a { background-color: rgb(158,20,60); }
div.DivClassName
{
background-color: #9E143C;
}
.BgClassName
{
background-color: #9E143C;
}
</style>
border-color css
<style>
span { border-color: #9E143C; }
span { border-color: rgb(158,20,60); }
td.TdClassName
{
border-color: #9E143C;
}
.TagClassName
{
border-color: #9E143C;
}
</style>