Shades of Bright Red #9F2837
Tints of Bright Red #9F2837
RGB
CMYK
RGB Variations
Color information
#9F2837 (or 0x9F2837) is known color: Bright Red. HEX triplet: 9F, 28 and 37. RGB value is (159,40,55). Sum of RGB (Red+Green+Blue) = 159+40+55=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2837 is #60D7C8. Grayscale: #4D4D4D. Windows color (decimal): -6346697 or 3614879. OLE color: 3614879.
HSL color Cylindrical-coordinate representation of color #9F2837: hue angle of 352.44º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2837 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 55 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.38 |
| HSL | 352.44º | 0.6% | 0.39% | - |
| HSV(B) | 352.44º | 0.75% | 0.62% | - |
| XYZ | 15.75 | 9.16 | 4.55 | - |
| YUV | 77.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 55 | 0 | 0.75 | 0.65 | 0.38 | 352.44 | 0.6 | 0.39 |
| Hex | 9F | 28 | 37 | 0 | 4B | 41 | 26 | 160 | 3C | 27 |
| Octal | 237 | 50 | 67 | 0 | 113 | 101 | 46 | 540 | 74 | 47 |
| Binary | 10011111 | 101000 | 110111 | 0 | 1001011 | 1000001 | 100110 | 101100000 | 111100 | 100111 |
Color Harmonies of #9F2837
Complementary color
Monochromatic Colors of #9F2837
Black with #9F2837
Text Example
Text Example
White with #9F2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2837; }
p { color: rgb(159,40,55); }
H1.HeaderClassName
{
color: #9F2837;
}
.AnyTagClassName
{
color: #9F2837;
}
</style>
background-color css
<style>
a { background-color: #9F2837; }
a { background-color: rgb(159,40,55); }
div.DivClassName
{
background-color: #9F2837;
}
.BgClassName
{
background-color: #9F2837;
}
</style>
border-color css
<style>
span { border-color: #9F2837; }
span { border-color: rgb(159,40,55); }
td.TdClassName
{
border-color: #9F2837;
}
.TagClassName
{
border-color: #9F2837;
}
</style>