Shades of Bright Red #991E2C
Tints of Bright Red #991E2C
RGB
CMYK
RGB Variations
Color information
#991E2C (or 0x991E2C) is known color: Bright Red. HEX triplet: 99, 1E and 2C. RGB value is (153,30,44). Sum of RGB (Red+Green+Blue) = 153+30+44=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #991E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E2C is #66E1D3. Grayscale: #444444. Windows color (decimal): -6742484 or 2891417. OLE color: 2891417.
HSL color Cylindrical-coordinate representation of color #991E2C: hue angle of 353.17º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E2C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 44 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.4 |
| HSL | 353.17º | 0.67% | 0.36% | - |
| HSV(B) | 353.17º | 0.8% | 0.6% | - |
| XYZ | 14.06 | 7.88 | 3.16 | - |
| YUV | 68.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 44 | 0 | 0.80 | 0.71 | 0.4 | 353.17 | 0.67 | 0.36 |
| Hex | 99 | 1E | 2C | 0 | 50 | 47 | 28 | 161 | 43 | 24 |
| Octal | 231 | 36 | 54 | 0 | 120 | 107 | 50 | 541 | 103 | 44 |
| Binary | 10011001 | 11110 | 101100 | 0 | 1010000 | 1000111 | 101000 | 101100001 | 1000011 | 100100 |
Color Harmonies of #991E2C
Complementary color
Monochromatic Colors of #991E2C
Black with #991E2C
Text Example
Text Example
White with #991E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E2C; }
p { color: rgb(153,30,44); }
H1.HeaderClassName
{
color: #991E2C;
}
.AnyTagClassName
{
color: #991E2C;
}
</style>
background-color css
<style>
a { background-color: #991E2C; }
a { background-color: rgb(153,30,44); }
div.DivClassName
{
background-color: #991E2C;
}
.BgClassName
{
background-color: #991E2C;
}
</style>
border-color css
<style>
span { border-color: #991E2C; }
span { border-color: rgb(153,30,44); }
td.TdClassName
{
border-color: #991E2C;
}
.TagClassName
{
border-color: #991E2C;
}
</style>