Shades of Bright Red #9F1439
Tints of Bright Red #9F1439
RGB
CMYK
RGB Variations
Color information
#9F1439 (or 0x9F1439) is known color: Bright Red. HEX triplet: 9F, 14 and 39. RGB value is (159,20,57). Sum of RGB (Red+Green+Blue) = 159+20+57=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1439 is #60EBC6. Grayscale: #414141. Windows color (decimal): -6351815 or 3740831. OLE color: 3740831.
HSL color Cylindrical-coordinate representation of color #9F1439: hue angle of 344.03º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1439 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 57 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.38 |
| HSL | 344.03º | 0.78% | 0.35% | - |
| HSV(B) | 344.03º | 0.87% | 0.62% | - |
| XYZ | 15.29 | 8.17 | 4.64 | - |
| YUV | 65.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 57 | 0 | 0.87 | 0.64 | 0.38 | 344.03 | 0.78 | 0.35 |
| Hex | 9F | 14 | 39 | 0 | 57 | 40 | 26 | 158 | 4E | 23 |
| Octal | 237 | 24 | 71 | 0 | 127 | 100 | 46 | 530 | 116 | 43 |
| Binary | 10011111 | 10100 | 111001 | 0 | 1010111 | 1000000 | 100110 | 101011000 | 1001110 | 100011 |
Color Harmonies of #9F1439
Complementary color
Monochromatic Colors of #9F1439
Black with #9F1439
Text Example
Text Example
White with #9F1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1439; }
p { color: rgb(159,20,57); }
H1.HeaderClassName
{
color: #9F1439;
}
.AnyTagClassName
{
color: #9F1439;
}
</style>
background-color css
<style>
a { background-color: #9F1439; }
a { background-color: rgb(159,20,57); }
div.DivClassName
{
background-color: #9F1439;
}
.BgClassName
{
background-color: #9F1439;
}
</style>
border-color css
<style>
span { border-color: #9F1439; }
span { border-color: rgb(159,20,57); }
td.TdClassName
{
border-color: #9F1439;
}
.TagClassName
{
border-color: #9F1439;
}
</style>