Shades of Bright Red #9F202F
Tints of Bright Red #9F202F
RGB
CMYK
RGB Variations
Color information
#9F202F (or 0x9F202F) is known color: Bright Red. HEX triplet: 9F, 20 and 2F. RGB value is (159,32,47). Sum of RGB (Red+Green+Blue) = 159+32+47=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F202F is #60DFD0. Grayscale: #474747. Windows color (decimal): -6348753 or 3088543. OLE color: 3088543.
HSL color Cylindrical-coordinate representation of color #9F202F: hue angle of 352.91º 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 #9F202F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 47 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.38 |
| HSL | 352.91º | 0.66% | 0.37% | - |
| HSV(B) | 352.91º | 0.8% | 0.62% | - |
| XYZ | 15.33 | 8.61 | 3.54 | - |
| YUV | 71.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 47 | 0 | 0.80 | 0.70 | 0.38 | 352.91 | 0.66 | 0.37 |
| Hex | 9F | 20 | 2F | 0 | 50 | 46 | 26 | 161 | 42 | 25 |
| Octal | 237 | 40 | 57 | 0 | 120 | 106 | 46 | 541 | 102 | 45 |
| Binary | 10011111 | 100000 | 101111 | 0 | 1010000 | 1000110 | 100110 | 101100001 | 1000010 | 100101 |
Color Harmonies of #9F202F
Complementary color
Monochromatic Colors of #9F202F
Black with #9F202F
Text Example
Text Example
White with #9F202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F202F; }
p { color: rgb(159,32,47); }
H1.HeaderClassName
{
color: #9F202F;
}
.AnyTagClassName
{
color: #9F202F;
}
</style>
background-color css
<style>
a { background-color: #9F202F; }
a { background-color: rgb(159,32,47); }
div.DivClassName
{
background-color: #9F202F;
}
.BgClassName
{
background-color: #9F202F;
}
</style>
border-color css
<style>
span { border-color: #9F202F; }
span { border-color: rgb(159,32,47); }
td.TdClassName
{
border-color: #9F202F;
}
.TagClassName
{
border-color: #9F202F;
}
</style>