Shades of Bright Red #992C40
Tints of Bright Red #992C40
RGB
CMYK
RGB Variations
Color information
#992C40 (or 0x992C40) is known color: Bright Red. HEX triplet: 99, 2C and 40. RGB value is (153,44,64). Sum of RGB (Red+Green+Blue) = 153+44+64=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #992C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C40 is #66D3BF. Grayscale: #4E4E4E. Windows color (decimal): -6738880 or 4205721. OLE color: 4205721.
HSL color Cylindrical-coordinate representation of color #992C40: hue angle of 348.99º 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 #992C40 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 64 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.4 |
| HSL | 348.99º | 0.55% | 0.39% | - |
| HSV(B) | 348.99º | 0.71% | 0.6% | - |
| XYZ | 14.96 | 8.94 | 5.79 | - |
| YUV | 78.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 64 | 0 | 0.71 | 0.58 | 0.4 | 348.99 | 0.55 | 0.39 |
| Hex | 99 | 2C | 40 | 0 | 47 | 3A | 28 | 15D | 37 | 27 |
| Octal | 231 | 54 | 100 | 0 | 107 | 72 | 50 | 535 | 67 | 47 |
| Binary | 10011001 | 101100 | 1000000 | 0 | 1000111 | 111010 | 101000 | 101011101 | 110111 | 100111 |
Color Harmonies of #992C40
Complementary color
Monochromatic Colors of #992C40
Black with #992C40
Text Example
Text Example
White with #992C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C40; }
p { color: rgb(153,44,64); }
H1.HeaderClassName
{
color: #992C40;
}
.AnyTagClassName
{
color: #992C40;
}
</style>
background-color css
<style>
a { background-color: #992C40; }
a { background-color: rgb(153,44,64); }
div.DivClassName
{
background-color: #992C40;
}
.BgClassName
{
background-color: #992C40;
}
</style>
border-color css
<style>
span { border-color: #992C40; }
span { border-color: rgb(153,44,64); }
td.TdClassName
{
border-color: #992C40;
}
.TagClassName
{
border-color: #992C40;
}
</style>