Shades of Bright Red #9F152F
Tints of Bright Red #9F152F
RGB
CMYK
RGB Variations
Color information
#9F152F (or 0x9F152F) is known color: Bright Red. HEX triplet: 9F, 15 and 2F. RGB value is (159,21,47). Sum of RGB (Red+Green+Blue) = 159+21+47=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F152F is #60EAD0. Grayscale: #414141. Windows color (decimal): -6351569 or 3085727. OLE color: 3085727.
HSL color Cylindrical-coordinate representation of color #9F152F: hue angle of 348.7º 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 #9F152F is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 47 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.38 |
| HSL | 348.7º | 0.77% | 0.35% | - |
| HSV(B) | 348.7º | 0.87% | 0.62% | - |
| XYZ | 15.08 | 8.11 | 3.46 | - |
| YUV | 65.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 47 | 0 | 0.87 | 0.70 | 0.38 | 348.7 | 0.77 | 0.35 |
| Hex | 9F | 15 | 2F | 0 | 57 | 46 | 26 | 15D | 4D | 23 |
| Octal | 237 | 25 | 57 | 0 | 127 | 106 | 46 | 535 | 115 | 43 |
| Binary | 10011111 | 10101 | 101111 | 0 | 1010111 | 1000110 | 100110 | 101011101 | 1001101 | 100011 |
Color Harmonies of #9F152F
Complementary color
Monochromatic Colors of #9F152F
Black with #9F152F
Text Example
Text Example
White with #9F152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F152F; }
p { color: rgb(159,21,47); }
H1.HeaderClassName
{
color: #9F152F;
}
.AnyTagClassName
{
color: #9F152F;
}
</style>
background-color css
<style>
a { background-color: #9F152F; }
a { background-color: rgb(159,21,47); }
div.DivClassName
{
background-color: #9F152F;
}
.BgClassName
{
background-color: #9F152F;
}
</style>
border-color css
<style>
span { border-color: #9F152F; }
span { border-color: rgb(159,21,47); }
td.TdClassName
{
border-color: #9F152F;
}
.TagClassName
{
border-color: #9F152F;
}
</style>