Shades of Bright Red #9F2C40
Tints of Bright Red #9F2C40
RGB
CMYK
RGB Variations
Color information
#9F2C40 (or 0x9F2C40) is known color: Bright Red. HEX triplet: 9F, 2C and 40. RGB value is (159,44,64). Sum of RGB (Red+Green+Blue) = 159+44+64=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2C40 is #60D3BF. Grayscale: #505050. Windows color (decimal): -6345664 or 4205727. OLE color: 4205727.
HSL color Cylindrical-coordinate representation of color #9F2C40: hue angle of 349.57º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C40 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 64 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.38 |
| HSL | 349.57º | 0.57% | 0.4% | - |
| HSV(B) | 349.57º | 0.72% | 0.62% | - |
| XYZ | 16.12 | 9.54 | 5.84 | - |
| YUV | 80.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 64 | 0 | 0.72 | 0.60 | 0.38 | 349.57 | 0.57 | 0.4 |
| Hex | 9F | 2C | 40 | 0 | 48 | 3C | 26 | 15E | 39 | 28 |
| Octal | 237 | 54 | 100 | 0 | 110 | 74 | 46 | 536 | 71 | 50 |
| Binary | 10011111 | 101100 | 1000000 | 0 | 1001000 | 111100 | 100110 | 101011110 | 111001 | 101000 |
Color Harmonies of #9F2C40
Complementary color
Monochromatic Colors of #9F2C40
Black with #9F2C40
Text Example
Text Example
White with #9F2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C40; }
p { color: rgb(159,44,64); }
H1.HeaderClassName
{
color: #9F2C40;
}
.AnyTagClassName
{
color: #9F2C40;
}
</style>
background-color css
<style>
a { background-color: #9F2C40; }
a { background-color: rgb(159,44,64); }
div.DivClassName
{
background-color: #9F2C40;
}
.BgClassName
{
background-color: #9F2C40;
}
</style>
border-color css
<style>
span { border-color: #9F2C40; }
span { border-color: rgb(159,44,64); }
td.TdClassName
{
border-color: #9F2C40;
}
.TagClassName
{
border-color: #9F2C40;
}
</style>