Shades of Bright Red #9F293E
Tints of Bright Red #9F293E
RGB
CMYK
RGB Variations
Color information
#9F293E (or 0x9F293E) is known color: Bright Red. HEX triplet: 9F, 29 and 3E. RGB value is (159,41,62). Sum of RGB (Red+Green+Blue) = 159+41+62=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F293E is #60D6C1. Grayscale: #4E4E4E. Windows color (decimal): -6346434 or 4073887. OLE color: 4073887.
HSL color Cylindrical-coordinate representation of color #9F293E: hue angle of 349.32º 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 #9F293E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 41 | 62 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.38 |
| HSL | 349.32º | 0.59% | 0.39% | - |
| HSV(B) | 349.32º | 0.74% | 0.62% | - |
| XYZ | 15.96 | 9.3 | 5.51 | - |
| YUV | 78.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 41 | 62 | 0 | 0.74 | 0.61 | 0.38 | 349.32 | 0.59 | 0.39 |
| Hex | 9F | 29 | 3E | 0 | 4A | 3D | 26 | 15D | 3B | 27 |
| Octal | 237 | 51 | 76 | 0 | 112 | 75 | 46 | 535 | 73 | 47 |
| Binary | 10011111 | 101001 | 111110 | 0 | 1001010 | 111101 | 100110 | 101011101 | 111011 | 100111 |
Color Harmonies of #9F293E
Complementary color
Monochromatic Colors of #9F293E
Black with #9F293E
Text Example
Text Example
White with #9F293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F293E; }
p { color: rgb(159,41,62); }
H1.HeaderClassName
{
color: #9F293E;
}
.AnyTagClassName
{
color: #9F293E;
}
</style>
background-color css
<style>
a { background-color: #9F293E; }
a { background-color: rgb(159,41,62); }
div.DivClassName
{
background-color: #9F293E;
}
.BgClassName
{
background-color: #9F293E;
}
</style>
border-color css
<style>
span { border-color: #9F293E; }
span { border-color: rgb(159,41,62); }
td.TdClassName
{
border-color: #9F293E;
}
.TagClassName
{
border-color: #9F293E;
}
</style>