Shades of Bright Red #9F162E
Tints of Bright Red #9F162E
RGB
CMYK
RGB Variations
Color information
#9F162E (or 0x9F162E) is known color: Bright Red. HEX triplet: 9F, 16 and 2E. RGB value is (159,22,46). Sum of RGB (Red+Green+Blue) = 159+22+46=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F162E is #60E9D1. Grayscale: #414141. Windows color (decimal): -6351314 or 3020447. OLE color: 3020447.
HSL color Cylindrical-coordinate representation of color #9F162E: hue angle of 349.49º 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 #9F162E is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 46 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.38 |
| HSL | 349.49º | 0.76% | 0.35% | - |
| HSV(B) | 349.49º | 0.86% | 0.62% | - |
| XYZ | 15.08 | 8.14 | 3.36 | - |
| YUV | 65.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 46 | 0 | 0.86 | 0.71 | 0.38 | 349.49 | 0.76 | 0.35 |
| Hex | 9F | 16 | 2E | 0 | 56 | 47 | 26 | 15D | 4C | 23 |
| Octal | 237 | 26 | 56 | 0 | 126 | 107 | 46 | 535 | 114 | 43 |
| Binary | 10011111 | 10110 | 101110 | 0 | 1010110 | 1000111 | 100110 | 101011101 | 1001100 | 100011 |
Color Harmonies of #9F162E
Complementary color
Monochromatic Colors of #9F162E
Black with #9F162E
Text Example
Text Example
White with #9F162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F162E; }
p { color: rgb(159,22,46); }
H1.HeaderClassName
{
color: #9F162E;
}
.AnyTagClassName
{
color: #9F162E;
}
</style>
background-color css
<style>
a { background-color: #9F162E; }
a { background-color: rgb(159,22,46); }
div.DivClassName
{
background-color: #9F162E;
}
.BgClassName
{
background-color: #9F162E;
}
</style>
border-color css
<style>
span { border-color: #9F162E; }
span { border-color: rgb(159,22,46); }
td.TdClassName
{
border-color: #9F162E;
}
.TagClassName
{
border-color: #9F162E;
}
</style>