Shades of Bright Red #9F222E
Tints of Bright Red #9F222E
RGB
CMYK
RGB Variations
Color information
#9F222E (or 0x9F222E) is known color: Bright Red. HEX triplet: 9F, 22 and 2E. RGB value is (159,34,46). Sum of RGB (Red+Green+Blue) = 159+34+46=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F222E is #60DDD1. Grayscale: #484848. Windows color (decimal): -6348242 or 3023519. OLE color: 3023519.
HSL color Cylindrical-coordinate representation of color #9F222E: hue angle of 354.24º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F222E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 46 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.38 |
| HSL | 354.24º | 0.65% | 0.38% | - |
| HSV(B) | 354.24º | 0.79% | 0.62% | - |
| XYZ | 15.36 | 8.71 | 3.46 | - |
| YUV | 72.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 46 | 0 | 0.79 | 0.71 | 0.38 | 354.24 | 0.65 | 0.38 |
| Hex | 9F | 22 | 2E | 0 | 4F | 47 | 26 | 162 | 41 | 26 |
| Octal | 237 | 42 | 56 | 0 | 117 | 107 | 46 | 542 | 101 | 46 |
| Binary | 10011111 | 100010 | 101110 | 0 | 1001111 | 1000111 | 100110 | 101100010 | 1000001 | 100110 |
Color Harmonies of #9F222E
Complementary color
Monochromatic Colors of #9F222E
Black with #9F222E
Text Example
Text Example
White with #9F222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F222E; }
p { color: rgb(159,34,46); }
H1.HeaderClassName
{
color: #9F222E;
}
.AnyTagClassName
{
color: #9F222E;
}
</style>
background-color css
<style>
a { background-color: #9F222E; }
a { background-color: rgb(159,34,46); }
div.DivClassName
{
background-color: #9F222E;
}
.BgClassName
{
background-color: #9F222E;
}
</style>
border-color css
<style>
span { border-color: #9F222E; }
span { border-color: rgb(159,34,46); }
td.TdClassName
{
border-color: #9F222E;
}
.TagClassName
{
border-color: #9F222E;
}
</style>