Shades of Bright Red #9F132E
Tints of Bright Red #9F132E
RGB
CMYK
RGB Variations
Color information
#9F132E (or 0x9F132E) is known color: Bright Red. HEX triplet: 9F, 13 and 2E. RGB value is (159,19,46). Sum of RGB (Red+Green+Blue) = 159+19+46=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132E is #60ECD1. Grayscale: #3F3F3F. Windows color (decimal): -6352082 or 3019679. OLE color: 3019679.
HSL color Cylindrical-coordinate representation of color #9F132E: hue angle of 348.43º 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 #9F132E is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 46 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.38 |
| HSL | 348.43º | 0.79% | 0.35% | - |
| HSV(B) | 348.43º | 0.88% | 0.62% | - |
| XYZ | 15.02 | 8.03 | 3.34 | - |
| YUV | 63.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 46 | 0 | 0.88 | 0.71 | 0.38 | 348.43 | 0.79 | 0.35 |
| Hex | 9F | 13 | 2E | 0 | 58 | 47 | 26 | 15C | 4F | 23 |
| Octal | 237 | 23 | 56 | 0 | 130 | 107 | 46 | 534 | 117 | 43 |
| Binary | 10011111 | 10011 | 101110 | 0 | 1011000 | 1000111 | 100110 | 101011100 | 1001111 | 100011 |
Color Harmonies of #9F132E
Complementary color
Monochromatic Colors of #9F132E
Black with #9F132E
Text Example
Text Example
White with #9F132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F132E; }
p { color: rgb(159,19,46); }
H1.HeaderClassName
{
color: #9F132E;
}
.AnyTagClassName
{
color: #9F132E;
}
</style>
background-color css
<style>
a { background-color: #9F132E; }
a { background-color: rgb(159,19,46); }
div.DivClassName
{
background-color: #9F132E;
}
.BgClassName
{
background-color: #9F132E;
}
</style>
border-color css
<style>
span { border-color: #9F132E; }
span { border-color: rgb(159,19,46); }
td.TdClassName
{
border-color: #9F132E;
}
.TagClassName
{
border-color: #9F132E;
}
</style>