Shades of Bright Red #9F132C
Tints of Bright Red #9F132C
RGB
CMYK
RGB Variations
Color information
#9F132C (or 0x9F132C) is known color: Bright Red. HEX triplet: 9F, 13 and 2C. RGB value is (159,19,44). Sum of RGB (Red+Green+Blue) = 159+19+44=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F132C is #60ECD3. Grayscale: #3F3F3F. Windows color (decimal): -6352084 or 2888607. OLE color: 2888607.
HSL color Cylindrical-coordinate representation of color #9F132C: hue angle of 349.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 #9F132C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 44 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.38 |
| HSL | 349.29º | 0.79% | 0.35% | - |
| HSV(B) | 349.29º | 0.88% | 0.62% | - |
| XYZ | 14.99 | 8.02 | 3.14 | - |
| YUV | 63.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 44 | 0 | 0.88 | 0.72 | 0.38 | 349.29 | 0.79 | 0.35 |
| Hex | 9F | 13 | 2C | 0 | 58 | 48 | 26 | 15D | 4F | 23 |
| Octal | 237 | 23 | 54 | 0 | 130 | 110 | 46 | 535 | 117 | 43 |
| Binary | 10011111 | 10011 | 101100 | 0 | 1011000 | 1001000 | 100110 | 101011101 | 1001111 | 100011 |
Color Harmonies of #9F132C
Complementary color
Monochromatic Colors of #9F132C
Black with #9F132C
Text Example
Text Example
White with #9F132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F132C; }
p { color: rgb(159,19,44); }
H1.HeaderClassName
{
color: #9F132C;
}
.AnyTagClassName
{
color: #9F132C;
}
</style>
background-color css
<style>
a { background-color: #9F132C; }
a { background-color: rgb(159,19,44); }
div.DivClassName
{
background-color: #9F132C;
}
.BgClassName
{
background-color: #9F132C;
}
</style>
border-color css
<style>
span { border-color: #9F132C; }
span { border-color: rgb(159,19,44); }
td.TdClassName
{
border-color: #9F132C;
}
.TagClassName
{
border-color: #9F132C;
}
</style>