Shades of Bright Red #9F1B22
Tints of Bright Red #9F1B22
RGB
CMYK
RGB Variations
Color information
#9F1B22 (or 0x9F1B22) is known color: Bright Red. HEX triplet: 9F, 1B and 22. RGB value is (159,27,34). Sum of RGB (Red+Green+Blue) = 159+27+34=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B22 is #60E4DD. Grayscale: #434343. Windows color (decimal): -6350046 or 2235295. OLE color: 2235295.
HSL color Cylindrical-coordinate representation of color #9F1B22: hue angle of 356.82º 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 #9F1B22 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 34 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.38 |
| HSL | 356.82º | 0.71% | 0.36% | - |
| HSV(B) | 356.82º | 0.83% | 0.62% | - |
| XYZ | 14.98 | 8.27 | 2.32 | - |
| YUV | 67.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 34 | 0 | 0.83 | 0.79 | 0.38 | 356.82 | 0.71 | 0.36 |
| Hex | 9F | 1B | 22 | 0 | 53 | 4F | 26 | 165 | 47 | 24 |
| Octal | 237 | 33 | 42 | 0 | 123 | 117 | 46 | 545 | 107 | 44 |
| Binary | 10011111 | 11011 | 100010 | 0 | 1010011 | 1001111 | 100110 | 101100101 | 1000111 | 100100 |
Color Harmonies of #9F1B22
Complementary color
Monochromatic Colors of #9F1B22
Black with #9F1B22
Text Example
Text Example
White with #9F1B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B22; }
p { color: rgb(159,27,34); }
H1.HeaderClassName
{
color: #9F1B22;
}
.AnyTagClassName
{
color: #9F1B22;
}
</style>
background-color css
<style>
a { background-color: #9F1B22; }
a { background-color: rgb(159,27,34); }
div.DivClassName
{
background-color: #9F1B22;
}
.BgClassName
{
background-color: #9F1B22;
}
</style>
border-color css
<style>
span { border-color: #9F1B22; }
span { border-color: rgb(159,27,34); }
td.TdClassName
{
border-color: #9F1B22;
}
.TagClassName
{
border-color: #9F1B22;
}
</style>