Shades of Bright Red #9F233F
Tints of Bright Red #9F233F
RGB
CMYK
RGB Variations
Color information
#9F233F (or 0x9F233F) is known color: Bright Red. HEX triplet: 9F, 23 and 3F. RGB value is (159,35,63). Sum of RGB (Red+Green+Blue) = 159+35+63=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233F is #60DCC0. Grayscale: #4B4B4B. Windows color (decimal): -6347969 or 4137887. OLE color: 4137887.
HSL color Cylindrical-coordinate representation of color #9F233F: hue angle of 346.45º 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 #9F233F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 63 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.38 |
| HSL | 346.45º | 0.64% | 0.38% | - |
| HSV(B) | 346.45º | 0.78% | 0.62% | - |
| XYZ | 15.8 | 8.93 | 5.59 | - |
| YUV | 75.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 63 | 0 | 0.78 | 0.60 | 0.38 | 346.45 | 0.64 | 0.38 |
| Hex | 9F | 23 | 3F | 0 | 4E | 3C | 26 | 15A | 40 | 26 |
| Octal | 237 | 43 | 77 | 0 | 116 | 74 | 46 | 532 | 100 | 46 |
| Binary | 10011111 | 100011 | 111111 | 0 | 1001110 | 111100 | 100110 | 101011010 | 1000000 | 100110 |
Color Harmonies of #9F233F
Complementary color
Monochromatic Colors of #9F233F
Black with #9F233F
Text Example
Text Example
White with #9F233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F233F; }
p { color: rgb(159,35,63); }
H1.HeaderClassName
{
color: #9F233F;
}
.AnyTagClassName
{
color: #9F233F;
}
</style>
background-color css
<style>
a { background-color: #9F233F; }
a { background-color: rgb(159,35,63); }
div.DivClassName
{
background-color: #9F233F;
}
.BgClassName
{
background-color: #9F233F;
}
</style>
border-color css
<style>
span { border-color: #9F233F; }
span { border-color: rgb(159,35,63); }
td.TdClassName
{
border-color: #9F233F;
}
.TagClassName
{
border-color: #9F233F;
}
</style>