Shades of Bright Red #9F263B
Tints of Bright Red #9F263B
RGB
CMYK
RGB Variations
Color information
#9F263B (or 0x9F263B) is known color: Bright Red. HEX triplet: 9F, 26 and 3B. RGB value is (159,38,59). Sum of RGB (Red+Green+Blue) = 159+38+59=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F263B is #60D9C4. Grayscale: #4C4C4C. Windows color (decimal): -6347205 or 3876511. OLE color: 3876511.
HSL color Cylindrical-coordinate representation of color #9F263B: hue angle of 349.59º 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 #9F263B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 59 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.38 |
| HSL | 349.59º | 0.61% | 0.39% | - |
| HSV(B) | 349.59º | 0.76% | 0.62% | - |
| XYZ | 15.78 | 9.07 | 5.06 | - |
| YUV | 76.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 59 | 0 | 0.76 | 0.63 | 0.38 | 349.59 | 0.61 | 0.39 |
| Hex | 9F | 26 | 3B | 0 | 4C | 3F | 26 | 15E | 3D | 27 |
| Octal | 237 | 46 | 73 | 0 | 114 | 77 | 46 | 536 | 75 | 47 |
| Binary | 10011111 | 100110 | 111011 | 0 | 1001100 | 111111 | 100110 | 101011110 | 111101 | 100111 |
Color Harmonies of #9F263B
Complementary color
Monochromatic Colors of #9F263B
Black with #9F263B
Text Example
Text Example
White with #9F263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F263B; }
p { color: rgb(159,38,59); }
H1.HeaderClassName
{
color: #9F263B;
}
.AnyTagClassName
{
color: #9F263B;
}
</style>
background-color css
<style>
a { background-color: #9F263B; }
a { background-color: rgb(159,38,59); }
div.DivClassName
{
background-color: #9F263B;
}
.BgClassName
{
background-color: #9F263B;
}
</style>
border-color css
<style>
span { border-color: #9F263B; }
span { border-color: rgb(159,38,59); }
td.TdClassName
{
border-color: #9F263B;
}
.TagClassName
{
border-color: #9F263B;
}
</style>