Shades of Bright Red #9F153A
Tints of Bright Red #9F153A
RGB
CMYK
RGB Variations
Color information
#9F153A (or 0x9F153A) is known color: Bright Red. HEX triplet: 9F, 15 and 3A. RGB value is (159,21,58). Sum of RGB (Red+Green+Blue) = 159+21+58=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F153A is #60EAC5. Grayscale: #424242. Windows color (decimal): -6351558 or 3806623. OLE color: 3806623.
HSL color Cylindrical-coordinate representation of color #9F153A: hue angle of 343.91º 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 #9F153A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 58 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.38 |
| HSL | 343.91º | 0.77% | 0.35% | - |
| HSV(B) | 343.91º | 0.87% | 0.62% | - |
| XYZ | 15.33 | 8.21 | 4.78 | - |
| YUV | 66.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 58 | 0 | 0.87 | 0.64 | 0.38 | 343.91 | 0.77 | 0.35 |
| Hex | 9F | 15 | 3A | 0 | 57 | 40 | 26 | 158 | 4D | 23 |
| Octal | 237 | 25 | 72 | 0 | 127 | 100 | 46 | 530 | 115 | 43 |
| Binary | 10011111 | 10101 | 111010 | 0 | 1010111 | 1000000 | 100110 | 101011000 | 1001101 | 100011 |
Color Harmonies of #9F153A
Complementary color
Monochromatic Colors of #9F153A
Black with #9F153A
Text Example
Text Example
White with #9F153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F153A; }
p { color: rgb(159,21,58); }
H1.HeaderClassName
{
color: #9F153A;
}
.AnyTagClassName
{
color: #9F153A;
}
</style>
background-color css
<style>
a { background-color: #9F153A; }
a { background-color: rgb(159,21,58); }
div.DivClassName
{
background-color: #9F153A;
}
.BgClassName
{
background-color: #9F153A;
}
</style>
border-color css
<style>
span { border-color: #9F153A; }
span { border-color: rgb(159,21,58); }
td.TdClassName
{
border-color: #9F153A;
}
.TagClassName
{
border-color: #9F153A;
}
</style>