Shades of Bright Red #9F153B
Tints of Bright Red #9F153B
RGB
CMYK
RGB Variations
Color information
#9F153B (or 0x9F153B) is known color: Bright Red. HEX triplet: 9F, 15 and 3B. RGB value is (159,21,59). Sum of RGB (Red+Green+Blue) = 159+21+59=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F153B is #60EAC4. Grayscale: #424242. Windows color (decimal): -6351557 or 3872159. OLE color: 3872159.
HSL color Cylindrical-coordinate representation of color #9F153B: hue angle of 343.48º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F153B is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 59 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.38 |
| HSL | 343.48º | 0.77% | 0.35% | - |
| HSV(B) | 343.48º | 0.87% | 0.62% | - |
| XYZ | 15.36 | 8.22 | 4.92 | - |
| YUV | 66.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 59 | 0 | 0.87 | 0.63 | 0.38 | 343.48 | 0.77 | 0.35 |
| Hex | 9F | 15 | 3B | 0 | 57 | 3F | 26 | 157 | 4D | 23 |
| Octal | 237 | 25 | 73 | 0 | 127 | 77 | 46 | 527 | 115 | 43 |
| Binary | 10011111 | 10101 | 111011 | 0 | 1010111 | 111111 | 100110 | 101010111 | 1001101 | 100011 |
Color Harmonies of #9F153B
Complementary color
Monochromatic Colors of #9F153B
Black with #9F153B
Text Example
Text Example
White with #9F153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F153B; }
p { color: rgb(159,21,59); }
H1.HeaderClassName
{
color: #9F153B;
}
.AnyTagClassName
{
color: #9F153B;
}
</style>
background-color css
<style>
a { background-color: #9F153B; }
a { background-color: rgb(159,21,59); }
div.DivClassName
{
background-color: #9F153B;
}
.BgClassName
{
background-color: #9F153B;
}
</style>
border-color css
<style>
span { border-color: #9F153B; }
span { border-color: rgb(159,21,59); }
td.TdClassName
{
border-color: #9F153B;
}
.TagClassName
{
border-color: #9F153B;
}
</style>