Shades of Bright Red #992127
Tints of Bright Red #992127
RGB
CMYK
RGB Variations
Color information
#992127 (or 0x992127) is known color: Bright Red. HEX triplet: 99, 21 and 27. RGB value is (153,33,39). Sum of RGB (Red+Green+Blue) = 153+33+39=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992127 is #66DED8. Grayscale: #454545. Windows color (decimal): -6741721 or 2564505. OLE color: 2564505.
HSL color Cylindrical-coordinate representation of color #992127: hue angle of 357º 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 #992127 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 39 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.4 |
| HSL | 357º | 0.65% | 0.36% | - |
| HSV(B) | 357º | 0.78% | 0.6% | - |
| XYZ | 14.05 | 8.01 | 2.72 | - |
| YUV | 69.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 39 | 0 | 0.78 | 0.75 | 0.4 | 357 | 0.65 | 0.36 |
| Hex | 99 | 21 | 27 | 0 | 4E | 4B | 28 | 165 | 41 | 24 |
| Octal | 231 | 41 | 47 | 0 | 116 | 113 | 50 | 545 | 101 | 44 |
| Binary | 10011001 | 100001 | 100111 | 0 | 1001110 | 1001011 | 101000 | 101100101 | 1000001 | 100100 |
Color Harmonies of #992127
Complementary color
Monochromatic Colors of #992127
Black with #992127
Text Example
Text Example
White with #992127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992127; }
p { color: rgb(153,33,39); }
H1.HeaderClassName
{
color: #992127;
}
.AnyTagClassName
{
color: #992127;
}
</style>
background-color css
<style>
a { background-color: #992127; }
a { background-color: rgb(153,33,39); }
div.DivClassName
{
background-color: #992127;
}
.BgClassName
{
background-color: #992127;
}
</style>
border-color css
<style>
span { border-color: #992127; }
span { border-color: rgb(153,33,39); }
td.TdClassName
{
border-color: #992127;
}
.TagClassName
{
border-color: #992127;
}
</style>