Shades of Bright Red #9F1938
Tints of Bright Red #9F1938
RGB
CMYK
RGB Variations
Color information
#9F1938 (or 0x9F1938) is known color: Bright Red. HEX triplet: 9F, 19 and 38. RGB value is (159,25,56). Sum of RGB (Red+Green+Blue) = 159+25+56=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1938 is #60E6C7. Grayscale: #444444. Windows color (decimal): -6350536 or 3676575. OLE color: 3676575.
HSL color Cylindrical-coordinate representation of color #9F1938: hue angle of 346.12º 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 #9F1938 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 56 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.38 |
| HSL | 346.12º | 0.73% | 0.36% | - |
| HSV(B) | 346.12º | 0.84% | 0.62% | - |
| XYZ | 15.36 | 8.35 | 4.54 | - |
| YUV | 68.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 56 | 0 | 0.84 | 0.65 | 0.38 | 346.12 | 0.73 | 0.36 |
| Hex | 9F | 19 | 38 | 0 | 54 | 41 | 26 | 15A | 49 | 24 |
| Octal | 237 | 31 | 70 | 0 | 124 | 101 | 46 | 532 | 111 | 44 |
| Binary | 10011111 | 11001 | 111000 | 0 | 1010100 | 1000001 | 100110 | 101011010 | 1001001 | 100100 |
Color Harmonies of #9F1938
Complementary color
Monochromatic Colors of #9F1938
Black with #9F1938
Text Example
Text Example
White with #9F1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1938; }
p { color: rgb(159,25,56); }
H1.HeaderClassName
{
color: #9F1938;
}
.AnyTagClassName
{
color: #9F1938;
}
</style>
background-color css
<style>
a { background-color: #9F1938; }
a { background-color: rgb(159,25,56); }
div.DivClassName
{
background-color: #9F1938;
}
.BgClassName
{
background-color: #9F1938;
}
</style>
border-color css
<style>
span { border-color: #9F1938; }
span { border-color: rgb(159,25,56); }
td.TdClassName
{
border-color: #9F1938;
}
.TagClassName
{
border-color: #9F1938;
}
</style>