Shades of Bright Red #9F1C2E
Tints of Bright Red #9F1C2E
RGB
CMYK
RGB Variations
Color information
#9F1C2E (or 0x9F1C2E) is known color: Bright Red. HEX triplet: 9F, 1C and 2E. RGB value is (159,28,46). Sum of RGB (Red+Green+Blue) = 159+28+46=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C2E is #60E3D1. Grayscale: #454545. Windows color (decimal): -6349778 or 3021983. OLE color: 3021983.
HSL color Cylindrical-coordinate representation of color #9F1C2E: hue angle of 351.76º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C2E is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 28 | 46 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.38 |
| HSL | 351.76º | 0.7% | 0.37% | - |
| HSV(B) | 351.76º | 0.82% | 0.62% | - |
| XYZ | 15.21 | 8.4 | 3.4 | - |
| YUV | 69.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 46 | 0 | 0.82 | 0.71 | 0.38 | 351.76 | 0.7 | 0.37 |
| Hex | 9F | 1C | 2E | 0 | 52 | 47 | 26 | 160 | 46 | 25 |
| Octal | 237 | 34 | 56 | 0 | 122 | 107 | 46 | 540 | 106 | 45 |
| Binary | 10011111 | 11100 | 101110 | 0 | 1010010 | 1000111 | 100110 | 101100000 | 1000110 | 100101 |
Color Harmonies of #9F1C2E
Complementary color
Monochromatic Colors of #9F1C2E
Black with #9F1C2E
Text Example
Text Example
White with #9F1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1C2E; }
p { color: rgb(159,28,46); }
H1.HeaderClassName
{
color: #9F1C2E;
}
.AnyTagClassName
{
color: #9F1C2E;
}
</style>
background-color css
<style>
a { background-color: #9F1C2E; }
a { background-color: rgb(159,28,46); }
div.DivClassName
{
background-color: #9F1C2E;
}
.BgClassName
{
background-color: #9F1C2E;
}
</style>
border-color css
<style>
span { border-color: #9F1C2E; }
span { border-color: rgb(159,28,46); }
td.TdClassName
{
border-color: #9F1C2E;
}
.TagClassName
{
border-color: #9F1C2E;
}
</style>