Shades of Bright Red #9F2131
Tints of Bright Red #9F2131
RGB
CMYK
RGB Variations
Color information
#9F2131 (or 0x9F2131) is known color: Bright Red. HEX triplet: 9F, 21 and 31. RGB value is (159,33,49). Sum of RGB (Red+Green+Blue) = 159+33+49=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2131 is #60DECE. Grayscale: #484848. Windows color (decimal): -6348495 or 3219871. OLE color: 3219871.
HSL color Cylindrical-coordinate representation of color #9F2131: hue angle of 352.38º degrees, saturation: 0.66, 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 #9F2131 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 49 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.38 |
| HSL | 352.38º | 0.66% | 0.38% | - |
| HSV(B) | 352.38º | 0.79% | 0.62% | - |
| XYZ | 15.4 | 8.68 | 3.77 | - |
| YUV | 72.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 49 | 0 | 0.79 | 0.69 | 0.38 | 352.38 | 0.66 | 0.38 |
| Hex | 9F | 21 | 31 | 0 | 4F | 45 | 26 | 160 | 42 | 26 |
| Octal | 237 | 41 | 61 | 0 | 117 | 105 | 46 | 540 | 102 | 46 |
| Binary | 10011111 | 100001 | 110001 | 0 | 1001111 | 1000101 | 100110 | 101100000 | 1000010 | 100110 |
Color Harmonies of #9F2131
Complementary color
Monochromatic Colors of #9F2131
Black with #9F2131
Text Example
Text Example
White with #9F2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2131; }
p { color: rgb(159,33,49); }
H1.HeaderClassName
{
color: #9F2131;
}
.AnyTagClassName
{
color: #9F2131;
}
</style>
background-color css
<style>
a { background-color: #9F2131; }
a { background-color: rgb(159,33,49); }
div.DivClassName
{
background-color: #9F2131;
}
.BgClassName
{
background-color: #9F2131;
}
</style>
border-color css
<style>
span { border-color: #9F2131; }
span { border-color: rgb(159,33,49); }
td.TdClassName
{
border-color: #9F2131;
}
.TagClassName
{
border-color: #9F2131;
}
</style>