Shades of Bright Red #9F222A
Tints of Bright Red #9F222A
RGB
CMYK
RGB Variations
Color information
#9F222A (or 0x9F222A) is known color: Bright Red. HEX triplet: 9F, 22 and 2A. RGB value is (159,34,42). Sum of RGB (Red+Green+Blue) = 159+34+42=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F222A is #60DDD5. Grayscale: #484848. Windows color (decimal): -6348246 or 2761375. OLE color: 2761375.
HSL color Cylindrical-coordinate representation of color #9F222A: hue angle of 356.16º 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 #9F222A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 42 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.38 |
| HSL | 356.16º | 0.65% | 0.38% | - |
| HSV(B) | 356.16º | 0.79% | 0.62% | - |
| XYZ | 15.29 | 8.68 | 3.06 | - |
| YUV | 72.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 42 | 0 | 0.79 | 0.74 | 0.38 | 356.16 | 0.65 | 0.38 |
| Hex | 9F | 22 | 2A | 0 | 4F | 4A | 26 | 164 | 41 | 26 |
| Octal | 237 | 42 | 52 | 0 | 117 | 112 | 46 | 544 | 101 | 46 |
| Binary | 10011111 | 100010 | 101010 | 0 | 1001111 | 1001010 | 100110 | 101100100 | 1000001 | 100110 |
Color Harmonies of #9F222A
Complementary color
Monochromatic Colors of #9F222A
Black with #9F222A
Text Example
Text Example
White with #9F222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F222A; }
p { color: rgb(159,34,42); }
H1.HeaderClassName
{
color: #9F222A;
}
.AnyTagClassName
{
color: #9F222A;
}
</style>
background-color css
<style>
a { background-color: #9F222A; }
a { background-color: rgb(159,34,42); }
div.DivClassName
{
background-color: #9F222A;
}
.BgClassName
{
background-color: #9F222A;
}
</style>
border-color css
<style>
span { border-color: #9F222A; }
span { border-color: rgb(159,34,42); }
td.TdClassName
{
border-color: #9F222A;
}
.TagClassName
{
border-color: #9F222A;
}
</style>