Shades of Bright Red #9F232B
Tints of Bright Red #9F232B
RGB
CMYK
RGB Variations
Color information
#9F232B (or 0x9F232B) is known color: Bright Red. HEX triplet: 9F, 23 and 2B. RGB value is (159,35,43). Sum of RGB (Red+Green+Blue) = 159+35+43=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F232B is #60DCD4. Grayscale: #494949. Windows color (decimal): -6347989 or 2827167. OLE color: 2827167.
HSL color Cylindrical-coordinate representation of color #9F232B: hue angle of 356.13º 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 #9F232B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 43 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.38 |
| HSL | 356.13º | 0.64% | 0.38% | - |
| HSV(B) | 356.13º | 0.78% | 0.62% | - |
| XYZ | 15.34 | 8.75 | 3.17 | - |
| YUV | 72.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 43 | 0 | 0.78 | 0.73 | 0.38 | 356.13 | 0.64 | 0.38 |
| Hex | 9F | 23 | 2B | 0 | 4E | 49 | 26 | 164 | 40 | 26 |
| Octal | 237 | 43 | 53 | 0 | 116 | 111 | 46 | 544 | 100 | 46 |
| Binary | 10011111 | 100011 | 101011 | 0 | 1001110 | 1001001 | 100110 | 101100100 | 1000000 | 100110 |
Color Harmonies of #9F232B
Complementary color
Monochromatic Colors of #9F232B
Black with #9F232B
Text Example
Text Example
White with #9F232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F232B; }
p { color: rgb(159,35,43); }
H1.HeaderClassName
{
color: #9F232B;
}
.AnyTagClassName
{
color: #9F232B;
}
</style>
background-color css
<style>
a { background-color: #9F232B; }
a { background-color: rgb(159,35,43); }
div.DivClassName
{
background-color: #9F232B;
}
.BgClassName
{
background-color: #9F232B;
}
</style>
border-color css
<style>
span { border-color: #9F232B; }
span { border-color: rgb(159,35,43); }
td.TdClassName
{
border-color: #9F232B;
}
.TagClassName
{
border-color: #9F232B;
}
</style>