Shades of Bright Red #992639
Tints of Bright Red #992639
RGB
CMYK
RGB Variations
Color information
#992639 (or 0x992639) is known color: Bright Red. HEX triplet: 99, 26 and 39. RGB value is (153,38,57). Sum of RGB (Red+Green+Blue) = 153+38+57=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #992639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992639 is #66D9C6. Grayscale: #4A4A4A. Windows color (decimal): -6740423 or 3745433. OLE color: 3745433.
HSL color Cylindrical-coordinate representation of color #992639: hue angle of 350.09º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992639 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 57 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.4 |
| HSL | 350.09º | 0.6% | 0.37% | - |
| HSV(B) | 350.09º | 0.75% | 0.6% | - |
| XYZ | 14.57 | 8.45 | 4.73 | - |
| YUV | 74.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 57 | 0 | 0.75 | 0.63 | 0.4 | 350.09 | 0.6 | 0.37 |
| Hex | 99 | 26 | 39 | 0 | 4B | 3F | 28 | 15E | 3C | 25 |
| Octal | 231 | 46 | 71 | 0 | 113 | 77 | 50 | 536 | 74 | 45 |
| Binary | 10011001 | 100110 | 111001 | 0 | 1001011 | 111111 | 101000 | 101011110 | 111100 | 100101 |
Color Harmonies of #992639
Complementary color
Monochromatic Colors of #992639
Black with #992639
Text Example
Text Example
White with #992639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992639; }
p { color: rgb(153,38,57); }
H1.HeaderClassName
{
color: #992639;
}
.AnyTagClassName
{
color: #992639;
}
</style>
background-color css
<style>
a { background-color: #992639; }
a { background-color: rgb(153,38,57); }
div.DivClassName
{
background-color: #992639;
}
.BgClassName
{
background-color: #992639;
}
</style>
border-color css
<style>
span { border-color: #992639; }
span { border-color: rgb(153,38,57); }
td.TdClassName
{
border-color: #992639;
}
.TagClassName
{
border-color: #992639;
}
</style>