Shades of Bright Red #9F1B3E
Tints of Bright Red #9F1B3E
RGB
CMYK
RGB Variations
Color information
#9F1B3E (or 0x9F1B3E) is known color: Bright Red. HEX triplet: 9F, 1B and 3E. RGB value is (159,27,62). Sum of RGB (Red+Green+Blue) = 159+27+62=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B3E is #60E4C1. Grayscale: #464646. Windows color (decimal): -6350018 or 4070303. OLE color: 4070303.
HSL color Cylindrical-coordinate representation of color #9F1B3E: hue angle of 344.09º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B3E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 62 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.38 |
| HSL | 344.09º | 0.71% | 0.36% | - |
| HSV(B) | 344.09º | 0.83% | 0.62% | - |
| XYZ | 15.56 | 8.5 | 5.38 | - |
| YUV | 70.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 62 | 0 | 0.83 | 0.61 | 0.38 | 344.09 | 0.71 | 0.36 |
| Hex | 9F | 1B | 3E | 0 | 53 | 3D | 26 | 158 | 47 | 24 |
| Octal | 237 | 33 | 76 | 0 | 123 | 75 | 46 | 530 | 107 | 44 |
| Binary | 10011111 | 11011 | 111110 | 0 | 1010011 | 111101 | 100110 | 101011000 | 1000111 | 100100 |
Color Harmonies of #9F1B3E
Complementary color
Monochromatic Colors of #9F1B3E
Black with #9F1B3E
Text Example
Text Example
White with #9F1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B3E; }
p { color: rgb(159,27,62); }
H1.HeaderClassName
{
color: #9F1B3E;
}
.AnyTagClassName
{
color: #9F1B3E;
}
</style>
background-color css
<style>
a { background-color: #9F1B3E; }
a { background-color: rgb(159,27,62); }
div.DivClassName
{
background-color: #9F1B3E;
}
.BgClassName
{
background-color: #9F1B3E;
}
</style>
border-color css
<style>
span { border-color: #9F1B3E; }
span { border-color: rgb(159,27,62); }
td.TdClassName
{
border-color: #9F1B3E;
}
.TagClassName
{
border-color: #9F1B3E;
}
</style>