Shades of Bright Red #9F182B
Tints of Bright Red #9F182B
RGB
CMYK
RGB Variations
Color information
#9F182B (or 0x9F182B) is known color: Bright Red. HEX triplet: 9F, 18 and 2B. RGB value is (159,24,43). Sum of RGB (Red+Green+Blue) = 159+24+43=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F182B is #60E7D4. Grayscale: #424242. Windows color (decimal): -6350805 or 2824351. OLE color: 2824351.
HSL color Cylindrical-coordinate representation of color #9F182B: hue angle of 351.56º 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 #9F182B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 43 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.38 |
| HSL | 351.56º | 0.74% | 0.36% | - |
| HSV(B) | 351.56º | 0.85% | 0.62% | - |
| XYZ | 15.06 | 8.2 | 3.07 | - |
| YUV | 66.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 43 | 0 | 0.85 | 0.73 | 0.38 | 351.56 | 0.74 | 0.36 |
| Hex | 9F | 18 | 2B | 0 | 55 | 49 | 26 | 160 | 4A | 24 |
| Octal | 237 | 30 | 53 | 0 | 125 | 111 | 46 | 540 | 112 | 44 |
| Binary | 10011111 | 11000 | 101011 | 0 | 1010101 | 1001001 | 100110 | 101100000 | 1001010 | 100100 |
Color Harmonies of #9F182B
Complementary color
Monochromatic Colors of #9F182B
Black with #9F182B
Text Example
Text Example
White with #9F182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F182B; }
p { color: rgb(159,24,43); }
H1.HeaderClassName
{
color: #9F182B;
}
.AnyTagClassName
{
color: #9F182B;
}
</style>
background-color css
<style>
a { background-color: #9F182B; }
a { background-color: rgb(159,24,43); }
div.DivClassName
{
background-color: #9F182B;
}
.BgClassName
{
background-color: #9F182B;
}
</style>
border-color css
<style>
span { border-color: #9F182B; }
span { border-color: rgb(159,24,43); }
td.TdClassName
{
border-color: #9F182B;
}
.TagClassName
{
border-color: #9F182B;
}
</style>