Shades of Bright Red #9E1830
Tints of Bright Red #9E1830
RGB
CMYK
RGB Variations
Color information
#9E1830 (or 0x9E1830) is known color: Bright Red. HEX triplet: 9E, 18 and 30. RGB value is (158,24,48). Sum of RGB (Red+Green+Blue) = 158+24+48=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1830 is #61E7CF. Grayscale: #424242. Windows color (decimal): -6416336 or 3152030. OLE color: 3152030.
HSL color Cylindrical-coordinate representation of color #9E1830: hue angle of 349.25º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1830 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 48 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.38 |
| HSL | 349.25º | 0.74% | 0.36% | - |
| HSV(B) | 349.25º | 0.85% | 0.62% | - |
| XYZ | 14.96 | 8.14 | 3.58 | - |
| YUV | 66.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 48 | 0 | 0.85 | 0.70 | 0.38 | 349.25 | 0.74 | 0.36 |
| Hex | 9E | 18 | 30 | 0 | 55 | 46 | 26 | 15D | 4A | 24 |
| Octal | 236 | 30 | 60 | 0 | 125 | 106 | 46 | 535 | 112 | 44 |
| Binary | 10011110 | 11000 | 110000 | 0 | 1010101 | 1000110 | 100110 | 101011101 | 1001010 | 100100 |
Color Harmonies of #9E1830
Complementary color
Monochromatic Colors of #9E1830
Black with #9E1830
Text Example
Text Example
White with #9E1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1830; }
p { color: rgb(158,24,48); }
H1.HeaderClassName
{
color: #9E1830;
}
.AnyTagClassName
{
color: #9E1830;
}
</style>
background-color css
<style>
a { background-color: #9E1830; }
a { background-color: rgb(158,24,48); }
div.DivClassName
{
background-color: #9E1830;
}
.BgClassName
{
background-color: #9E1830;
}
</style>
border-color css
<style>
span { border-color: #9E1830; }
span { border-color: rgb(158,24,48); }
td.TdClassName
{
border-color: #9E1830;
}
.TagClassName
{
border-color: #9E1830;
}
</style>