Shades of Bright Red #9F182C
Tints of Bright Red #9F182C
RGB
CMYK
RGB Variations
Color information
#9F182C (or 0x9F182C) is known color: Bright Red. HEX triplet: 9F, 18 and 2C. RGB value is (159,24,44). Sum of RGB (Red+Green+Blue) = 159+24+44=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F182C is #60E7D3. Grayscale: #424242. Windows color (decimal): -6350804 or 2889887. OLE color: 2889887.
HSL color Cylindrical-coordinate representation of color #9F182C: hue angle of 351.11º 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 #9F182C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 44 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.38 |
| HSL | 351.11º | 0.74% | 0.36% | - |
| HSV(B) | 351.11º | 0.85% | 0.62% | - |
| XYZ | 15.08 | 8.21 | 3.17 | - |
| YUV | 66.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 44 | 0 | 0.85 | 0.72 | 0.38 | 351.11 | 0.74 | 0.36 |
| Hex | 9F | 18 | 2C | 0 | 55 | 48 | 26 | 15F | 4A | 24 |
| Octal | 237 | 30 | 54 | 0 | 125 | 110 | 46 | 537 | 112 | 44 |
| Binary | 10011111 | 11000 | 101100 | 0 | 1010101 | 1001000 | 100110 | 101011111 | 1001010 | 100100 |
Color Harmonies of #9F182C
Complementary color
Monochromatic Colors of #9F182C
Black with #9F182C
Text Example
Text Example
White with #9F182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F182C; }
p { color: rgb(159,24,44); }
H1.HeaderClassName
{
color: #9F182C;
}
.AnyTagClassName
{
color: #9F182C;
}
</style>
background-color css
<style>
a { background-color: #9F182C; }
a { background-color: rgb(159,24,44); }
div.DivClassName
{
background-color: #9F182C;
}
.BgClassName
{
background-color: #9F182C;
}
</style>
border-color css
<style>
span { border-color: #9F182C; }
span { border-color: rgb(159,24,44); }
td.TdClassName
{
border-color: #9F182C;
}
.TagClassName
{
border-color: #9F182C;
}
</style>