Shades of Bright Red #9F263C
Tints of Bright Red #9F263C
RGB
CMYK
RGB Variations
Color information
#9F263C (or 0x9F263C) is known color: Bright Red. HEX triplet: 9F, 26 and 3C. RGB value is (159,38,60). Sum of RGB (Red+Green+Blue) = 159+38+60=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F263C is #60D9C3. Grayscale: #4C4C4C. Windows color (decimal): -6347204 or 3942047. OLE color: 3942047.
HSL color Cylindrical-coordinate representation of color #9F263C: hue angle of 349.09º 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 #9F263C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 60 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.38 |
| HSL | 349.09º | 0.61% | 0.39% | - |
| HSV(B) | 349.09º | 0.76% | 0.62% | - |
| XYZ | 15.81 | 9.08 | 5.2 | - |
| YUV | 76.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 60 | 0 | 0.76 | 0.62 | 0.38 | 349.09 | 0.61 | 0.39 |
| Hex | 9F | 26 | 3C | 0 | 4C | 3E | 26 | 15D | 3D | 27 |
| Octal | 237 | 46 | 74 | 0 | 114 | 76 | 46 | 535 | 75 | 47 |
| Binary | 10011111 | 100110 | 111100 | 0 | 1001100 | 111110 | 100110 | 101011101 | 111101 | 100111 |
Color Harmonies of #9F263C
Complementary color
Monochromatic Colors of #9F263C
Black with #9F263C
Text Example
Text Example
White with #9F263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F263C; }
p { color: rgb(159,38,60); }
H1.HeaderClassName
{
color: #9F263C;
}
.AnyTagClassName
{
color: #9F263C;
}
</style>
background-color css
<style>
a { background-color: #9F263C; }
a { background-color: rgb(159,38,60); }
div.DivClassName
{
background-color: #9F263C;
}
.BgClassName
{
background-color: #9F263C;
}
</style>
border-color css
<style>
span { border-color: #9F263C; }
span { border-color: rgb(159,38,60); }
td.TdClassName
{
border-color: #9F263C;
}
.TagClassName
{
border-color: #9F263C;
}
</style>