Shades of Bright Red #9F162F
Tints of Bright Red #9F162F
RGB
CMYK
RGB Variations
Color information
#9F162F (or 0x9F162F) is known color: Bright Red. HEX triplet: 9F, 16 and 2F. RGB value is (159,22,47). Sum of RGB (Red+Green+Blue) = 159+22+47=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F162F is #60E9D0. Grayscale: #414141. Windows color (decimal): -6351313 or 3085983. OLE color: 3085983.
HSL color Cylindrical-coordinate representation of color #9F162F: hue angle of 349.05º 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 #9F162F is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 47 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.38 |
| HSL | 349.05º | 0.76% | 0.35% | - |
| HSV(B) | 349.05º | 0.86% | 0.62% | - |
| XYZ | 15.1 | 8.15 | 3.47 | - |
| YUV | 65.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 47 | 0 | 0.86 | 0.70 | 0.38 | 349.05 | 0.76 | 0.35 |
| Hex | 9F | 16 | 2F | 0 | 56 | 46 | 26 | 15D | 4C | 23 |
| Octal | 237 | 26 | 57 | 0 | 126 | 106 | 46 | 535 | 114 | 43 |
| Binary | 10011111 | 10110 | 101111 | 0 | 1010110 | 1000110 | 100110 | 101011101 | 1001100 | 100011 |
Color Harmonies of #9F162F
Complementary color
Monochromatic Colors of #9F162F
Black with #9F162F
Text Example
Text Example
White with #9F162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F162F; }
p { color: rgb(159,22,47); }
H1.HeaderClassName
{
color: #9F162F;
}
.AnyTagClassName
{
color: #9F162F;
}
</style>
background-color css
<style>
a { background-color: #9F162F; }
a { background-color: rgb(159,22,47); }
div.DivClassName
{
background-color: #9F162F;
}
.BgClassName
{
background-color: #9F162F;
}
</style>
border-color css
<style>
span { border-color: #9F162F; }
span { border-color: rgb(159,22,47); }
td.TdClassName
{
border-color: #9F162F;
}
.TagClassName
{
border-color: #9F162F;
}
</style>