Shades of Bright Red #9F2331
Tints of Bright Red #9F2331
RGB
CMYK
RGB Variations
Color information
#9F2331 (or 0x9F2331) is known color: Bright Red. HEX triplet: 9F, 23 and 31. RGB value is (159,35,49). Sum of RGB (Red+Green+Blue) = 159+35+49=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2331 is #60DCCE. Grayscale: #494949. Windows color (decimal): -6347983 or 3220383. OLE color: 3220383.
HSL color Cylindrical-coordinate representation of color #9F2331: hue angle of 353.23º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2331 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 49 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.38 |
| HSL | 353.23º | 0.64% | 0.38% | - |
| HSV(B) | 353.23º | 0.78% | 0.62% | - |
| XYZ | 15.45 | 8.79 | 3.79 | - |
| YUV | 73.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 49 | 0 | 0.78 | 0.69 | 0.38 | 353.23 | 0.64 | 0.38 |
| Hex | 9F | 23 | 31 | 0 | 4E | 45 | 26 | 161 | 40 | 26 |
| Octal | 237 | 43 | 61 | 0 | 116 | 105 | 46 | 541 | 100 | 46 |
| Binary | 10011111 | 100011 | 110001 | 0 | 1001110 | 1000101 | 100110 | 101100001 | 1000000 | 100110 |
Color Harmonies of #9F2331
Complementary color
Monochromatic Colors of #9F2331
Black with #9F2331
Text Example
Text Example
White with #9F2331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2331; }
p { color: rgb(159,35,49); }
H1.HeaderClassName
{
color: #9F2331;
}
.AnyTagClassName
{
color: #9F2331;
}
</style>
background-color css
<style>
a { background-color: #9F2331; }
a { background-color: rgb(159,35,49); }
div.DivClassName
{
background-color: #9F2331;
}
.BgClassName
{
background-color: #9F2331;
}
</style>
border-color css
<style>
span { border-color: #9F2331; }
span { border-color: rgb(159,35,49); }
td.TdClassName
{
border-color: #9F2331;
}
.TagClassName
{
border-color: #9F2331;
}
</style>