Shades of Bright Red #9F263A
Tints of Bright Red #9F263A
RGB
CMYK
RGB Variations
Color information
#9F263A (or 0x9F263A) is known color: Bright Red. HEX triplet: 9F, 26 and 3A. RGB value is (159,38,58). Sum of RGB (Red+Green+Blue) = 159+38+58=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F263A is #60D9C5. Grayscale: #4C4C4C. Windows color (decimal): -6347206 or 3810975. OLE color: 3810975.
HSL color Cylindrical-coordinate representation of color #9F263A: hue angle of 350.08º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F263A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 58 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.38 |
| HSL | 350.08º | 0.61% | 0.39% | - |
| HSV(B) | 350.08º | 0.76% | 0.62% | - |
| XYZ | 15.75 | 9.06 | 4.92 | - |
| YUV | 76.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 58 | 0 | 0.76 | 0.64 | 0.38 | 350.08 | 0.61 | 0.39 |
| Hex | 9F | 26 | 3A | 0 | 4C | 40 | 26 | 15E | 3D | 27 |
| Octal | 237 | 46 | 72 | 0 | 114 | 100 | 46 | 536 | 75 | 47 |
| Binary | 10011111 | 100110 | 111010 | 0 | 1001100 | 1000000 | 100110 | 101011110 | 111101 | 100111 |
Color Harmonies of #9F263A
Complementary color
Monochromatic Colors of #9F263A
Black with #9F263A
Text Example
Text Example
White with #9F263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F263A; }
p { color: rgb(159,38,58); }
H1.HeaderClassName
{
color: #9F263A;
}
.AnyTagClassName
{
color: #9F263A;
}
</style>
background-color css
<style>
a { background-color: #9F263A; }
a { background-color: rgb(159,38,58); }
div.DivClassName
{
background-color: #9F263A;
}
.BgClassName
{
background-color: #9F263A;
}
</style>
border-color css
<style>
span { border-color: #9F263A; }
span { border-color: rgb(159,38,58); }
td.TdClassName
{
border-color: #9F263A;
}
.TagClassName
{
border-color: #9F263A;
}
</style>