Shades of Bright Red #991B26
Tints of Bright Red #991B26
RGB
CMYK
RGB Variations
Color information
#991B26 (or 0x991B26) is known color: Bright Red. HEX triplet: 99, 1B and 26. RGB value is (153,27,38). Sum of RGB (Red+Green+Blue) = 153+27+38=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #991B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B26 is #66E4D9. Grayscale: #424242. Windows color (decimal): -6743258 or 2497433. OLE color: 2497433.
HSL color Cylindrical-coordinate representation of color #991B26: hue angle of 354.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B26 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 38 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.4 |
| HSL | 354.76º | 0.7% | 0.35% | - |
| HSV(B) | 354.76º | 0.82% | 0.6% | - |
| XYZ | 13.88 | 7.7 | 2.59 | - |
| YUV | 65.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 38 | 0 | 0.82 | 0.75 | 0.4 | 354.76 | 0.7 | 0.35 |
| Hex | 99 | 1B | 26 | 0 | 52 | 4B | 28 | 163 | 46 | 23 |
| Octal | 231 | 33 | 46 | 0 | 122 | 113 | 50 | 543 | 106 | 43 |
| Binary | 10011001 | 11011 | 100110 | 0 | 1010010 | 1001011 | 101000 | 101100011 | 1000110 | 100011 |
Color Harmonies of #991B26
Complementary color
Monochromatic Colors of #991B26
Black with #991B26
Text Example
Text Example
White with #991B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B26; }
p { color: rgb(153,27,38); }
H1.HeaderClassName
{
color: #991B26;
}
.AnyTagClassName
{
color: #991B26;
}
</style>
background-color css
<style>
a { background-color: #991B26; }
a { background-color: rgb(153,27,38); }
div.DivClassName
{
background-color: #991B26;
}
.BgClassName
{
background-color: #991B26;
}
</style>
border-color css
<style>
span { border-color: #991B26; }
span { border-color: rgb(153,27,38); }
td.TdClassName
{
border-color: #991B26;
}
.TagClassName
{
border-color: #991B26;
}
</style>