Shades of Bright Red #9F2941
Tints of Bright Red #9F2941
RGB
CMYK
RGB Variations
Color information
#9F2941 (or 0x9F2941) is known color: Bright Red. HEX triplet: 9F, 29 and 41. RGB value is (159,41,65). Sum of RGB (Red+Green+Blue) = 159+41+65=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2941 is #60D6BE. Grayscale: #4F4F4F. Windows color (decimal): -6346431 or 4270495. OLE color: 4270495.
HSL color Cylindrical-coordinate representation of color #9F2941: hue angle of 347.8º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2941 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 65 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.38 |
| HSL | 347.8º | 0.59% | 0.39% | - |
| HSV(B) | 347.8º | 0.74% | 0.62% | - |
| XYZ | 16.05 | 9.34 | 5.96 | - |
| YUV | 79.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 65 | 0 | 0.74 | 0.59 | 0.38 | 347.8 | 0.59 | 0.39 |
| Hex | 9F | 29 | 41 | 0 | 4A | 3B | 26 | 15C | 3B | 27 |
| Octal | 237 | 51 | 101 | 0 | 112 | 73 | 46 | 534 | 73 | 47 |
| Binary | 10011111 | 101001 | 1000001 | 0 | 1001010 | 111011 | 100110 | 101011100 | 111011 | 100111 |
Color Harmonies of #9F2941
Complementary color
Monochromatic Colors of #9F2941
Black with #9F2941
Text Example
Text Example
White with #9F2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2941; }
p { color: rgb(159,41,65); }
H1.HeaderClassName
{
color: #9F2941;
}
.AnyTagClassName
{
color: #9F2941;
}
</style>
background-color css
<style>
a { background-color: #9F2941; }
a { background-color: rgb(159,41,65); }
div.DivClassName
{
background-color: #9F2941;
}
.BgClassName
{
background-color: #9F2941;
}
</style>
border-color css
<style>
span { border-color: #9F2941; }
span { border-color: rgb(159,41,65); }
td.TdClassName
{
border-color: #9F2941;
}
.TagClassName
{
border-color: #9F2941;
}
</style>