Shades of Bright Red #9F1839
Tints of Bright Red #9F1839
RGB
CMYK
RGB Variations
Color information
#9F1839 (or 0x9F1839) is known color: Bright Red. HEX triplet: 9F, 18 and 39. RGB value is (159,24,57). Sum of RGB (Red+Green+Blue) = 159+24+57=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1839 is #60E7C6. Grayscale: #444444. Windows color (decimal): -6350791 or 3741855. OLE color: 3741855.
HSL color Cylindrical-coordinate representation of color #9F1839: hue angle of 345.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1839 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 57 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.38 |
| HSL | 345.33º | 0.74% | 0.36% | - |
| HSV(B) | 345.33º | 0.85% | 0.62% | - |
| XYZ | 15.36 | 8.32 | 4.67 | - |
| YUV | 68.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 57 | 0 | 0.85 | 0.64 | 0.38 | 345.33 | 0.74 | 0.36 |
| Hex | 9F | 18 | 39 | 0 | 55 | 40 | 26 | 159 | 4A | 24 |
| Octal | 237 | 30 | 71 | 0 | 125 | 100 | 46 | 531 | 112 | 44 |
| Binary | 10011111 | 11000 | 111001 | 0 | 1010101 | 1000000 | 100110 | 101011001 | 1001010 | 100100 |
Color Harmonies of #9F1839
Complementary color
Monochromatic Colors of #9F1839
Black with #9F1839
Text Example
Text Example
White with #9F1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1839; }
p { color: rgb(159,24,57); }
H1.HeaderClassName
{
color: #9F1839;
}
.AnyTagClassName
{
color: #9F1839;
}
</style>
background-color css
<style>
a { background-color: #9F1839; }
a { background-color: rgb(159,24,57); }
div.DivClassName
{
background-color: #9F1839;
}
.BgClassName
{
background-color: #9F1839;
}
</style>
border-color css
<style>
span { border-color: #9F1839; }
span { border-color: rgb(159,24,57); }
td.TdClassName
{
border-color: #9F1839;
}
.TagClassName
{
border-color: #9F1839;
}
</style>