Shades of Bright Red #9E1E28
Tints of Bright Red #9E1E28
RGB
CMYK
RGB Variations
Color information
#9E1E28 (or 0x9E1E28) is known color: Bright Red. HEX triplet: 9E, 1E and 28. RGB value is (158,30,40). Sum of RGB (Red+Green+Blue) = 158+30+40=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E28 is #61E1D7. Grayscale: #454545. Windows color (decimal): -6414808 or 2629278. OLE color: 2629278.
HSL color Cylindrical-coordinate representation of color #9E1E28: hue angle of 355.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E28 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 30 | 40 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.38 |
| HSL | 355.31º | 0.68% | 0.37% | - |
| HSV(B) | 355.31º | 0.81% | 0.62% | - |
| XYZ | 14.95 | 8.35 | 2.83 | - |
| YUV | 69.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 40 | 0 | 0.81 | 0.75 | 0.38 | 355.31 | 0.68 | 0.37 |
| Hex | 9E | 1E | 28 | 0 | 51 | 4B | 26 | 163 | 44 | 25 |
| Octal | 236 | 36 | 50 | 0 | 121 | 113 | 46 | 543 | 104 | 45 |
| Binary | 10011110 | 11110 | 101000 | 0 | 1010001 | 1001011 | 100110 | 101100011 | 1000100 | 100101 |
Color Harmonies of #9E1E28
Complementary color
Monochromatic Colors of #9E1E28
Black with #9E1E28
Text Example
Text Example
White with #9E1E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1E28; }
p { color: rgb(158,30,40); }
H1.HeaderClassName
{
color: #9E1E28;
}
.AnyTagClassName
{
color: #9E1E28;
}
</style>
background-color css
<style>
a { background-color: #9E1E28; }
a { background-color: rgb(158,30,40); }
div.DivClassName
{
background-color: #9E1E28;
}
.BgClassName
{
background-color: #9E1E28;
}
</style>
border-color css
<style>
span { border-color: #9E1E28; }
span { border-color: rgb(158,30,40); }
td.TdClassName
{
border-color: #9E1E28;
}
.TagClassName
{
border-color: #9E1E28;
}
</style>