Shades of Bright Red #991926
Tints of Bright Red #991926
RGB
CMYK
RGB Variations
Color information
#991926 (or 0x991926) is known color: Bright Red. HEX triplet: 99, 19 and 26. RGB value is (153,25,38). Sum of RGB (Red+Green+Blue) = 153+25+38=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #991926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991926 is #66E6D9. Grayscale: #404040. Windows color (decimal): -6743770 or 2496921. OLE color: 2496921.
HSL color Cylindrical-coordinate representation of color #991926: hue angle of 353.91º 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 #991926 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 38 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.4 |
| HSL | 353.91º | 0.72% | 0.35% | - |
| HSV(B) | 353.91º | 0.84% | 0.6% | - |
| XYZ | 13.83 | 7.61 | 2.57 | - |
| YUV | 64.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 38 | 0 | 0.84 | 0.75 | 0.4 | 353.91 | 0.72 | 0.35 |
| Hex | 99 | 19 | 26 | 0 | 54 | 4B | 28 | 162 | 48 | 23 |
| Octal | 231 | 31 | 46 | 0 | 124 | 113 | 50 | 542 | 110 | 43 |
| Binary | 10011001 | 11001 | 100110 | 0 | 1010100 | 1001011 | 101000 | 101100010 | 1001000 | 100011 |
Color Harmonies of #991926
Complementary color
Monochromatic Colors of #991926
Black with #991926
Text Example
Text Example
White with #991926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991926; }
p { color: rgb(153,25,38); }
H1.HeaderClassName
{
color: #991926;
}
.AnyTagClassName
{
color: #991926;
}
</style>
background-color css
<style>
a { background-color: #991926; }
a { background-color: rgb(153,25,38); }
div.DivClassName
{
background-color: #991926;
}
.BgClassName
{
background-color: #991926;
}
</style>
border-color css
<style>
span { border-color: #991926; }
span { border-color: rgb(153,25,38); }
td.TdClassName
{
border-color: #991926;
}
.TagClassName
{
border-color: #991926;
}
</style>