Shades of Bright Red #992224
Tints of Bright Red #992224
RGB
CMYK
RGB Variations
Color information
#992224 (or 0x992224) is known color: Bright Red. HEX triplet: 99, 22 and 24. RGB value is (153,34,36). Sum of RGB (Red+Green+Blue) = 153+34+36=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #992224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992224 is #66DDDB. Grayscale: #454545. Windows color (decimal): -6741468 or 2368153. OLE color: 2368153.
HSL color Cylindrical-coordinate representation of color #992224: hue angle of 358.99º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992224 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 36 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.4 |
| HSL | 358.99º | 0.64% | 0.37% | - |
| HSV(B) | 358.99º | 0.78% | 0.6% | - |
| XYZ | 14.03 | 8.04 | 2.48 | - |
| YUV | 69.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 36 | 0 | 0.78 | 0.76 | 0.4 | 358.99 | 0.64 | 0.37 |
| Hex | 99 | 22 | 24 | 0 | 4E | 4C | 28 | 167 | 40 | 25 |
| Octal | 231 | 42 | 44 | 0 | 116 | 114 | 50 | 547 | 100 | 45 |
| Binary | 10011001 | 100010 | 100100 | 0 | 1001110 | 1001100 | 101000 | 101100111 | 1000000 | 100101 |
Color Harmonies of #992224
Complementary color
Monochromatic Colors of #992224
Black with #992224
Text Example
Text Example
White with #992224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992224; }
p { color: rgb(153,34,36); }
H1.HeaderClassName
{
color: #992224;
}
.AnyTagClassName
{
color: #992224;
}
</style>
background-color css
<style>
a { background-color: #992224; }
a { background-color: rgb(153,34,36); }
div.DivClassName
{
background-color: #992224;
}
.BgClassName
{
background-color: #992224;
}
</style>
border-color css
<style>
span { border-color: #992224; }
span { border-color: rgb(153,34,36); }
td.TdClassName
{
border-color: #992224;
}
.TagClassName
{
border-color: #992224;
}
</style>