Shades of Bright Red #9F1F3E
Tints of Bright Red #9F1F3E
RGB
CMYK
RGB Variations
Color information
#9F1F3E (or 0x9F1F3E) is known color: Bright Red. HEX triplet: 9F, 1F and 3E. RGB value is (159,31,62). Sum of RGB (Red+Green+Blue) = 159+31+62=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F3E is #60E0C1. Grayscale: #484848. Windows color (decimal): -6348994 or 4071327. OLE color: 4071327.
HSL color Cylindrical-coordinate representation of color #9F1F3E: hue angle of 345.47º degrees, saturation: 0.67, 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 #9F1F3E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 62 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.38 |
| HSL | 345.47º | 0.67% | 0.37% | - |
| HSV(B) | 345.47º | 0.81% | 0.62% | - |
| XYZ | 15.66 | 8.7 | 5.41 | - |
| YUV | 72.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 62 | 0 | 0.81 | 0.61 | 0.38 | 345.47 | 0.67 | 0.37 |
| Hex | 9F | 1F | 3E | 0 | 51 | 3D | 26 | 159 | 43 | 25 |
| Octal | 237 | 37 | 76 | 0 | 121 | 75 | 46 | 531 | 103 | 45 |
| Binary | 10011111 | 11111 | 111110 | 0 | 1010001 | 111101 | 100110 | 101011001 | 1000011 | 100101 |
Color Harmonies of #9F1F3E
Complementary color
Monochromatic Colors of #9F1F3E
Black with #9F1F3E
Text Example
Text Example
White with #9F1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F3E; }
p { color: rgb(159,31,62); }
H1.HeaderClassName
{
color: #9F1F3E;
}
.AnyTagClassName
{
color: #9F1F3E;
}
</style>
background-color css
<style>
a { background-color: #9F1F3E; }
a { background-color: rgb(159,31,62); }
div.DivClassName
{
background-color: #9F1F3E;
}
.BgClassName
{
background-color: #9F1F3E;
}
</style>
border-color css
<style>
span { border-color: #9F1F3E; }
span { border-color: rgb(159,31,62); }
td.TdClassName
{
border-color: #9F1F3E;
}
.TagClassName
{
border-color: #9F1F3E;
}
</style>