Shades of Bright Red #9F192F
Tints of Bright Red #9F192F
RGB
CMYK
RGB Variations
Color information
#9F192F (or 0x9F192F) is known color: Bright Red. HEX triplet: 9F, 19 and 2F. RGB value is (159,25,47). Sum of RGB (Red+Green+Blue) = 159+25+47=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192F is #60E6D0. Grayscale: #434343. Windows color (decimal): -6350545 or 3086751. OLE color: 3086751.
HSL color Cylindrical-coordinate representation of color #9F192F: hue angle of 350.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F192F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 47 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.38 |
| HSL | 350.15º | 0.73% | 0.36% | - |
| HSV(B) | 350.15º | 0.84% | 0.62% | - |
| XYZ | 15.16 | 8.27 | 3.49 | - |
| YUV | 67.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 47 | 0 | 0.84 | 0.70 | 0.38 | 350.15 | 0.73 | 0.36 |
| Hex | 9F | 19 | 2F | 0 | 54 | 46 | 26 | 15E | 49 | 24 |
| Octal | 237 | 31 | 57 | 0 | 124 | 106 | 46 | 536 | 111 | 44 |
| Binary | 10011111 | 11001 | 101111 | 0 | 1010100 | 1000110 | 100110 | 101011110 | 1001001 | 100100 |
Color Harmonies of #9F192F
Complementary color
Monochromatic Colors of #9F192F
Black with #9F192F
Text Example
Text Example
White with #9F192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F192F; }
p { color: rgb(159,25,47); }
H1.HeaderClassName
{
color: #9F192F;
}
.AnyTagClassName
{
color: #9F192F;
}
</style>
background-color css
<style>
a { background-color: #9F192F; }
a { background-color: rgb(159,25,47); }
div.DivClassName
{
background-color: #9F192F;
}
.BgClassName
{
background-color: #9F192F;
}
</style>
border-color css
<style>
span { border-color: #9F192F; }
span { border-color: rgb(159,25,47); }
td.TdClassName
{
border-color: #9F192F;
}
.TagClassName
{
border-color: #9F192F;
}
</style>