Shades of Bright Red #9F192E
Tints of Bright Red #9F192E
RGB
CMYK
RGB Variations
Color information
#9F192E (or 0x9F192E) is known color: Bright Red. HEX triplet: 9F, 19 and 2E. RGB value is (159,25,46). Sum of RGB (Red+Green+Blue) = 159+25+46=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192E is #60E6D1. Grayscale: #434343. Windows color (decimal): -6350546 or 3021215. OLE color: 3021215.
HSL color Cylindrical-coordinate representation of color #9F192E: hue angle of 350.6º 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 #9F192E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 46 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.38 |
| HSL | 350.6º | 0.73% | 0.36% | - |
| HSV(B) | 350.6º | 0.84% | 0.62% | - |
| XYZ | 15.14 | 8.26 | 3.38 | - |
| YUV | 67.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 46 | 0 | 0.84 | 0.71 | 0.38 | 350.6 | 0.73 | 0.36 |
| Hex | 9F | 19 | 2E | 0 | 54 | 47 | 26 | 15F | 49 | 24 |
| Octal | 237 | 31 | 56 | 0 | 124 | 107 | 46 | 537 | 111 | 44 |
| Binary | 10011111 | 11001 | 101110 | 0 | 1010100 | 1000111 | 100110 | 101011111 | 1001001 | 100100 |
Color Harmonies of #9F192E
Complementary color
Monochromatic Colors of #9F192E
Black with #9F192E
Text Example
Text Example
White with #9F192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F192E; }
p { color: rgb(159,25,46); }
H1.HeaderClassName
{
color: #9F192E;
}
.AnyTagClassName
{
color: #9F192E;
}
</style>
background-color css
<style>
a { background-color: #9F192E; }
a { background-color: rgb(159,25,46); }
div.DivClassName
{
background-color: #9F192E;
}
.BgClassName
{
background-color: #9F192E;
}
</style>
border-color css
<style>
span { border-color: #9F192E; }
span { border-color: rgb(159,25,46); }
td.TdClassName
{
border-color: #9F192E;
}
.TagClassName
{
border-color: #9F192E;
}
</style>