Shades of Bright Red #9E1821
Tints of Bright Red #9E1821
RGB
CMYK
RGB Variations
Color information
#9E1821 (or 0x9E1821) is known color: Bright Red. HEX triplet: 9E, 18 and 21. RGB value is (158,24,33). Sum of RGB (Red+Green+Blue) = 158+24+33=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1821 is #61E7DE. Grayscale: #414141. Windows color (decimal): -6416351 or 2168990. OLE color: 2168990.
HSL color Cylindrical-coordinate representation of color #9E1821: hue angle of 355.97º 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 #9E1821 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 24 | 33 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.38 |
| HSL | 355.97º | 0.74% | 0.36% | - |
| HSV(B) | 355.97º | 0.85% | 0.62% | - |
| XYZ | 14.7 | 8.03 | 2.21 | - |
| YUV | 65.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 33 | 0 | 0.85 | 0.79 | 0.38 | 355.97 | 0.74 | 0.36 |
| Hex | 9E | 18 | 21 | 0 | 55 | 4F | 26 | 164 | 4A | 24 |
| Octal | 236 | 30 | 41 | 0 | 125 | 117 | 46 | 544 | 112 | 44 |
| Binary | 10011110 | 11000 | 100001 | 0 | 1010101 | 1001111 | 100110 | 101100100 | 1001010 | 100100 |
Color Harmonies of #9E1821
Complementary color
Monochromatic Colors of #9E1821
Black with #9E1821
Text Example
Text Example
White with #9E1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1821; }
p { color: rgb(158,24,33); }
H1.HeaderClassName
{
color: #9E1821;
}
.AnyTagClassName
{
color: #9E1821;
}
</style>
background-color css
<style>
a { background-color: #9E1821; }
a { background-color: rgb(158,24,33); }
div.DivClassName
{
background-color: #9E1821;
}
.BgClassName
{
background-color: #9E1821;
}
</style>
border-color css
<style>
span { border-color: #9E1821; }
span { border-color: rgb(158,24,33); }
td.TdClassName
{
border-color: #9E1821;
}
.TagClassName
{
border-color: #9E1821;
}
</style>