Shades of Bright Red #9F1339
Tints of Bright Red #9F1339
RGB
CMYK
RGB Variations
Color information
#9F1339 (or 0x9F1339) is known color: Bright Red. HEX triplet: 9F, 13 and 39. RGB value is (159,19,57). Sum of RGB (Red+Green+Blue) = 159+19+57=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1339 is #60ECC6. Grayscale: #414141. Windows color (decimal): -6352071 or 3740575. OLE color: 3740575.
HSL color Cylindrical-coordinate representation of color #9F1339: hue angle of 343.71º 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 #9F1339 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 57 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.38 |
| HSL | 343.71º | 0.79% | 0.35% | - |
| HSV(B) | 343.71º | 0.88% | 0.62% | - |
| XYZ | 15.27 | 8.13 | 4.64 | - |
| YUV | 65.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 57 | 0 | 0.88 | 0.64 | 0.38 | 343.71 | 0.79 | 0.35 |
| Hex | 9F | 13 | 39 | 0 | 58 | 40 | 26 | 158 | 4F | 23 |
| Octal | 237 | 23 | 71 | 0 | 130 | 100 | 46 | 530 | 117 | 43 |
| Binary | 10011111 | 10011 | 111001 | 0 | 1011000 | 1000000 | 100110 | 101011000 | 1001111 | 100011 |
Color Harmonies of #9F1339
Complementary color
Monochromatic Colors of #9F1339
Black with #9F1339
Text Example
Text Example
White with #9F1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1339; }
p { color: rgb(159,19,57); }
H1.HeaderClassName
{
color: #9F1339;
}
.AnyTagClassName
{
color: #9F1339;
}
</style>
background-color css
<style>
a { background-color: #9F1339; }
a { background-color: rgb(159,19,57); }
div.DivClassName
{
background-color: #9F1339;
}
.BgClassName
{
background-color: #9F1339;
}
</style>
border-color css
<style>
span { border-color: #9F1339; }
span { border-color: rgb(159,19,57); }
td.TdClassName
{
border-color: #9F1339;
}
.TagClassName
{
border-color: #9F1339;
}
</style>