Shades of Bright Red #9F1E2F
Tints of Bright Red #9F1E2F
RGB
CMYK
RGB Variations
Color information
#9F1E2F (or 0x9F1E2F) is known color: Bright Red. HEX triplet: 9F, 1E and 2F. RGB value is (159,30,47). Sum of RGB (Red+Green+Blue) = 159+30+47=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E2F is #60E1D0. Grayscale: #464646. Windows color (decimal): -6349265 or 3088031. OLE color: 3088031.
HSL color Cylindrical-coordinate representation of color #9F1E2F: hue angle of 352.09º 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 #9F1E2F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 30 | 47 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.38 |
| HSL | 352.09º | 0.68% | 0.37% | - |
| HSV(B) | 352.09º | 0.81% | 0.62% | - |
| XYZ | 15.28 | 8.5 | 3.53 | - |
| YUV | 70.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 47 | 0 | 0.81 | 0.70 | 0.38 | 352.09 | 0.68 | 0.37 |
| Hex | 9F | 1E | 2F | 0 | 51 | 46 | 26 | 160 | 44 | 25 |
| Octal | 237 | 36 | 57 | 0 | 121 | 106 | 46 | 540 | 104 | 45 |
| Binary | 10011111 | 11110 | 101111 | 0 | 1010001 | 1000110 | 100110 | 101100000 | 1000100 | 100101 |
Color Harmonies of #9F1E2F
Complementary color
Monochromatic Colors of #9F1E2F
Black with #9F1E2F
Text Example
Text Example
White with #9F1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1E2F; }
p { color: rgb(159,30,47); }
H1.HeaderClassName
{
color: #9F1E2F;
}
.AnyTagClassName
{
color: #9F1E2F;
}
</style>
background-color css
<style>
a { background-color: #9F1E2F; }
a { background-color: rgb(159,30,47); }
div.DivClassName
{
background-color: #9F1E2F;
}
.BgClassName
{
background-color: #9F1E2F;
}
</style>
border-color css
<style>
span { border-color: #9F1E2F; }
span { border-color: rgb(159,30,47); }
td.TdClassName
{
border-color: #9F1E2F;
}
.TagClassName
{
border-color: #9F1E2F;
}
</style>