Shades of Bright Red #9F173A
Tints of Bright Red #9F173A
RGB
CMYK
RGB Variations
Color information
#9F173A (or 0x9F173A) is known color: Bright Red. HEX triplet: 9F, 17 and 3A. RGB value is (159,23,58). Sum of RGB (Red+Green+Blue) = 159+23+58=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F173A is #60E8C5. Grayscale: #434343. Windows color (decimal): -6351046 or 3807135. OLE color: 3807135.
HSL color Cylindrical-coordinate representation of color #9F173A: hue angle of 344.56º 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 #9F173A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 58 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.38 |
| HSL | 344.56º | 0.75% | 0.36% | - |
| HSV(B) | 344.56º | 0.86% | 0.62% | - |
| XYZ | 15.37 | 8.29 | 4.79 | - |
| YUV | 67.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 58 | 0 | 0.86 | 0.64 | 0.38 | 344.56 | 0.75 | 0.36 |
| Hex | 9F | 17 | 3A | 0 | 56 | 40 | 26 | 159 | 4B | 24 |
| Octal | 237 | 27 | 72 | 0 | 126 | 100 | 46 | 531 | 113 | 44 |
| Binary | 10011111 | 10111 | 111010 | 0 | 1010110 | 1000000 | 100110 | 101011001 | 1001011 | 100100 |
Color Harmonies of #9F173A
Complementary color
Monochromatic Colors of #9F173A
Black with #9F173A
Text Example
Text Example
White with #9F173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F173A; }
p { color: rgb(159,23,58); }
H1.HeaderClassName
{
color: #9F173A;
}
.AnyTagClassName
{
color: #9F173A;
}
</style>
background-color css
<style>
a { background-color: #9F173A; }
a { background-color: rgb(159,23,58); }
div.DivClassName
{
background-color: #9F173A;
}
.BgClassName
{
background-color: #9F173A;
}
</style>
border-color css
<style>
span { border-color: #9F173A; }
span { border-color: rgb(159,23,58); }
td.TdClassName
{
border-color: #9F173A;
}
.TagClassName
{
border-color: #9F173A;
}
</style>