Shades of Bright Red #99112F
Tints of Bright Red #99112F
RGB
CMYK
RGB Variations
Color information
#99112F (or 0x99112F) is known color: Bright Red. HEX triplet: 99, 11 and 2F. RGB value is (153,17,47). Sum of RGB (Red+Green+Blue) = 153+17+47=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99112F is #66EED0. Grayscale: #3D3D3D. Windows color (decimal): -6745809 or 3084697. OLE color: 3084697.
HSL color Cylindrical-coordinate representation of color #99112F: hue angle of 346.76º 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 #99112F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 47 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.4 |
| HSL | 346.76º | 0.8% | 0.33% | - |
| HSV(B) | 346.76º | 0.89% | 0.6% | - |
| XYZ | 13.85 | 7.38 | 3.38 | - |
| YUV | 61.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 47 | 0 | 0.89 | 0.69 | 0.4 | 346.76 | 0.8 | 0.33 |
| Hex | 99 | 11 | 2F | 0 | 59 | 45 | 28 | 15B | 50 | 21 |
| Octal | 231 | 21 | 57 | 0 | 131 | 105 | 50 | 533 | 120 | 41 |
| Binary | 10011001 | 10001 | 101111 | 0 | 1011001 | 1000101 | 101000 | 101011011 | 1010000 | 100001 |
Color Harmonies of #99112F
Complementary color
Monochromatic Colors of #99112F
Black with #99112F
Text Example
Text Example
White with #99112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99112F; }
p { color: rgb(153,17,47); }
H1.HeaderClassName
{
color: #99112F;
}
.AnyTagClassName
{
color: #99112F;
}
</style>
background-color css
<style>
a { background-color: #99112F; }
a { background-color: rgb(153,17,47); }
div.DivClassName
{
background-color: #99112F;
}
.BgClassName
{
background-color: #99112F;
}
</style>
border-color css
<style>
span { border-color: #99112F; }
span { border-color: rgb(153,17,47); }
td.TdClassName
{
border-color: #99112F;
}
.TagClassName
{
border-color: #99112F;
}
</style>