Shades of Bright Red #9E283E
Tints of Bright Red #9E283E
RGB
CMYK
RGB Variations
Color information
#9E283E (or 0x9E283E) is known color: Bright Red. HEX triplet: 9E, 28 and 3E. RGB value is (158,40,62). Sum of RGB (Red+Green+Blue) = 158+40+62=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E283E is #61D7C1. Grayscale: #4D4D4D. Windows color (decimal): -6412226 or 4073630. OLE color: 4073630.
HSL color Cylindrical-coordinate representation of color #9E283E: hue angle of 348.81º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E283E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 62 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.38 |
| HSL | 348.81º | 0.6% | 0.39% | - |
| HSV(B) | 348.81º | 0.75% | 0.62% | - |
| XYZ | 15.73 | 9.13 | 5.49 | - |
| YUV | 77.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 62 | 0 | 0.75 | 0.61 | 0.38 | 348.81 | 0.6 | 0.39 |
| Hex | 9E | 28 | 3E | 0 | 4B | 3D | 26 | 15D | 3C | 27 |
| Octal | 236 | 50 | 76 | 0 | 113 | 75 | 46 | 535 | 74 | 47 |
| Binary | 10011110 | 101000 | 111110 | 0 | 1001011 | 111101 | 100110 | 101011101 | 111100 | 100111 |
Color Harmonies of #9E283E
Complementary color
Monochromatic Colors of #9E283E
Black with #9E283E
Text Example
Text Example
White with #9E283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E283E; }
p { color: rgb(158,40,62); }
H1.HeaderClassName
{
color: #9E283E;
}
.AnyTagClassName
{
color: #9E283E;
}
</style>
background-color css
<style>
a { background-color: #9E283E; }
a { background-color: rgb(158,40,62); }
div.DivClassName
{
background-color: #9E283E;
}
.BgClassName
{
background-color: #9E283E;
}
</style>
border-color css
<style>
span { border-color: #9E283E; }
span { border-color: rgb(158,40,62); }
td.TdClassName
{
border-color: #9E283E;
}
.TagClassName
{
border-color: #9E283E;
}
</style>