Shades of Bright Red #992023
Tints of Bright Red #992023
RGB
CMYK
RGB Variations
Color information
#992023 (or 0x992023) is known color: Bright Red. HEX triplet: 99, 20 and 23. RGB value is (153,32,35). Sum of RGB (Red+Green+Blue) = 153+32+35=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #992023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992023 is #66DFDC. Grayscale: #444444. Windows color (decimal): -6741981 or 2302105. OLE color: 2302105.
HSL color Cylindrical-coordinate representation of color #992023: hue angle of 358.51º 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 #992023 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 35 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.4 |
| HSL | 358.51º | 0.65% | 0.36% | - |
| HSV(B) | 358.51º | 0.79% | 0.6% | - |
| XYZ | 13.96 | 7.93 | 2.38 | - |
| YUV | 68.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 35 | 0 | 0.79 | 0.77 | 0.4 | 358.51 | 0.65 | 0.36 |
| Hex | 99 | 20 | 23 | 0 | 4F | 4D | 28 | 167 | 41 | 24 |
| Octal | 231 | 40 | 43 | 0 | 117 | 115 | 50 | 547 | 101 | 44 |
| Binary | 10011001 | 100000 | 100011 | 0 | 1001111 | 1001101 | 101000 | 101100111 | 1000001 | 100100 |
Color Harmonies of #992023
Complementary color
Monochromatic Colors of #992023
Black with #992023
Text Example
Text Example
White with #992023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992023; }
p { color: rgb(153,32,35); }
H1.HeaderClassName
{
color: #992023;
}
.AnyTagClassName
{
color: #992023;
}
</style>
background-color css
<style>
a { background-color: #992023; }
a { background-color: rgb(153,32,35); }
div.DivClassName
{
background-color: #992023;
}
.BgClassName
{
background-color: #992023;
}
</style>
border-color css
<style>
span { border-color: #992023; }
span { border-color: rgb(153,32,35); }
td.TdClassName
{
border-color: #992023;
}
.TagClassName
{
border-color: #992023;
}
</style>