Shades of Bright Red #9F133A
Tints of Bright Red #9F133A
RGB
CMYK
RGB Variations
Color information
#9F133A (or 0x9F133A) is known color: Bright Red. HEX triplet: 9F, 13 and 3A. RGB value is (159,19,58). Sum of RGB (Red+Green+Blue) = 159+19+58=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F133A is #60ECC5. Grayscale: #414141. Windows color (decimal): -6352070 or 3806111. OLE color: 3806111.
HSL color Cylindrical-coordinate representation of color #9F133A: hue angle of 343.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F133A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 58 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.38 |
| HSL | 343.29º | 0.79% | 0.35% | - |
| HSV(B) | 343.29º | 0.88% | 0.62% | - |
| XYZ | 15.29 | 8.14 | 4.77 | - |
| YUV | 65.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 58 | 0 | 0.88 | 0.64 | 0.38 | 343.29 | 0.79 | 0.35 |
| Hex | 9F | 13 | 3A | 0 | 58 | 40 | 26 | 157 | 4F | 23 |
| Octal | 237 | 23 | 72 | 0 | 130 | 100 | 46 | 527 | 117 | 43 |
| Binary | 10011111 | 10011 | 111010 | 0 | 1011000 | 1000000 | 100110 | 101010111 | 1001111 | 100011 |
Color Harmonies of #9F133A
Complementary color
Monochromatic Colors of #9F133A
Black with #9F133A
Text Example
Text Example
White with #9F133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F133A; }
p { color: rgb(159,19,58); }
H1.HeaderClassName
{
color: #9F133A;
}
.AnyTagClassName
{
color: #9F133A;
}
</style>
background-color css
<style>
a { background-color: #9F133A; }
a { background-color: rgb(159,19,58); }
div.DivClassName
{
background-color: #9F133A;
}
.BgClassName
{
background-color: #9F133A;
}
</style>
border-color css
<style>
span { border-color: #9F133A; }
span { border-color: rgb(159,19,58); }
td.TdClassName
{
border-color: #9F133A;
}
.TagClassName
{
border-color: #9F133A;
}
</style>