Shades of Bright Red #991922
Tints of Bright Red #991922
RGB
CMYK
RGB Variations
Color information
#991922 (or 0x991922) is known color: Bright Red. HEX triplet: 99, 19 and 22. RGB value is (153,25,34). Sum of RGB (Red+Green+Blue) = 153+25+34=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #991922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991922 is #66E6DD. Grayscale: #404040. Windows color (decimal): -6743774 or 2234777. OLE color: 2234777.
HSL color Cylindrical-coordinate representation of color #991922: hue angle of 355.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991922 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 34 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.4 |
| HSL | 355.78º | 0.72% | 0.35% | - |
| HSV(B) | 355.78º | 0.84% | 0.6% | - |
| XYZ | 13.77 | 7.58 | 2.25 | - |
| YUV | 64.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 34 | 0 | 0.84 | 0.78 | 0.4 | 355.78 | 0.72 | 0.35 |
| Hex | 99 | 19 | 22 | 0 | 54 | 4E | 28 | 164 | 48 | 23 |
| Octal | 231 | 31 | 42 | 0 | 124 | 116 | 50 | 544 | 110 | 43 |
| Binary | 10011001 | 11001 | 100010 | 0 | 1010100 | 1001110 | 101000 | 101100100 | 1001000 | 100011 |
Color Harmonies of #991922
Complementary color
Monochromatic Colors of #991922
Black with #991922
Text Example
Text Example
White with #991922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991922; }
p { color: rgb(153,25,34); }
H1.HeaderClassName
{
color: #991922;
}
.AnyTagClassName
{
color: #991922;
}
</style>
background-color css
<style>
a { background-color: #991922; }
a { background-color: rgb(153,25,34); }
div.DivClassName
{
background-color: #991922;
}
.BgClassName
{
background-color: #991922;
}
</style>
border-color css
<style>
span { border-color: #991922; }
span { border-color: rgb(153,25,34); }
td.TdClassName
{
border-color: #991922;
}
.TagClassName
{
border-color: #991922;
}
</style>