Shades of Bright Red #9F2228
Tints of Bright Red #9F2228
RGB
CMYK
RGB Variations
Color information
#9F2228 (or 0x9F2228) is known color: Bright Red. HEX triplet: 9F, 22 and 28. RGB value is (159,34,40). Sum of RGB (Red+Green+Blue) = 159+34+40=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2228 is #60DDD7. Grayscale: #484848. Windows color (decimal): -6348248 or 2630303. OLE color: 2630303.
HSL color Cylindrical-coordinate representation of color #9F2228: hue angle of 357.12º 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 #9F2228 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 40 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.38 |
| HSL | 357.12º | 0.65% | 0.38% | - |
| HSV(B) | 357.12º | 0.79% | 0.62% | - |
| XYZ | 15.25 | 8.67 | 2.88 | - |
| YUV | 72.06 | 109.91 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 40 | 0 | 0.79 | 0.75 | 0.38 | 357.12 | 0.65 | 0.38 |
| Hex | 9F | 22 | 28 | 0 | 4F | 4B | 26 | 165 | 41 | 26 |
| Octal | 237 | 42 | 50 | 0 | 117 | 113 | 46 | 545 | 101 | 46 |
| Binary | 10011111 | 100010 | 101000 | 0 | 1001111 | 1001011 | 100110 | 101100101 | 1000001 | 100110 |
Color Harmonies of #9F2228
Complementary color
Monochromatic Colors of #9F2228
Black with #9F2228
Text Example
Text Example
White with #9F2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2228; }
p { color: rgb(159,34,40); }
H1.HeaderClassName
{
color: #9F2228;
}
.AnyTagClassName
{
color: #9F2228;
}
</style>
background-color css
<style>
a { background-color: #9F2228; }
a { background-color: rgb(159,34,40); }
div.DivClassName
{
background-color: #9F2228;
}
.BgClassName
{
background-color: #9F2228;
}
</style>
border-color css
<style>
span { border-color: #9F2228; }
span { border-color: rgb(159,34,40); }
td.TdClassName
{
border-color: #9F2228;
}
.TagClassName
{
border-color: #9F2228;
}
</style>