Shades of Bright Red #992934
Tints of Bright Red #992934
RGB
CMYK
RGB Variations
Color information
#992934 (or 0x992934) is known color: Bright Red. HEX triplet: 99, 29 and 34. RGB value is (153,41,52). Sum of RGB (Red+Green+Blue) = 153+41+52=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992934 is #66D6CB. Grayscale: #4B4B4B. Windows color (decimal): -6739660 or 3418521. OLE color: 3418521.
HSL color Cylindrical-coordinate representation of color #992934: hue angle of 354.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992934 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 41 | 52 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.4 |
| HSL | 354.11º | 0.58% | 0.38% | - |
| HSV(B) | 354.11º | 0.73% | 0.6% | - |
| XYZ | 14.55 | 8.61 | 4.14 | - |
| YUV | 75.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 52 | 0 | 0.73 | 0.66 | 0.4 | 354.11 | 0.58 | 0.38 |
| Hex | 99 | 29 | 34 | 0 | 49 | 42 | 28 | 162 | 3A | 26 |
| Octal | 231 | 51 | 64 | 0 | 111 | 102 | 50 | 542 | 72 | 46 |
| Binary | 10011001 | 101001 | 110100 | 0 | 1001001 | 1000010 | 101000 | 101100010 | 111010 | 100110 |
Color Harmonies of #992934
Complementary color
Monochromatic Colors of #992934
Black with #992934
Text Example
Text Example
White with #992934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992934; }
p { color: rgb(153,41,52); }
H1.HeaderClassName
{
color: #992934;
}
.AnyTagClassName
{
color: #992934;
}
</style>
background-color css
<style>
a { background-color: #992934; }
a { background-color: rgb(153,41,52); }
div.DivClassName
{
background-color: #992934;
}
.BgClassName
{
background-color: #992934;
}
</style>
border-color css
<style>
span { border-color: #992934; }
span { border-color: rgb(153,41,52); }
td.TdClassName
{
border-color: #992934;
}
.TagClassName
{
border-color: #992934;
}
</style>