Shades of Bright Red #9F193A
Tints of Bright Red #9F193A
RGB
CMYK
RGB Variations
Color information
#9F193A (or 0x9F193A) is known color: Bright Red. HEX triplet: 9F, 19 and 3A. RGB value is (159,25,58). Sum of RGB (Red+Green+Blue) = 159+25+58=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F193A is #60E6C5. Grayscale: #444444. Windows color (decimal): -6350534 or 3807647. OLE color: 3807647.
HSL color Cylindrical-coordinate representation of color #9F193A: hue angle of 345.22º 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 #9F193A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 58 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.38 |
| HSL | 345.22º | 0.73% | 0.36% | - |
| HSV(B) | 345.22º | 0.84% | 0.62% | - |
| XYZ | 15.41 | 8.37 | 4.81 | - |
| YUV | 68.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 58 | 0 | 0.84 | 0.64 | 0.38 | 345.22 | 0.73 | 0.36 |
| Hex | 9F | 19 | 3A | 0 | 54 | 40 | 26 | 159 | 49 | 24 |
| Octal | 237 | 31 | 72 | 0 | 124 | 100 | 46 | 531 | 111 | 44 |
| Binary | 10011111 | 11001 | 111010 | 0 | 1010100 | 1000000 | 100110 | 101011001 | 1001001 | 100100 |
Color Harmonies of #9F193A
Complementary color
Monochromatic Colors of #9F193A
Black with #9F193A
Text Example
Text Example
White with #9F193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F193A; }
p { color: rgb(159,25,58); }
H1.HeaderClassName
{
color: #9F193A;
}
.AnyTagClassName
{
color: #9F193A;
}
</style>
background-color css
<style>
a { background-color: #9F193A; }
a { background-color: rgb(159,25,58); }
div.DivClassName
{
background-color: #9F193A;
}
.BgClassName
{
background-color: #9F193A;
}
</style>
border-color css
<style>
span { border-color: #9F193A; }
span { border-color: rgb(159,25,58); }
td.TdClassName
{
border-color: #9F193A;
}
.TagClassName
{
border-color: #9F193A;
}
</style>