Shades of Bright Red #9F182E
Tints of Bright Red #9F182E
RGB
CMYK
RGB Variations
Color information
#9F182E (or 0x9F182E) is known color: Bright Red. HEX triplet: 9F, 18 and 2E. RGB value is (159,24,46). Sum of RGB (Red+Green+Blue) = 159+24+46=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F182E is #60E7D1. Grayscale: #424242. Windows color (decimal): -6350802 or 3020959. OLE color: 3020959.
HSL color Cylindrical-coordinate representation of color #9F182E: hue angle of 350.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F182E is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 46 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.38 |
| HSL | 350.22º | 0.74% | 0.36% | - |
| HSV(B) | 350.22º | 0.85% | 0.62% | - |
| XYZ | 15.12 | 8.22 | 3.37 | - |
| YUV | 66.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 46 | 0 | 0.85 | 0.71 | 0.38 | 350.22 | 0.74 | 0.36 |
| Hex | 9F | 18 | 2E | 0 | 55 | 47 | 26 | 15E | 4A | 24 |
| Octal | 237 | 30 | 56 | 0 | 125 | 107 | 46 | 536 | 112 | 44 |
| Binary | 10011111 | 11000 | 101110 | 0 | 1010101 | 1000111 | 100110 | 101011110 | 1001010 | 100100 |
Color Harmonies of #9F182E
Complementary color
Monochromatic Colors of #9F182E
Black with #9F182E
Text Example
Text Example
White with #9F182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F182E; }
p { color: rgb(159,24,46); }
H1.HeaderClassName
{
color: #9F182E;
}
.AnyTagClassName
{
color: #9F182E;
}
</style>
background-color css
<style>
a { background-color: #9F182E; }
a { background-color: rgb(159,24,46); }
div.DivClassName
{
background-color: #9F182E;
}
.BgClassName
{
background-color: #9F182E;
}
</style>
border-color css
<style>
span { border-color: #9F182E; }
span { border-color: rgb(159,24,46); }
td.TdClassName
{
border-color: #9F182E;
}
.TagClassName
{
border-color: #9F182E;
}
</style>