Shades of Bright Red #992741
Tints of Bright Red #992741
RGB
CMYK
RGB Variations
Color information
#992741 (or 0x992741) is known color: Bright Red. HEX triplet: 99, 27 and 41. RGB value is (153,39,65). Sum of RGB (Red+Green+Blue) = 153+39+65=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992741 is #66D8BE. Grayscale: #4C4C4C. Windows color (decimal): -6740159 or 4269977. OLE color: 4269977.
HSL color Cylindrical-coordinate representation of color #992741: hue angle of 346.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992741 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 65 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.4 |
| HSL | 346.32º | 0.59% | 0.38% | - |
| HSV(B) | 346.32º | 0.75% | 0.6% | - |
| XYZ | 14.82 | 8.6 | 5.88 | - |
| YUV | 76.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 65 | 0 | 0.75 | 0.58 | 0.4 | 346.32 | 0.59 | 0.38 |
| Hex | 99 | 27 | 41 | 0 | 4B | 3A | 28 | 15A | 3B | 26 |
| Octal | 231 | 47 | 101 | 0 | 113 | 72 | 50 | 532 | 73 | 46 |
| Binary | 10011001 | 100111 | 1000001 | 0 | 1001011 | 111010 | 101000 | 101011010 | 111011 | 100110 |
Color Harmonies of #992741
Complementary color
Monochromatic Colors of #992741
Black with #992741
Text Example
Text Example
White with #992741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992741; }
p { color: rgb(153,39,65); }
H1.HeaderClassName
{
color: #992741;
}
.AnyTagClassName
{
color: #992741;
}
</style>
background-color css
<style>
a { background-color: #992741; }
a { background-color: rgb(153,39,65); }
div.DivClassName
{
background-color: #992741;
}
.BgClassName
{
background-color: #992741;
}
</style>
border-color css
<style>
span { border-color: #992741; }
span { border-color: rgb(153,39,65); }
td.TdClassName
{
border-color: #992741;
}
.TagClassName
{
border-color: #992741;
}
</style>