Shades of Bright Red #9F172B
Tints of Bright Red #9F172B
RGB
CMYK
RGB Variations
Color information
#9F172B (or 0x9F172B) is known color: Bright Red. HEX triplet: 9F, 17 and 2B. RGB value is (159,23,43). Sum of RGB (Red+Green+Blue) = 159+23+43=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F172B is #60E8D4. Grayscale: #424242. Windows color (decimal): -6351061 or 2824095. OLE color: 2824095.
HSL color Cylindrical-coordinate representation of color #9F172B: hue angle of 351.18º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F172B is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 43 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.38 |
| HSL | 351.18º | 0.75% | 0.36% | - |
| HSV(B) | 351.18º | 0.86% | 0.62% | - |
| XYZ | 15.04 | 8.16 | 3.07 | - |
| YUV | 65.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 43 | 0 | 0.86 | 0.73 | 0.38 | 351.18 | 0.75 | 0.36 |
| Hex | 9F | 17 | 2B | 0 | 56 | 49 | 26 | 15F | 4B | 24 |
| Octal | 237 | 27 | 53 | 0 | 126 | 111 | 46 | 537 | 113 | 44 |
| Binary | 10011111 | 10111 | 101011 | 0 | 1010110 | 1001001 | 100110 | 101011111 | 1001011 | 100100 |
Color Harmonies of #9F172B
Complementary color
Monochromatic Colors of #9F172B
Black with #9F172B
Text Example
Text Example
White with #9F172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F172B; }
p { color: rgb(159,23,43); }
H1.HeaderClassName
{
color: #9F172B;
}
.AnyTagClassName
{
color: #9F172B;
}
</style>
background-color css
<style>
a { background-color: #9F172B; }
a { background-color: rgb(159,23,43); }
div.DivClassName
{
background-color: #9F172B;
}
.BgClassName
{
background-color: #9F172B;
}
</style>
border-color css
<style>
span { border-color: #9F172B; }
span { border-color: rgb(159,23,43); }
td.TdClassName
{
border-color: #9F172B;
}
.TagClassName
{
border-color: #9F172B;
}
</style>