Shades of Bright Red #992129
Tints of Bright Red #992129
RGB
CMYK
RGB Variations
Color information
#992129 (or 0x992129) is known color: Bright Red. HEX triplet: 99, 21 and 29. RGB value is (153,33,41). Sum of RGB (Red+Green+Blue) = 153+33+41=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992129 is #66DED6. Grayscale: #454545. Windows color (decimal): -6741719 or 2695577. OLE color: 2695577.
HSL color Cylindrical-coordinate representation of color #992129: hue angle of 356º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992129 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 41 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.4 |
| HSL | 356º | 0.65% | 0.36% | - |
| HSV(B) | 356º | 0.78% | 0.6% | - |
| XYZ | 14.08 | 8.02 | 2.9 | - |
| YUV | 69.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 41 | 0 | 0.78 | 0.73 | 0.4 | 356 | 0.65 | 0.36 |
| Hex | 99 | 21 | 29 | 0 | 4E | 49 | 28 | 164 | 41 | 24 |
| Octal | 231 | 41 | 51 | 0 | 116 | 111 | 50 | 544 | 101 | 44 |
| Binary | 10011001 | 100001 | 101001 | 0 | 1001110 | 1001001 | 101000 | 101100100 | 1000001 | 100100 |
Color Harmonies of #992129
Complementary color
Monochromatic Colors of #992129
Black with #992129
Text Example
Text Example
White with #992129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992129; }
p { color: rgb(153,33,41); }
H1.HeaderClassName
{
color: #992129;
}
.AnyTagClassName
{
color: #992129;
}
</style>
background-color css
<style>
a { background-color: #992129; }
a { background-color: rgb(153,33,41); }
div.DivClassName
{
background-color: #992129;
}
.BgClassName
{
background-color: #992129;
}
</style>
border-color css
<style>
span { border-color: #992129; }
span { border-color: rgb(153,33,41); }
td.TdClassName
{
border-color: #992129;
}
.TagClassName
{
border-color: #992129;
}
</style>