Shades of Bright Red #992637
Tints of Bright Red #992637
RGB
CMYK
RGB Variations
Color information
#992637 (or 0x992637) is known color: Bright Red. HEX triplet: 99, 26 and 37. RGB value is (153,38,55). Sum of RGB (Red+Green+Blue) = 153+38+55=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992637 is #66D9C8. Grayscale: #4A4A4A. Windows color (decimal): -6740425 or 3614361. OLE color: 3614361.
HSL color Cylindrical-coordinate representation of color #992637: hue angle of 351.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992637 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 55 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.4 |
| HSL | 351.13º | 0.6% | 0.37% | - |
| HSV(B) | 351.13º | 0.75% | 0.6% | - |
| XYZ | 14.52 | 8.43 | 4.48 | - |
| YUV | 74.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 55 | 0 | 0.75 | 0.64 | 0.4 | 351.13 | 0.6 | 0.37 |
| Hex | 99 | 26 | 37 | 0 | 4B | 40 | 28 | 15F | 3C | 25 |
| Octal | 231 | 46 | 67 | 0 | 113 | 100 | 50 | 537 | 74 | 45 |
| Binary | 10011001 | 100110 | 110111 | 0 | 1001011 | 1000000 | 101000 | 101011111 | 111100 | 100101 |
Color Harmonies of #992637
Complementary color
Monochromatic Colors of #992637
Black with #992637
Text Example
Text Example
White with #992637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992637; }
p { color: rgb(153,38,55); }
H1.HeaderClassName
{
color: #992637;
}
.AnyTagClassName
{
color: #992637;
}
</style>
background-color css
<style>
a { background-color: #992637; }
a { background-color: rgb(153,38,55); }
div.DivClassName
{
background-color: #992637;
}
.BgClassName
{
background-color: #992637;
}
</style>
border-color css
<style>
span { border-color: #992637; }
span { border-color: rgb(153,38,55); }
td.TdClassName
{
border-color: #992637;
}
.TagClassName
{
border-color: #992637;
}
</style>