Shades of Bright Red #9F2942
Tints of Bright Red #9F2942
RGB
CMYK
RGB Variations
Color information
#9F2942 (or 0x9F2942) is known color: Bright Red. HEX triplet: 9F, 29 and 42. RGB value is (159,41,66). Sum of RGB (Red+Green+Blue) = 159+41+66=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2942 is #60D6BD. Grayscale: #4F4F4F. Windows color (decimal): -6346430 or 4336031. OLE color: 4336031.
HSL color Cylindrical-coordinate representation of color #9F2942: hue angle of 347.29º 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 #9F2942 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 66 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.38 |
| HSL | 347.29º | 0.59% | 0.39% | - |
| HSV(B) | 347.29º | 0.74% | 0.62% | - |
| XYZ | 16.07 | 9.35 | 6.11 | - |
| YUV | 79.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 66 | 0 | 0.74 | 0.58 | 0.38 | 347.29 | 0.59 | 0.39 |
| Hex | 9F | 29 | 42 | 0 | 4A | 3A | 26 | 15B | 3B | 27 |
| Octal | 237 | 51 | 102 | 0 | 112 | 72 | 46 | 533 | 73 | 47 |
| Binary | 10011111 | 101001 | 1000010 | 0 | 1001010 | 111010 | 100110 | 101011011 | 111011 | 100111 |
Color Harmonies of #9F2942
Complementary color
Monochromatic Colors of #9F2942
Black with #9F2942
Text Example
Text Example
White with #9F2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2942; }
p { color: rgb(159,41,66); }
H1.HeaderClassName
{
color: #9F2942;
}
.AnyTagClassName
{
color: #9F2942;
}
</style>
background-color css
<style>
a { background-color: #9F2942; }
a { background-color: rgb(159,41,66); }
div.DivClassName
{
background-color: #9F2942;
}
.BgClassName
{
background-color: #9F2942;
}
</style>
border-color css
<style>
span { border-color: #9F2942; }
span { border-color: rgb(159,41,66); }
td.TdClassName
{
border-color: #9F2942;
}
.TagClassName
{
border-color: #9F2942;
}
</style>