Shades of Bright Red #992A3E
Tints of Bright Red #992A3E
RGB
CMYK
RGB Variations
Color information
#992A3E (or 0x992A3E) is known color: Bright Red. HEX triplet: 99, 2A and 3E. RGB value is (153,42,62). Sum of RGB (Red+Green+Blue) = 153+42+62=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A3E is #66D5C1. Grayscale: #4D4D4D. Windows color (decimal): -6739394 or 4074137. OLE color: 4074137.
HSL color Cylindrical-coordinate representation of color #992A3E: hue angle of 349.19º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A3E is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 62 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.4 |
| HSL | 349.19º | 0.57% | 0.38% | - |
| HSV(B) | 349.19º | 0.73% | 0.6% | - |
| XYZ | 14.83 | 8.78 | 5.47 | - |
| YUV | 77.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 62 | 0 | 0.73 | 0.59 | 0.4 | 349.19 | 0.57 | 0.38 |
| Hex | 99 | 2A | 3E | 0 | 49 | 3B | 28 | 15D | 39 | 26 |
| Octal | 231 | 52 | 76 | 0 | 111 | 73 | 50 | 535 | 71 | 46 |
| Binary | 10011001 | 101010 | 111110 | 0 | 1001001 | 111011 | 101000 | 101011101 | 111001 | 100110 |
Color Harmonies of #992A3E
Complementary color
Monochromatic Colors of #992A3E
Black with #992A3E
Text Example
Text Example
White with #992A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A3E; }
p { color: rgb(153,42,62); }
H1.HeaderClassName
{
color: #992A3E;
}
.AnyTagClassName
{
color: #992A3E;
}
</style>
background-color css
<style>
a { background-color: #992A3E; }
a { background-color: rgb(153,42,62); }
div.DivClassName
{
background-color: #992A3E;
}
.BgClassName
{
background-color: #992A3E;
}
</style>
border-color css
<style>
span { border-color: #992A3E; }
span { border-color: rgb(153,42,62); }
td.TdClassName
{
border-color: #992A3E;
}
.TagClassName
{
border-color: #992A3E;
}
</style>