Shades of Bright Red #9F233E
Tints of Bright Red #9F233E
RGB
CMYK
RGB Variations
Color information
#9F233E (or 0x9F233E) is known color: Bright Red. HEX triplet: 9F, 23 and 3E. RGB value is (159,35,62). Sum of RGB (Red+Green+Blue) = 159+35+62=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F233E is #60DCC1. Grayscale: #4B4B4B. Windows color (decimal): -6347970 or 4072351. OLE color: 4072351.
HSL color Cylindrical-coordinate representation of color #9F233E: hue angle of 346.94º 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 #9F233E is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 62 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.38 |
| HSL | 346.94º | 0.64% | 0.38% | - |
| HSV(B) | 346.94º | 0.78% | 0.62% | - |
| XYZ | 15.77 | 8.92 | 5.45 | - |
| YUV | 75.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 62 | 0 | 0.78 | 0.61 | 0.38 | 346.94 | 0.64 | 0.38 |
| Hex | 9F | 23 | 3E | 0 | 4E | 3D | 26 | 15B | 40 | 26 |
| Octal | 237 | 43 | 76 | 0 | 116 | 75 | 46 | 533 | 100 | 46 |
| Binary | 10011111 | 100011 | 111110 | 0 | 1001110 | 111101 | 100110 | 101011011 | 1000000 | 100110 |
Color Harmonies of #9F233E
Complementary color
Monochromatic Colors of #9F233E
Black with #9F233E
Text Example
Text Example
White with #9F233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F233E; }
p { color: rgb(159,35,62); }
H1.HeaderClassName
{
color: #9F233E;
}
.AnyTagClassName
{
color: #9F233E;
}
</style>
background-color css
<style>
a { background-color: #9F233E; }
a { background-color: rgb(159,35,62); }
div.DivClassName
{
background-color: #9F233E;
}
.BgClassName
{
background-color: #9F233E;
}
</style>
border-color css
<style>
span { border-color: #9F233E; }
span { border-color: rgb(159,35,62); }
td.TdClassName
{
border-color: #9F233E;
}
.TagClassName
{
border-color: #9F233E;
}
</style>