Shades of Bright Red #9F2133
Tints of Bright Red #9F2133
RGB
CMYK
RGB Variations
Color information
#9F2133 (or 0x9F2133) is known color: Bright Red. HEX triplet: 9F, 21 and 33. RGB value is (159,33,51). Sum of RGB (Red+Green+Blue) = 159+33+51=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2133 is #60DECC. Grayscale: #484848. Windows color (decimal): -6348493 or 3350943. OLE color: 3350943.
HSL color Cylindrical-coordinate representation of color #9F2133: hue angle of 351.43º 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 #9F2133 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 51 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.38 |
| HSL | 351.43º | 0.66% | 0.38% | - |
| HSV(B) | 351.43º | 0.79% | 0.62% | - |
| XYZ | 15.44 | 8.7 | 4 | - |
| YUV | 72.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 51 | 0 | 0.79 | 0.68 | 0.38 | 351.43 | 0.66 | 0.38 |
| Hex | 9F | 21 | 33 | 0 | 4F | 44 | 26 | 15F | 42 | 26 |
| Octal | 237 | 41 | 63 | 0 | 117 | 104 | 46 | 537 | 102 | 46 |
| Binary | 10011111 | 100001 | 110011 | 0 | 1001111 | 1000100 | 100110 | 101011111 | 1000010 | 100110 |
Color Harmonies of #9F2133
Complementary color
Monochromatic Colors of #9F2133
Black with #9F2133
Text Example
Text Example
White with #9F2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2133; }
p { color: rgb(159,33,51); }
H1.HeaderClassName
{
color: #9F2133;
}
.AnyTagClassName
{
color: #9F2133;
}
</style>
background-color css
<style>
a { background-color: #9F2133; }
a { background-color: rgb(159,33,51); }
div.DivClassName
{
background-color: #9F2133;
}
.BgClassName
{
background-color: #9F2133;
}
</style>
border-color css
<style>
span { border-color: #9F2133; }
span { border-color: rgb(159,33,51); }
td.TdClassName
{
border-color: #9F2133;
}
.TagClassName
{
border-color: #9F2133;
}
</style>