Shades of Bright Red #9F152B
Tints of Bright Red #9F152B
RGB
CMYK
RGB Variations
Color information
#9F152B (or 0x9F152B) is known color: Bright Red. HEX triplet: 9F, 15 and 2B. RGB value is (159,21,43). Sum of RGB (Red+Green+Blue) = 159+21+43=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F152B is #60EAD4. Grayscale: #404040. Windows color (decimal): -6351573 or 2823583. OLE color: 2823583.
HSL color Cylindrical-coordinate representation of color #9F152B: hue angle of 350.43º 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 #9F152B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 43 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.38 |
| HSL | 350.43º | 0.77% | 0.35% | - |
| HSV(B) | 350.43º | 0.87% | 0.62% | - |
| XYZ | 15 | 8.08 | 3.05 | - |
| YUV | 64.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 43 | 0 | 0.87 | 0.73 | 0.38 | 350.43 | 0.77 | 0.35 |
| Hex | 9F | 15 | 2B | 0 | 57 | 49 | 26 | 15E | 4D | 23 |
| Octal | 237 | 25 | 53 | 0 | 127 | 111 | 46 | 536 | 115 | 43 |
| Binary | 10011111 | 10101 | 101011 | 0 | 1010111 | 1001001 | 100110 | 101011110 | 1001101 | 100011 |
Color Harmonies of #9F152B
Complementary color
Monochromatic Colors of #9F152B
Black with #9F152B
Text Example
Text Example
White with #9F152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F152B; }
p { color: rgb(159,21,43); }
H1.HeaderClassName
{
color: #9F152B;
}
.AnyTagClassName
{
color: #9F152B;
}
</style>
background-color css
<style>
a { background-color: #9F152B; }
a { background-color: rgb(159,21,43); }
div.DivClassName
{
background-color: #9F152B;
}
.BgClassName
{
background-color: #9F152B;
}
</style>
border-color css
<style>
span { border-color: #9F152B; }
span { border-color: rgb(159,21,43); }
td.TdClassName
{
border-color: #9F152B;
}
.TagClassName
{
border-color: #9F152B;
}
</style>