Shades of Bright Red #9F232E
Tints of Bright Red #9F232E
RGB
CMYK
RGB Variations
Color information
#9F232E (or 0x9F232E) is known color: Bright Red. HEX triplet: 9F, 23 and 2E. RGB value is (159,35,46). Sum of RGB (Red+Green+Blue) = 159+35+46=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F232E is #60DCD1. Grayscale: #494949. Windows color (decimal): -6347986 or 3023775. OLE color: 3023775.
HSL color Cylindrical-coordinate representation of color #9F232E: hue angle of 354.68º 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 #9F232E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 46 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.38 |
| HSL | 354.68º | 0.64% | 0.38% | - |
| HSV(B) | 354.68º | 0.78% | 0.62% | - |
| XYZ | 15.39 | 8.77 | 3.47 | - |
| YUV | 73.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 46 | 0 | 0.78 | 0.71 | 0.38 | 354.68 | 0.64 | 0.38 |
| Hex | 9F | 23 | 2E | 0 | 4E | 47 | 26 | 163 | 40 | 26 |
| Octal | 237 | 43 | 56 | 0 | 116 | 107 | 46 | 543 | 100 | 46 |
| Binary | 10011111 | 100011 | 101110 | 0 | 1001110 | 1000111 | 100110 | 101100011 | 1000000 | 100110 |
Color Harmonies of #9F232E
Complementary color
Monochromatic Colors of #9F232E
Black with #9F232E
Text Example
Text Example
White with #9F232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F232E; }
p { color: rgb(159,35,46); }
H1.HeaderClassName
{
color: #9F232E;
}
.AnyTagClassName
{
color: #9F232E;
}
</style>
background-color css
<style>
a { background-color: #9F232E; }
a { background-color: rgb(159,35,46); }
div.DivClassName
{
background-color: #9F232E;
}
.BgClassName
{
background-color: #9F232E;
}
</style>
border-color css
<style>
span { border-color: #9F232E; }
span { border-color: rgb(159,35,46); }
td.TdClassName
{
border-color: #9F232E;
}
.TagClassName
{
border-color: #9F232E;
}
</style>