Shades of Bright Red #9F103A
Tints of Bright Red #9F103A
RGB
CMYK
RGB Variations
Color information
#9F103A (or 0x9F103A) is known color: Bright Red. HEX triplet: 9F, 10 and 3A. RGB value is (159,16,58). Sum of RGB (Red+Green+Blue) = 159+16+58=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F103A is #60EFC5. Grayscale: #3F3F3F. Windows color (decimal): -6352838 or 3805343. OLE color: 3805343.
HSL color Cylindrical-coordinate representation of color #9F103A: hue angle of 342.38º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F103A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 58 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.38 |
| HSL | 342.38º | 0.82% | 0.34% | - |
| HSV(B) | 342.38º | 0.9% | 0.62% | - |
| XYZ | 15.25 | 8.05 | 4.75 | - |
| YUV | 63.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 58 | 0 | 0.90 | 0.64 | 0.38 | 342.38 | 0.82 | 0.34 |
| Hex | 9F | 10 | 3A | 0 | 5A | 40 | 26 | 156 | 52 | 22 |
| Octal | 237 | 20 | 72 | 0 | 132 | 100 | 46 | 526 | 122 | 42 |
| Binary | 10011111 | 10000 | 111010 | 0 | 1011010 | 1000000 | 100110 | 101010110 | 1010010 | 100010 |
Color Harmonies of #9F103A
Complementary color
Monochromatic Colors of #9F103A
Black with #9F103A
Text Example
Text Example
White with #9F103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F103A; }
p { color: rgb(159,16,58); }
H1.HeaderClassName
{
color: #9F103A;
}
.AnyTagClassName
{
color: #9F103A;
}
</style>
background-color css
<style>
a { background-color: #9F103A; }
a { background-color: rgb(159,16,58); }
div.DivClassName
{
background-color: #9F103A;
}
.BgClassName
{
background-color: #9F103A;
}
</style>
border-color css
<style>
span { border-color: #9F103A; }
span { border-color: rgb(159,16,58); }
td.TdClassName
{
border-color: #9F103A;
}
.TagClassName
{
border-color: #9F103A;
}
</style>