Shades of Bright Red #992B37
Tints of Bright Red #992B37
RGB
CMYK
RGB Variations
Color information
#992B37 (or 0x992B37) is known color: Bright Red. HEX triplet: 99, 2B and 37. RGB value is (153,43,55). Sum of RGB (Red+Green+Blue) = 153+43+55=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #992B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B37 is #66D4C8. Grayscale: #4D4D4D. Windows color (decimal): -6739145 or 3615641. OLE color: 3615641.
HSL color Cylindrical-coordinate representation of color #992B37: hue angle of 353.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B37 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 55 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.4 |
| HSL | 353.45º | 0.56% | 0.38% | - |
| HSV(B) | 353.45º | 0.72% | 0.6% | - |
| XYZ | 14.69 | 8.78 | 4.53 | - |
| YUV | 77.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 55 | 0 | 0.72 | 0.64 | 0.4 | 353.45 | 0.56 | 0.38 |
| Hex | 99 | 2B | 37 | 0 | 48 | 40 | 28 | 161 | 38 | 26 |
| Octal | 231 | 53 | 67 | 0 | 110 | 100 | 50 | 541 | 70 | 46 |
| Binary | 10011001 | 101011 | 110111 | 0 | 1001000 | 1000000 | 101000 | 101100001 | 111000 | 100110 |
Color Harmonies of #992B37
Complementary color
Monochromatic Colors of #992B37
Black with #992B37
Text Example
Text Example
White with #992B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B37; }
p { color: rgb(153,43,55); }
H1.HeaderClassName
{
color: #992B37;
}
.AnyTagClassName
{
color: #992B37;
}
</style>
background-color css
<style>
a { background-color: #992B37; }
a { background-color: rgb(153,43,55); }
div.DivClassName
{
background-color: #992B37;
}
.BgClassName
{
background-color: #992B37;
}
</style>
border-color css
<style>
span { border-color: #992B37; }
span { border-color: rgb(153,43,55); }
td.TdClassName
{
border-color: #992B37;
}
.TagClassName
{
border-color: #992B37;
}
</style>