Shades of Bright Red #9F163A
Tints of Bright Red #9F163A
RGB
CMYK
RGB Variations
Color information
#9F163A (or 0x9F163A) is known color: Bright Red. HEX triplet: 9F, 16 and 3A. RGB value is (159,22,58). Sum of RGB (Red+Green+Blue) = 159+22+58=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F163A is #60E9C5. Grayscale: #434343. Windows color (decimal): -6351302 or 3806879. OLE color: 3806879.
HSL color Cylindrical-coordinate representation of color #9F163A: hue angle of 344.23º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F163A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 58 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.38 |
| HSL | 344.23º | 0.76% | 0.35% | - |
| HSV(B) | 344.23º | 0.86% | 0.62% | - |
| XYZ | 15.35 | 8.25 | 4.79 | - |
| YUV | 67.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 58 | 0 | 0.86 | 0.64 | 0.38 | 344.23 | 0.76 | 0.35 |
| Hex | 9F | 16 | 3A | 0 | 56 | 40 | 26 | 158 | 4C | 23 |
| Octal | 237 | 26 | 72 | 0 | 126 | 100 | 46 | 530 | 114 | 43 |
| Binary | 10011111 | 10110 | 111010 | 0 | 1010110 | 1000000 | 100110 | 101011000 | 1001100 | 100011 |
Color Harmonies of #9F163A
Complementary color
Monochromatic Colors of #9F163A
Black with #9F163A
Text Example
Text Example
White with #9F163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F163A; }
p { color: rgb(159,22,58); }
H1.HeaderClassName
{
color: #9F163A;
}
.AnyTagClassName
{
color: #9F163A;
}
</style>
background-color css
<style>
a { background-color: #9F163A; }
a { background-color: rgb(159,22,58); }
div.DivClassName
{
background-color: #9F163A;
}
.BgClassName
{
background-color: #9F163A;
}
</style>
border-color css
<style>
span { border-color: #9F163A; }
span { border-color: rgb(159,22,58); }
td.TdClassName
{
border-color: #9F163A;
}
.TagClassName
{
border-color: #9F163A;
}
</style>