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