Shades of Bright Red #9F193E
Tints of Bright Red #9F193E
RGB
CMYK
RGB Variations
Color information
#9F193E (or 0x9F193E) is known color: Bright Red. HEX triplet: 9F, 19 and 3E. RGB value is (159,25,62). Sum of RGB (Red+Green+Blue) = 159+25+62=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F193E is #60E6C1. Grayscale: #454545. Windows color (decimal): -6350530 or 4069791. OLE color: 4069791.
HSL color Cylindrical-coordinate representation of color #9F193E: hue angle of 343.43º 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 #9F193E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 62 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.38 |
| HSL | 343.43º | 0.73% | 0.36% | - |
| HSV(B) | 343.43º | 0.84% | 0.62% | - |
| XYZ | 15.52 | 8.41 | 5.36 | - |
| YUV | 69.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 62 | 0 | 0.84 | 0.61 | 0.38 | 343.43 | 0.73 | 0.36 |
| Hex | 9F | 19 | 3E | 0 | 54 | 3D | 26 | 157 | 49 | 24 |
| Octal | 237 | 31 | 76 | 0 | 124 | 75 | 46 | 527 | 111 | 44 |
| Binary | 10011111 | 11001 | 111110 | 0 | 1010100 | 111101 | 100110 | 101010111 | 1001001 | 100100 |
Color Harmonies of #9F193E
Complementary color
Monochromatic Colors of #9F193E
Black with #9F193E
Text Example
Text Example
White with #9F193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F193E; }
p { color: rgb(159,25,62); }
H1.HeaderClassName
{
color: #9F193E;
}
.AnyTagClassName
{
color: #9F193E;
}
</style>
background-color css
<style>
a { background-color: #9F193E; }
a { background-color: rgb(159,25,62); }
div.DivClassName
{
background-color: #9F193E;
}
.BgClassName
{
background-color: #9F193E;
}
</style>
border-color css
<style>
span { border-color: #9F193E; }
span { border-color: rgb(159,25,62); }
td.TdClassName
{
border-color: #9F193E;
}
.TagClassName
{
border-color: #9F193E;
}
</style>