Shades of Bright Red #9F1437
Tints of Bright Red #9F1437
RGB
CMYK
RGB Variations
Color information
#9F1437 (or 0x9F1437) is known color: Bright Red. HEX triplet: 9F, 14 and 37. RGB value is (159,20,55). Sum of RGB (Red+Green+Blue) = 159+20+55=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1437 is #60EBC8. Grayscale: #414141. Windows color (decimal): -6351817 or 3609759. OLE color: 3609759.
HSL color Cylindrical-coordinate representation of color #9F1437: hue angle of 344.89º 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 #9F1437 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 55 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.38 |
| HSL | 344.89º | 0.78% | 0.35% | - |
| HSV(B) | 344.89º | 0.87% | 0.62% | - |
| XYZ | 15.24 | 8.15 | 4.38 | - |
| YUV | 65.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 55 | 0 | 0.87 | 0.65 | 0.38 | 344.89 | 0.78 | 0.35 |
| Hex | 9F | 14 | 37 | 0 | 57 | 41 | 26 | 159 | 4E | 23 |
| Octal | 237 | 24 | 67 | 0 | 127 | 101 | 46 | 531 | 116 | 43 |
| Binary | 10011111 | 10100 | 110111 | 0 | 1010111 | 1000001 | 100110 | 101011001 | 1001110 | 100011 |
Color Harmonies of #9F1437
Complementary color
Monochromatic Colors of #9F1437
Black with #9F1437
Text Example
Text Example
White with #9F1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1437; }
p { color: rgb(159,20,55); }
H1.HeaderClassName
{
color: #9F1437;
}
.AnyTagClassName
{
color: #9F1437;
}
</style>
background-color css
<style>
a { background-color: #9F1437; }
a { background-color: rgb(159,20,55); }
div.DivClassName
{
background-color: #9F1437;
}
.BgClassName
{
background-color: #9F1437;
}
</style>
border-color css
<style>
span { border-color: #9F1437; }
span { border-color: rgb(159,20,55); }
td.TdClassName
{
border-color: #9F1437;
}
.TagClassName
{
border-color: #9F1437;
}
</style>