Shades of Bright Red #9E142D
Tints of Bright Red #9E142D
RGB
CMYK
RGB Variations
Color information
#9E142D (or 0x9E142D) is known color: Bright Red. HEX triplet: 9E, 14 and 2D. RGB value is (158,20,45). Sum of RGB (Red+Green+Blue) = 158+20+45=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E142D is #61EBD2. Grayscale: #404040. Windows color (decimal): -6417363 or 2954398. OLE color: 2954398.
HSL color Cylindrical-coordinate representation of color #9E142D: hue angle of 349.13º 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 #9E142D is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 45 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.38 |
| HSL | 349.13º | 0.78% | 0.35% | - |
| HSV(B) | 349.13º | 0.87% | 0.62% | - |
| XYZ | 14.82 | 7.96 | 3.24 | - |
| YUV | 64.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 45 | 0 | 0.87 | 0.72 | 0.38 | 349.13 | 0.78 | 0.35 |
| Hex | 9E | 14 | 2D | 0 | 57 | 48 | 26 | 15D | 4E | 23 |
| Octal | 236 | 24 | 55 | 0 | 127 | 110 | 46 | 535 | 116 | 43 |
| Binary | 10011110 | 10100 | 101101 | 0 | 1010111 | 1001000 | 100110 | 101011101 | 1001110 | 100011 |
Color Harmonies of #9E142D
Complementary color
Monochromatic Colors of #9E142D
Black with #9E142D
Text Example
Text Example
White with #9E142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E142D; }
p { color: rgb(158,20,45); }
H1.HeaderClassName
{
color: #9E142D;
}
.AnyTagClassName
{
color: #9E142D;
}
</style>
background-color css
<style>
a { background-color: #9E142D; }
a { background-color: rgb(158,20,45); }
div.DivClassName
{
background-color: #9E142D;
}
.BgClassName
{
background-color: #9E142D;
}
</style>
border-color css
<style>
span { border-color: #9E142D; }
span { border-color: rgb(158,20,45); }
td.TdClassName
{
border-color: #9E142D;
}
.TagClassName
{
border-color: #9E142D;
}
</style>