Shades of Bright Red #9F172F
Tints of Bright Red #9F172F
RGB
CMYK
RGB Variations
Color information
#9F172F (or 0x9F172F) is known color: Bright Red. HEX triplet: 9F, 17 and 2F. RGB value is (159,23,47). Sum of RGB (Red+Green+Blue) = 159+23+47=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F172F is #60E8D0. Grayscale: #424242. Windows color (decimal): -6351057 or 3086239. OLE color: 3086239.
HSL color Cylindrical-coordinate representation of color #9F172F: hue angle of 349.41º 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 #9F172F is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 23 | 47 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.38 |
| HSL | 349.41º | 0.75% | 0.36% | - |
| HSV(B) | 349.41º | 0.86% | 0.62% | - |
| XYZ | 15.12 | 8.19 | 3.47 | - |
| YUV | 66.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 47 | 0 | 0.86 | 0.70 | 0.38 | 349.41 | 0.75 | 0.36 |
| Hex | 9F | 17 | 2F | 0 | 56 | 46 | 26 | 15D | 4B | 24 |
| Octal | 237 | 27 | 57 | 0 | 126 | 106 | 46 | 535 | 113 | 44 |
| Binary | 10011111 | 10111 | 101111 | 0 | 1010110 | 1000110 | 100110 | 101011101 | 1001011 | 100100 |
Color Harmonies of #9F172F
Complementary color
Monochromatic Colors of #9F172F
Black with #9F172F
Text Example
Text Example
White with #9F172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F172F; }
p { color: rgb(159,23,47); }
H1.HeaderClassName
{
color: #9F172F;
}
.AnyTagClassName
{
color: #9F172F;
}
</style>
background-color css
<style>
a { background-color: #9F172F; }
a { background-color: rgb(159,23,47); }
div.DivClassName
{
background-color: #9F172F;
}
.BgClassName
{
background-color: #9F172F;
}
</style>
border-color css
<style>
span { border-color: #9F172F; }
span { border-color: rgb(159,23,47); }
td.TdClassName
{
border-color: #9F172F;
}
.TagClassName
{
border-color: #9F172F;
}
</style>