Shades of Bright Red #9E1824
Tints of Bright Red #9E1824
RGB
CMYK
RGB Variations
Color information
#9E1824 (or 0x9E1824) is known color: Bright Red. HEX triplet: 9E, 18 and 24. RGB value is (158,24,36). Sum of RGB (Red+Green+Blue) = 158+24+36=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1824 is #61E7DB. Grayscale: #414141. Windows color (decimal): -6416348 or 2365598. OLE color: 2365598.
HSL color Cylindrical-coordinate representation of color #9E1824: hue angle of 354.63º 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 #9E1824 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 36 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.38 |
| HSL | 354.63º | 0.74% | 0.36% | - |
| HSV(B) | 354.63º | 0.85% | 0.62% | - |
| XYZ | 14.75 | 8.05 | 2.45 | - |
| YUV | 65.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 36 | 0 | 0.85 | 0.77 | 0.38 | 354.63 | 0.74 | 0.36 |
| Hex | 9E | 18 | 24 | 0 | 55 | 4D | 26 | 163 | 4A | 24 |
| Octal | 236 | 30 | 44 | 0 | 125 | 115 | 46 | 543 | 112 | 44 |
| Binary | 10011110 | 11000 | 100100 | 0 | 1010101 | 1001101 | 100110 | 101100011 | 1001010 | 100100 |
Color Harmonies of #9E1824
Complementary color
Monochromatic Colors of #9E1824
Black with #9E1824
Text Example
Text Example
White with #9E1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1824; }
p { color: rgb(158,24,36); }
H1.HeaderClassName
{
color: #9E1824;
}
.AnyTagClassName
{
color: #9E1824;
}
</style>
background-color css
<style>
a { background-color: #9E1824; }
a { background-color: rgb(158,24,36); }
div.DivClassName
{
background-color: #9E1824;
}
.BgClassName
{
background-color: #9E1824;
}
</style>
border-color css
<style>
span { border-color: #9E1824; }
span { border-color: rgb(158,24,36); }
td.TdClassName
{
border-color: #9E1824;
}
.TagClassName
{
border-color: #9E1824;
}
</style>