Shades of Bright Red #9F1E3E
Tints of Bright Red #9F1E3E
RGB
CMYK
RGB Variations
Color information
#9F1E3E (or 0x9F1E3E) is known color: Bright Red. HEX triplet: 9F, 1E and 3E. RGB value is (159,30,62). Sum of RGB (Red+Green+Blue) = 159+30+62=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E3E is #60E1C1. Grayscale: #484848. Windows color (decimal): -6349250 or 4071071. OLE color: 4071071.
HSL color Cylindrical-coordinate representation of color #9F1E3E: hue angle of 345.12º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E3E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 62 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.38 |
| HSL | 345.12º | 0.68% | 0.37% | - |
| HSV(B) | 345.12º | 0.81% | 0.62% | - |
| XYZ | 15.63 | 8.65 | 5.4 | - |
| YUV | 72.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 62 | 0 | 0.81 | 0.61 | 0.38 | 345.12 | 0.68 | 0.37 |
| Hex | 9F | 1E | 3E | 0 | 51 | 3D | 26 | 159 | 44 | 25 |
| Octal | 237 | 36 | 76 | 0 | 121 | 75 | 46 | 531 | 104 | 45 |
| Binary | 10011111 | 11110 | 111110 | 0 | 1010001 | 111101 | 100110 | 101011001 | 1000100 | 100101 |
Color Harmonies of #9F1E3E
Complementary color
Monochromatic Colors of #9F1E3E
Black with #9F1E3E
Text Example
Text Example
White with #9F1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E3E; }
p { color: rgb(159,30,62); }
H1.HeaderClassName
{
color: #9F1E3E;
}
.AnyTagClassName
{
color: #9F1E3E;
}
</style>
background-color css
<style>
a { background-color: #9F1E3E; }
a { background-color: rgb(159,30,62); }
div.DivClassName
{
background-color: #9F1E3E;
}
.BgClassName
{
background-color: #9F1E3E;
}
</style>
border-color css
<style>
span { border-color: #9F1E3E; }
span { border-color: rgb(159,30,62); }
td.TdClassName
{
border-color: #9F1E3E;
}
.TagClassName
{
border-color: #9F1E3E;
}
</style>