Shades of Bright Red #9F0E37
Tints of Bright Red #9F0E37
RGB
CMYK
RGB Variations
Color information
#9F0E37 (or 0x9F0E37) is known color: Bright Red. HEX triplet: 9F, 0E and 37. RGB value is (159,14,55). Sum of RGB (Red+Green+Blue) = 159+14+55=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E37 is #60F1C8. Grayscale: #3E3E3E. Windows color (decimal): -6353353 or 3608223. OLE color: 3608223.
HSL color Cylindrical-coordinate representation of color #9F0E37: hue angle of 343.03º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E37 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 55 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.38 |
| HSL | 343.03º | 0.84% | 0.34% | - |
| HSV(B) | 343.03º | 0.91% | 0.62% | - |
| XYZ | 15.14 | 7.96 | 4.35 | - |
| YUV | 62.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 55 | 0 | 0.91 | 0.65 | 0.38 | 343.03 | 0.84 | 0.34 |
| Hex | 9F | E | 37 | 0 | 5B | 41 | 26 | 157 | 54 | 22 |
| Octal | 237 | 16 | 67 | 0 | 133 | 101 | 46 | 527 | 124 | 42 |
| Binary | 10011111 | 1110 | 110111 | 0 | 1011011 | 1000001 | 100110 | 101010111 | 1010100 | 100010 |
Color Harmonies of #9F0E37
Complementary color
Monochromatic Colors of #9F0E37
Black with #9F0E37
Text Example
Text Example
White with #9F0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E37; }
p { color: rgb(159,14,55); }
H1.HeaderClassName
{
color: #9F0E37;
}
.AnyTagClassName
{
color: #9F0E37;
}
</style>
background-color css
<style>
a { background-color: #9F0E37; }
a { background-color: rgb(159,14,55); }
div.DivClassName
{
background-color: #9F0E37;
}
.BgClassName
{
background-color: #9F0E37;
}
</style>
border-color css
<style>
span { border-color: #9F0E37; }
span { border-color: rgb(159,14,55); }
td.TdClassName
{
border-color: #9F0E37;
}
.TagClassName
{
border-color: #9F0E37;
}
</style>