Shades of Bright Red #9F1034
Tints of Bright Red #9F1034
RGB
CMYK
RGB Variations
Color information
#9F1034 (or 0x9F1034) is known color: Bright Red. HEX triplet: 9F, 10 and 34. RGB value is (159,16,52). Sum of RGB (Red+Green+Blue) = 159+16+52=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1034 is #60EFCB. Grayscale: #3E3E3E. Windows color (decimal): -6352844 or 3412127. OLE color: 3412127.
HSL color Cylindrical-coordinate representation of color #9F1034: hue angle of 344.9º 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 #9F1034 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 52 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.38 |
| HSL | 344.9º | 0.82% | 0.34% | - |
| HSV(B) | 344.9º | 0.9% | 0.62% | - |
| XYZ | 15.1 | 7.99 | 3.99 | - |
| YUV | 62.86 | 121.88 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 52 | 0 | 0.90 | 0.67 | 0.38 | 344.9 | 0.82 | 0.34 |
| Hex | 9F | 10 | 34 | 0 | 5A | 43 | 26 | 159 | 52 | 22 |
| Octal | 237 | 20 | 64 | 0 | 132 | 103 | 46 | 531 | 122 | 42 |
| Binary | 10011111 | 10000 | 110100 | 0 | 1011010 | 1000011 | 100110 | 101011001 | 1010010 | 100010 |
Color Harmonies of #9F1034
Complementary color
Monochromatic Colors of #9F1034
Black with #9F1034
Text Example
Text Example
White with #9F1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1034; }
p { color: rgb(159,16,52); }
H1.HeaderClassName
{
color: #9F1034;
}
.AnyTagClassName
{
color: #9F1034;
}
</style>
background-color css
<style>
a { background-color: #9F1034; }
a { background-color: rgb(159,16,52); }
div.DivClassName
{
background-color: #9F1034;
}
.BgClassName
{
background-color: #9F1034;
}
</style>
border-color css
<style>
span { border-color: #9F1034; }
span { border-color: rgb(159,16,52); }
td.TdClassName
{
border-color: #9F1034;
}
.TagClassName
{
border-color: #9F1034;
}
</style>