Shades of Bright Red #9F1B2E
Tints of Bright Red #9F1B2E
RGB
CMYK
RGB Variations
Color information
#9F1B2E (or 0x9F1B2E) is known color: Bright Red. HEX triplet: 9F, 1B and 2E. RGB value is (159,27,46). Sum of RGB (Red+Green+Blue) = 159+27+46=232 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.53% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B2E is #60E4D1. Grayscale: #444444. Windows color (decimal): -6350034 or 3021727. OLE color: 3021727.
HSL color Cylindrical-coordinate representation of color #9F1B2E: hue angle of 351.36º 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 #9F1B2E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 46 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.38 |
| HSL | 351.36º | 0.71% | 0.36% | - |
| HSV(B) | 351.36º | 0.83% | 0.62% | - |
| XYZ | 15.18 | 8.35 | 3.4 | - |
| YUV | 68.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 46 | 0 | 0.83 | 0.71 | 0.38 | 351.36 | 0.71 | 0.36 |
| Hex | 9F | 1B | 2E | 0 | 53 | 47 | 26 | 15F | 47 | 24 |
| Octal | 237 | 33 | 56 | 0 | 123 | 107 | 46 | 537 | 107 | 44 |
| Binary | 10011111 | 11011 | 101110 | 0 | 1010011 | 1000111 | 100110 | 101011111 | 1000111 | 100100 |
Color Harmonies of #9F1B2E
Complementary color
Monochromatic Colors of #9F1B2E
Black with #9F1B2E
Text Example
Text Example
White with #9F1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B2E; }
p { color: rgb(159,27,46); }
H1.HeaderClassName
{
color: #9F1B2E;
}
.AnyTagClassName
{
color: #9F1B2E;
}
</style>
background-color css
<style>
a { background-color: #9F1B2E; }
a { background-color: rgb(159,27,46); }
div.DivClassName
{
background-color: #9F1B2E;
}
.BgClassName
{
background-color: #9F1B2E;
}
</style>
border-color css
<style>
span { border-color: #9F1B2E; }
span { border-color: rgb(159,27,46); }
td.TdClassName
{
border-color: #9F1B2E;
}
.TagClassName
{
border-color: #9F1B2E;
}
</style>