Shades of Bright Red #9F1337
Tints of Bright Red #9F1337
RGB
CMYK
RGB Variations
Color information
#9F1337 (or 0x9F1337) is known color: Bright Red. HEX triplet: 9F, 13 and 37. RGB value is (159,19,55). Sum of RGB (Red+Green+Blue) = 159+19+55=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1337 is #60ECC8. Grayscale: #404040. Windows color (decimal): -6352073 or 3609503. OLE color: 3609503.
HSL color Cylindrical-coordinate representation of color #9F1337: hue angle of 344.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1337 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 55 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.38 |
| HSL | 344.57º | 0.79% | 0.35% | - |
| HSV(B) | 344.57º | 0.88% | 0.62% | - |
| XYZ | 15.22 | 8.11 | 4.38 | - |
| YUV | 64.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 55 | 0 | 0.88 | 0.65 | 0.38 | 344.57 | 0.79 | 0.35 |
| Hex | 9F | 13 | 37 | 0 | 58 | 41 | 26 | 159 | 4F | 23 |
| Octal | 237 | 23 | 67 | 0 | 130 | 101 | 46 | 531 | 117 | 43 |
| Binary | 10011111 | 10011 | 110111 | 0 | 1011000 | 1000001 | 100110 | 101011001 | 1001111 | 100011 |
Color Harmonies of #9F1337
Complementary color
Monochromatic Colors of #9F1337
Black with #9F1337
Text Example
Text Example
White with #9F1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1337; }
p { color: rgb(159,19,55); }
H1.HeaderClassName
{
color: #9F1337;
}
.AnyTagClassName
{
color: #9F1337;
}
</style>
background-color css
<style>
a { background-color: #9F1337; }
a { background-color: rgb(159,19,55); }
div.DivClassName
{
background-color: #9F1337;
}
.BgClassName
{
background-color: #9F1337;
}
</style>
border-color css
<style>
span { border-color: #9F1337; }
span { border-color: rgb(159,19,55); }
td.TdClassName
{
border-color: #9F1337;
}
.TagClassName
{
border-color: #9F1337;
}
</style>