Shades of Bright Red #9F233A
Tints of Bright Red #9F233A
RGB
CMYK
RGB Variations
Color information
#9F233A (or 0x9F233A) is known color: Bright Red. HEX triplet: 9F, 23 and 3A. RGB value is (159,35,58). Sum of RGB (Red+Green+Blue) = 159+35+58=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233A is #60DCC5. Grayscale: #4A4A4A. Windows color (decimal): -6347974 or 3810207. OLE color: 3810207.
HSL color Cylindrical-coordinate representation of color #9F233A: hue angle of 348.87º 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 #9F233A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 58 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.38 |
| HSL | 348.87º | 0.64% | 0.38% | - |
| HSV(B) | 348.87º | 0.78% | 0.62% | - |
| XYZ | 15.66 | 8.88 | 4.89 | - |
| YUV | 74.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 58 | 0 | 0.78 | 0.64 | 0.38 | 348.87 | 0.64 | 0.38 |
| Hex | 9F | 23 | 3A | 0 | 4E | 40 | 26 | 15D | 40 | 26 |
| Octal | 237 | 43 | 72 | 0 | 116 | 100 | 46 | 535 | 100 | 46 |
| Binary | 10011111 | 100011 | 111010 | 0 | 1001110 | 1000000 | 100110 | 101011101 | 1000000 | 100110 |
Color Harmonies of #9F233A
Complementary color
Monochromatic Colors of #9F233A
Black with #9F233A
Text Example
Text Example
White with #9F233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F233A; }
p { color: rgb(159,35,58); }
H1.HeaderClassName
{
color: #9F233A;
}
.AnyTagClassName
{
color: #9F233A;
}
</style>
background-color css
<style>
a { background-color: #9F233A; }
a { background-color: rgb(159,35,58); }
div.DivClassName
{
background-color: #9F233A;
}
.BgClassName
{
background-color: #9F233A;
}
</style>
border-color css
<style>
span { border-color: #9F233A; }
span { border-color: rgb(159,35,58); }
td.TdClassName
{
border-color: #9F233A;
}
.TagClassName
{
border-color: #9F233A;
}
</style>