Shades of Bright Red #9E283D
Tints of Bright Red #9E283D
RGB
CMYK
RGB Variations
Color information
#9E283D (or 0x9E283D) is known color: Bright Red. HEX triplet: 9E, 28 and 3D. RGB value is (158,40,61). Sum of RGB (Red+Green+Blue) = 158+40+61=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E283D is #61D7C2. Grayscale: #4D4D4D. Windows color (decimal): -6412227 or 4008094. OLE color: 4008094.
HSL color Cylindrical-coordinate representation of color #9E283D: hue angle of 349.32º 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 #9E283D is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 61 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.38 |
| HSL | 349.32º | 0.6% | 0.39% | - |
| HSV(B) | 349.32º | 0.75% | 0.62% | - |
| XYZ | 15.7 | 9.12 | 5.35 | - |
| YUV | 77.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 61 | 0 | 0.75 | 0.61 | 0.38 | 349.32 | 0.6 | 0.39 |
| Hex | 9E | 28 | 3D | 0 | 4B | 3D | 26 | 15D | 3C | 27 |
| Octal | 236 | 50 | 75 | 0 | 113 | 75 | 46 | 535 | 74 | 47 |
| Binary | 10011110 | 101000 | 111101 | 0 | 1001011 | 111101 | 100110 | 101011101 | 111100 | 100111 |
Color Harmonies of #9E283D
Complementary color
Monochromatic Colors of #9E283D
Black with #9E283D
Text Example
Text Example
White with #9E283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E283D; }
p { color: rgb(158,40,61); }
H1.HeaderClassName
{
color: #9E283D;
}
.AnyTagClassName
{
color: #9E283D;
}
</style>
background-color css
<style>
a { background-color: #9E283D; }
a { background-color: rgb(158,40,61); }
div.DivClassName
{
background-color: #9E283D;
}
.BgClassName
{
background-color: #9E283D;
}
</style>
border-color css
<style>
span { border-color: #9E283D; }
span { border-color: rgb(158,40,61); }
td.TdClassName
{
border-color: #9E283D;
}
.TagClassName
{
border-color: #9E283D;
}
</style>