Shades of Bright Red #9F113C
Tints of Bright Red #9F113C
RGB
CMYK
RGB Variations
Color information
#9F113C (or 0x9F113C) is known color: Bright Red. HEX triplet: 9F, 11 and 3C. RGB value is (159,17,60). Sum of RGB (Red+Green+Blue) = 159+17+60=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F113C is #60EEC3. Grayscale: #404040. Windows color (decimal): -6352580 or 3936671. OLE color: 3936671.
HSL color Cylindrical-coordinate representation of color #9F113C: hue angle of 341.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F113C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 60 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.38 |
| HSL | 341.83º | 0.81% | 0.35% | - |
| HSV(B) | 341.83º | 0.89% | 0.62% | - |
| XYZ | 15.31 | 8.1 | 5.03 | - |
| YUV | 64.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 60 | 0 | 0.89 | 0.62 | 0.38 | 341.83 | 0.81 | 0.35 |
| Hex | 9F | 11 | 3C | 0 | 59 | 3E | 26 | 156 | 51 | 23 |
| Octal | 237 | 21 | 74 | 0 | 131 | 76 | 46 | 526 | 121 | 43 |
| Binary | 10011111 | 10001 | 111100 | 0 | 1011001 | 111110 | 100110 | 101010110 | 1010001 | 100011 |
Color Harmonies of #9F113C
Complementary color
Monochromatic Colors of #9F113C
Black with #9F113C
Text Example
Text Example
White with #9F113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F113C; }
p { color: rgb(159,17,60); }
H1.HeaderClassName
{
color: #9F113C;
}
.AnyTagClassName
{
color: #9F113C;
}
</style>
background-color css
<style>
a { background-color: #9F113C; }
a { background-color: rgb(159,17,60); }
div.DivClassName
{
background-color: #9F113C;
}
.BgClassName
{
background-color: #9F113C;
}
</style>
border-color css
<style>
span { border-color: #9F113C; }
span { border-color: rgb(159,17,60); }
td.TdClassName
{
border-color: #9F113C;
}
.TagClassName
{
border-color: #9F113C;
}
</style>