Shades of Bright Red #9F2032
Tints of Bright Red #9F2032
RGB
CMYK
RGB Variations
Color information
#9F2032 (or 0x9F2032) is known color: Bright Red. HEX triplet: 9F, 20 and 32. RGB value is (159,32,50). Sum of RGB (Red+Green+Blue) = 159+32+50=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2032 is #60DFCD. Grayscale: #484848. Windows color (decimal): -6348750 or 3285151. OLE color: 3285151.
HSL color Cylindrical-coordinate representation of color #9F2032: hue angle of 351.5º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2032 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 50 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.38 |
| HSL | 351.5º | 0.66% | 0.37% | - |
| HSV(B) | 351.5º | 0.8% | 0.62% | - |
| XYZ | 15.39 | 8.63 | 3.87 | - |
| YUV | 72.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 50 | 0 | 0.80 | 0.69 | 0.38 | 351.5 | 0.66 | 0.37 |
| Hex | 9F | 20 | 32 | 0 | 50 | 45 | 26 | 15F | 42 | 25 |
| Octal | 237 | 40 | 62 | 0 | 120 | 105 | 46 | 537 | 102 | 45 |
| Binary | 10011111 | 100000 | 110010 | 0 | 1010000 | 1000101 | 100110 | 101011111 | 1000010 | 100101 |
Color Harmonies of #9F2032
Complementary color
Monochromatic Colors of #9F2032
Black with #9F2032
Text Example
Text Example
White with #9F2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2032; }
p { color: rgb(159,32,50); }
H1.HeaderClassName
{
color: #9F2032;
}
.AnyTagClassName
{
color: #9F2032;
}
</style>
background-color css
<style>
a { background-color: #9F2032; }
a { background-color: rgb(159,32,50); }
div.DivClassName
{
background-color: #9F2032;
}
.BgClassName
{
background-color: #9F2032;
}
</style>
border-color css
<style>
span { border-color: #9F2032; }
span { border-color: rgb(159,32,50); }
td.TdClassName
{
border-color: #9F2032;
}
.TagClassName
{
border-color: #9F2032;
}
</style>