Shades of Bright Red #9F192C
Tints of Bright Red #9F192C
RGB
CMYK
RGB Variations
Color information
#9F192C (or 0x9F192C) is known color: Bright Red. HEX triplet: 9F, 19 and 2C. RGB value is (159,25,44). Sum of RGB (Red+Green+Blue) = 159+25+44=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192C is #60E6D3. Grayscale: #434343. Windows color (decimal): -6350548 or 2890143. OLE color: 2890143.
HSL color Cylindrical-coordinate representation of color #9F192C: hue angle of 351.49º 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 #9F192C is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 44 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.38 |
| HSL | 351.49º | 0.73% | 0.36% | - |
| HSV(B) | 351.49º | 0.84% | 0.62% | - |
| XYZ | 15.1 | 8.25 | 3.18 | - |
| YUV | 67.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 44 | 0 | 0.84 | 0.72 | 0.38 | 351.49 | 0.73 | 0.36 |
| Hex | 9F | 19 | 2C | 0 | 54 | 48 | 26 | 15F | 49 | 24 |
| Octal | 237 | 31 | 54 | 0 | 124 | 110 | 46 | 537 | 111 | 44 |
| Binary | 10011111 | 11001 | 101100 | 0 | 1010100 | 1001000 | 100110 | 101011111 | 1001001 | 100100 |
Color Harmonies of #9F192C
Complementary color
Monochromatic Colors of #9F192C
Black with #9F192C
Text Example
Text Example
White with #9F192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F192C; }
p { color: rgb(159,25,44); }
H1.HeaderClassName
{
color: #9F192C;
}
.AnyTagClassName
{
color: #9F192C;
}
</style>
background-color css
<style>
a { background-color: #9F192C; }
a { background-color: rgb(159,25,44); }
div.DivClassName
{
background-color: #9F192C;
}
.BgClassName
{
background-color: #9F192C;
}
</style>
border-color css
<style>
span { border-color: #9F192C; }
span { border-color: rgb(159,25,44); }
td.TdClassName
{
border-color: #9F192C;
}
.TagClassName
{
border-color: #9F192C;
}
</style>