Shades of Bright Red #9F213B
Tints of Bright Red #9F213B
RGB
CMYK
RGB Variations
Color information
#9F213B (or 0x9F213B) is known color: Bright Red. HEX triplet: 9F, 21 and 3B. RGB value is (159,33,59). Sum of RGB (Red+Green+Blue) = 159+33+59=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F213B is #60DEC4. Grayscale: #494949. Windows color (decimal): -6348485 or 3875231. OLE color: 3875231.
HSL color Cylindrical-coordinate representation of color #9F213B: hue angle of 347.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F213B is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 59 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.38 |
| HSL | 347.62º | 0.66% | 0.38% | - |
| HSV(B) | 347.62º | 0.79% | 0.62% | - |
| XYZ | 15.63 | 8.77 | 5.01 | - |
| YUV | 73.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 59 | 0 | 0.79 | 0.63 | 0.38 | 347.62 | 0.66 | 0.38 |
| Hex | 9F | 21 | 3B | 0 | 4F | 3F | 26 | 15C | 42 | 26 |
| Octal | 237 | 41 | 73 | 0 | 117 | 77 | 46 | 534 | 102 | 46 |
| Binary | 10011111 | 100001 | 111011 | 0 | 1001111 | 111111 | 100110 | 101011100 | 1000010 | 100110 |
Color Harmonies of #9F213B
Complementary color
Monochromatic Colors of #9F213B
Black with #9F213B
Text Example
Text Example
White with #9F213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F213B; }
p { color: rgb(159,33,59); }
H1.HeaderClassName
{
color: #9F213B;
}
.AnyTagClassName
{
color: #9F213B;
}
</style>
background-color css
<style>
a { background-color: #9F213B; }
a { background-color: rgb(159,33,59); }
div.DivClassName
{
background-color: #9F213B;
}
.BgClassName
{
background-color: #9F213B;
}
</style>
border-color css
<style>
span { border-color: #9F213B; }
span { border-color: rgb(159,33,59); }
td.TdClassName
{
border-color: #9F213B;
}
.TagClassName
{
border-color: #9F213B;
}
</style>