Shades of Bright Red #9F1537
Tints of Bright Red #9F1537
RGB
CMYK
RGB Variations
Color information
#9F1537 (or 0x9F1537) is known color: Bright Red. HEX triplet: 9F, 15 and 37. RGB value is (159,21,55). Sum of RGB (Red+Green+Blue) = 159+21+55=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1537 is #60EAC8. Grayscale: #424242. Windows color (decimal): -6351561 or 3610015. OLE color: 3610015.
HSL color Cylindrical-coordinate representation of color #9F1537: hue angle of 345.22º degrees, saturation: 0.77, 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 #9F1537 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 55 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.38 |
| HSL | 345.22º | 0.77% | 0.35% | - |
| HSV(B) | 345.22º | 0.87% | 0.62% | - |
| XYZ | 15.26 | 8.18 | 4.39 | - |
| YUV | 66.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 55 | 0 | 0.87 | 0.65 | 0.38 | 345.22 | 0.77 | 0.35 |
| Hex | 9F | 15 | 37 | 0 | 57 | 41 | 26 | 159 | 4D | 23 |
| Octal | 237 | 25 | 67 | 0 | 127 | 101 | 46 | 531 | 115 | 43 |
| Binary | 10011111 | 10101 | 110111 | 0 | 1010111 | 1000001 | 100110 | 101011001 | 1001101 | 100011 |
Color Harmonies of #9F1537
Complementary color
Monochromatic Colors of #9F1537
Black with #9F1537
Text Example
Text Example
White with #9F1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1537; }
p { color: rgb(159,21,55); }
H1.HeaderClassName
{
color: #9F1537;
}
.AnyTagClassName
{
color: #9F1537;
}
</style>
background-color css
<style>
a { background-color: #9F1537; }
a { background-color: rgb(159,21,55); }
div.DivClassName
{
background-color: #9F1537;
}
.BgClassName
{
background-color: #9F1537;
}
</style>
border-color css
<style>
span { border-color: #9F1537; }
span { border-color: rgb(159,21,55); }
td.TdClassName
{
border-color: #9F1537;
}
.TagClassName
{
border-color: #9F1537;
}
</style>