Shades of Bright Red #99122D
Tints of Bright Red #99122D
RGB
CMYK
RGB Variations
Color information
#99122D (or 0x99122D) is known color: Bright Red. HEX triplet: 99, 12 and 2D. RGB value is (153,18,45). Sum of RGB (Red+Green+Blue) = 153+18+45=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99122D is #66EDD2. Grayscale: #3D3D3D. Windows color (decimal): -6745555 or 2953881. OLE color: 2953881.
HSL color Cylindrical-coordinate representation of color #99122D: hue angle of 348º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99122D is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 45 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.4 |
| HSL | 348º | 0.79% | 0.34% | - |
| HSV(B) | 348º | 0.88% | 0.6% | - |
| XYZ | 13.83 | 7.39 | 3.18 | - |
| YUV | 61.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 45 | 0 | 0.88 | 0.71 | 0.4 | 348 | 0.79 | 0.34 |
| Hex | 99 | 12 | 2D | 0 | 58 | 47 | 28 | 15C | 4F | 22 |
| Octal | 231 | 22 | 55 | 0 | 130 | 107 | 50 | 534 | 117 | 42 |
| Binary | 10011001 | 10010 | 101101 | 0 | 1011000 | 1000111 | 101000 | 101011100 | 1001111 | 100010 |
Color Harmonies of #99122D
Complementary color
Monochromatic Colors of #99122D
Black with #99122D
Text Example
Text Example
White with #99122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99122D; }
p { color: rgb(153,18,45); }
H1.HeaderClassName
{
color: #99122D;
}
.AnyTagClassName
{
color: #99122D;
}
</style>
background-color css
<style>
a { background-color: #99122D; }
a { background-color: rgb(153,18,45); }
div.DivClassName
{
background-color: #99122D;
}
.BgClassName
{
background-color: #99122D;
}
</style>
border-color css
<style>
span { border-color: #99122D; }
span { border-color: rgb(153,18,45); }
td.TdClassName
{
border-color: #99122D;
}
.TagClassName
{
border-color: #99122D;
}
</style>