Shades of Bright Red #992C39
Tints of Bright Red #992C39
RGB
CMYK
RGB Variations
Color information
#992C39 (or 0x992C39) is known color: Bright Red. HEX triplet: 99, 2C and 39. RGB value is (153,44,57). Sum of RGB (Red+Green+Blue) = 153+44+57=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #992C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C39 is #66D3C6. Grayscale: #4E4E4E. Windows color (decimal): -6738887 or 3746969. OLE color: 3746969.
HSL color Cylindrical-coordinate representation of color #992C39: hue angle of 352.84º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C39 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 57 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.4 |
| HSL | 352.84º | 0.55% | 0.39% | - |
| HSV(B) | 352.84º | 0.71% | 0.6% | - |
| XYZ | 14.78 | 8.87 | 4.8 | - |
| YUV | 78.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 57 | 0 | 0.71 | 0.63 | 0.4 | 352.84 | 0.55 | 0.39 |
| Hex | 99 | 2C | 39 | 0 | 47 | 3F | 28 | 161 | 37 | 27 |
| Octal | 231 | 54 | 71 | 0 | 107 | 77 | 50 | 541 | 67 | 47 |
| Binary | 10011001 | 101100 | 111001 | 0 | 1000111 | 111111 | 101000 | 101100001 | 110111 | 100111 |
Color Harmonies of #992C39
Complementary color
Monochromatic Colors of #992C39
Black with #992C39
Text Example
Text Example
White with #992C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C39; }
p { color: rgb(153,44,57); }
H1.HeaderClassName
{
color: #992C39;
}
.AnyTagClassName
{
color: #992C39;
}
</style>
background-color css
<style>
a { background-color: #992C39; }
a { background-color: rgb(153,44,57); }
div.DivClassName
{
background-color: #992C39;
}
.BgClassName
{
background-color: #992C39;
}
</style>
border-color css
<style>
span { border-color: #992C39; }
span { border-color: rgb(153,44,57); }
td.TdClassName
{
border-color: #992C39;
}
.TagClassName
{
border-color: #992C39;
}
</style>