Shades of Bright Red #9F192A
Tints of Bright Red #9F192A
RGB
CMYK
RGB Variations
Color information
#9F192A (or 0x9F192A) is known color: Bright Red. HEX triplet: 9F, 19 and 2A. RGB value is (159,25,42). Sum of RGB (Red+Green+Blue) = 159+25+42=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192A is #60E6D5. Grayscale: #434343. Windows color (decimal): -6350550 or 2759071. OLE color: 2759071.
HSL color Cylindrical-coordinate representation of color #9F192A: hue angle of 352.39º 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 #9F192A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 42 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.38 |
| HSL | 352.39º | 0.73% | 0.36% | - |
| HSV(B) | 352.39º | 0.84% | 0.62% | - |
| XYZ | 15.06 | 8.23 | 2.99 | - |
| YUV | 67 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 42 | 0 | 0.84 | 0.74 | 0.38 | 352.39 | 0.73 | 0.36 |
| Hex | 9F | 19 | 2A | 0 | 54 | 4A | 26 | 160 | 49 | 24 |
| Octal | 237 | 31 | 52 | 0 | 124 | 112 | 46 | 540 | 111 | 44 |
| Binary | 10011111 | 11001 | 101010 | 0 | 1010100 | 1001010 | 100110 | 101100000 | 1001001 | 100100 |
Color Harmonies of #9F192A
Complementary color
Monochromatic Colors of #9F192A
Black with #9F192A
Text Example
Text Example
White with #9F192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F192A; }
p { color: rgb(159,25,42); }
H1.HeaderClassName
{
color: #9F192A;
}
.AnyTagClassName
{
color: #9F192A;
}
</style>
background-color css
<style>
a { background-color: #9F192A; }
a { background-color: rgb(159,25,42); }
div.DivClassName
{
background-color: #9F192A;
}
.BgClassName
{
background-color: #9F192A;
}
</style>
border-color css
<style>
span { border-color: #9F192A; }
span { border-color: rgb(159,25,42); }
td.TdClassName
{
border-color: #9F192A;
}
.TagClassName
{
border-color: #9F192A;
}
</style>