Shades of Bright Red #99113A
Tints of Bright Red #99113A
RGB
CMYK
RGB Variations
Color information
#99113A (or 0x99113A) is known color: Bright Red. HEX triplet: 99, 11 and 3A. RGB value is (153,17,58). Sum of RGB (Red+Green+Blue) = 153+17+58=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #99113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99113A is #66EEC5. Grayscale: #3E3E3E. Windows color (decimal): -6745798 or 3805593. OLE color: 3805593.
HSL color Cylindrical-coordinate representation of color #99113A: hue angle of 341.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99113A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 58 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.4 |
| HSL | 341.91º | 0.8% | 0.33% | - |
| HSV(B) | 341.91º | 0.89% | 0.6% | - |
| XYZ | 14.1 | 7.48 | 4.7 | - |
| YUV | 62.34 | 125.56 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 58 | 0 | 0.89 | 0.62 | 0.4 | 341.91 | 0.8 | 0.33 |
| Hex | 99 | 11 | 3A | 0 | 59 | 3E | 28 | 156 | 50 | 21 |
| Octal | 231 | 21 | 72 | 0 | 131 | 76 | 50 | 526 | 120 | 41 |
| Binary | 10011001 | 10001 | 111010 | 0 | 1011001 | 111110 | 101000 | 101010110 | 1010000 | 100001 |
Color Harmonies of #99113A
Complementary color
Monochromatic Colors of #99113A
Black with #99113A
Text Example
Text Example
White with #99113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99113A; }
p { color: rgb(153,17,58); }
H1.HeaderClassName
{
color: #99113A;
}
.AnyTagClassName
{
color: #99113A;
}
</style>
background-color css
<style>
a { background-color: #99113A; }
a { background-color: rgb(153,17,58); }
div.DivClassName
{
background-color: #99113A;
}
.BgClassName
{
background-color: #99113A;
}
</style>
border-color css
<style>
span { border-color: #99113A; }
span { border-color: rgb(153,17,58); }
td.TdClassName
{
border-color: #99113A;
}
.TagClassName
{
border-color: #99113A;
}
</style>