Shades of Bright Red #991F37
Tints of Bright Red #991F37
RGB
CMYK
RGB Variations
Color information
#991F37 (or 0x991F37) is known color: Bright Red. HEX triplet: 99, 1F and 37. RGB value is (153,31,55). Sum of RGB (Red+Green+Blue) = 153+31+55=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #991F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F37 is #66E0C8. Grayscale: #464646. Windows color (decimal): -6742217 or 3612569. OLE color: 3612569.
HSL color Cylindrical-coordinate representation of color #991F37: hue angle of 348.2º degrees, saturation: 0.66, 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 #991F37 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 31 | 55 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.4 |
| HSL | 348.2º | 0.66% | 0.36% | - |
| HSV(B) | 348.2º | 0.8% | 0.6% | - |
| XYZ | 14.32 | 8.03 | 4.41 | - |
| YUV | 70.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 31 | 55 | 0 | 0.80 | 0.64 | 0.4 | 348.2 | 0.66 | 0.36 |
| Hex | 99 | 1F | 37 | 0 | 50 | 40 | 28 | 15C | 42 | 24 |
| Octal | 231 | 37 | 67 | 0 | 120 | 100 | 50 | 534 | 102 | 44 |
| Binary | 10011001 | 11111 | 110111 | 0 | 1010000 | 1000000 | 101000 | 101011100 | 1000010 | 100100 |
Color Harmonies of #991F37
Complementary color
Monochromatic Colors of #991F37
Black with #991F37
Text Example
Text Example
White with #991F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991F37; }
p { color: rgb(153,31,55); }
H1.HeaderClassName
{
color: #991F37;
}
.AnyTagClassName
{
color: #991F37;
}
</style>
background-color css
<style>
a { background-color: #991F37; }
a { background-color: rgb(153,31,55); }
div.DivClassName
{
background-color: #991F37;
}
.BgClassName
{
background-color: #991F37;
}
</style>
border-color css
<style>
span { border-color: #991F37; }
span { border-color: rgb(153,31,55); }
td.TdClassName
{
border-color: #991F37;
}
.TagClassName
{
border-color: #991F37;
}
</style>