Shades of Bright Red #9E283A
Tints of Bright Red #9E283A
RGB
CMYK
RGB Variations
Color information
#9E283A (or 0x9E283A) is known color: Bright Red. HEX triplet: 9E, 28 and 3A. RGB value is (158,40,58). Sum of RGB (Red+Green+Blue) = 158+40+58=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E283A is #61D7C5. Grayscale: #4D4D4D. Windows color (decimal): -6412230 or 3811486. OLE color: 3811486.
HSL color Cylindrical-coordinate representation of color #9E283A: hue angle of 350.85º 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 #9E283A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 58 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.38 |
| HSL | 350.85º | 0.6% | 0.39% | - |
| HSV(B) | 350.85º | 0.75% | 0.62% | - |
| XYZ | 15.62 | 9.09 | 4.93 | - |
| YUV | 77.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 58 | 0 | 0.75 | 0.63 | 0.38 | 350.85 | 0.6 | 0.39 |
| Hex | 9E | 28 | 3A | 0 | 4B | 3F | 26 | 15F | 3C | 27 |
| Octal | 236 | 50 | 72 | 0 | 113 | 77 | 46 | 537 | 74 | 47 |
| Binary | 10011110 | 101000 | 111010 | 0 | 1001011 | 111111 | 100110 | 101011111 | 111100 | 100111 |
Color Harmonies of #9E283A
Complementary color
Monochromatic Colors of #9E283A
Black with #9E283A
Text Example
Text Example
White with #9E283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E283A; }
p { color: rgb(158,40,58); }
H1.HeaderClassName
{
color: #9E283A;
}
.AnyTagClassName
{
color: #9E283A;
}
</style>
background-color css
<style>
a { background-color: #9E283A; }
a { background-color: rgb(158,40,58); }
div.DivClassName
{
background-color: #9E283A;
}
.BgClassName
{
background-color: #9E283A;
}
</style>
border-color css
<style>
span { border-color: #9E283A; }
span { border-color: rgb(158,40,58); }
td.TdClassName
{
border-color: #9E283A;
}
.TagClassName
{
border-color: #9E283A;
}
</style>