Shades of Bright Red #992024
Tints of Bright Red #992024
RGB
CMYK
RGB Variations
Color information
#992024 (or 0x992024) is known color: Bright Red. HEX triplet: 99, 20 and 24. RGB value is (153,32,36). Sum of RGB (Red+Green+Blue) = 153+32+36=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #992024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992024 is #66DFDB. Grayscale: #444444. Windows color (decimal): -6741980 or 2367641. OLE color: 2367641.
HSL color Cylindrical-coordinate representation of color #992024: hue angle of 358.02º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992024 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 36 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.4 |
| HSL | 358.02º | 0.65% | 0.36% | - |
| HSV(B) | 358.02º | 0.79% | 0.6% | - |
| XYZ | 13.97 | 7.93 | 2.46 | - |
| YUV | 68.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 36 | 0 | 0.79 | 0.76 | 0.4 | 358.02 | 0.65 | 0.36 |
| Hex | 99 | 20 | 24 | 0 | 4F | 4C | 28 | 166 | 41 | 24 |
| Octal | 231 | 40 | 44 | 0 | 117 | 114 | 50 | 546 | 101 | 44 |
| Binary | 10011001 | 100000 | 100100 | 0 | 1001111 | 1001100 | 101000 | 101100110 | 1000001 | 100100 |
Color Harmonies of #992024
Complementary color
Monochromatic Colors of #992024
Black with #992024
Text Example
Text Example
White with #992024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992024; }
p { color: rgb(153,32,36); }
H1.HeaderClassName
{
color: #992024;
}
.AnyTagClassName
{
color: #992024;
}
</style>
background-color css
<style>
a { background-color: #992024; }
a { background-color: rgb(153,32,36); }
div.DivClassName
{
background-color: #992024;
}
.BgClassName
{
background-color: #992024;
}
</style>
border-color css
<style>
span { border-color: #992024; }
span { border-color: rgb(153,32,36); }
td.TdClassName
{
border-color: #992024;
}
.TagClassName
{
border-color: #992024;
}
</style>