Shades of Bright Red #9F283B
Tints of Bright Red #9F283B
RGB
CMYK
RGB Variations
Color information
#9F283B (or 0x9F283B) is known color: Bright Red. HEX triplet: 9F, 28 and 3B. RGB value is (159,40,59). Sum of RGB (Red+Green+Blue) = 159+40+59=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F283B is #60D7C4. Grayscale: #4D4D4D. Windows color (decimal): -6346693 or 3877023. OLE color: 3877023.
HSL color Cylindrical-coordinate representation of color #9F283B: hue angle of 350.42º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F283B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 59 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.38 |
| HSL | 350.42º | 0.6% | 0.39% | - |
| HSV(B) | 350.42º | 0.75% | 0.62% | - |
| XYZ | 15.85 | 9.2 | 5.08 | - |
| YUV | 77.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 59 | 0 | 0.75 | 0.63 | 0.38 | 350.42 | 0.6 | 0.39 |
| Hex | 9F | 28 | 3B | 0 | 4B | 3F | 26 | 15E | 3C | 27 |
| Octal | 237 | 50 | 73 | 0 | 113 | 77 | 46 | 536 | 74 | 47 |
| Binary | 10011111 | 101000 | 111011 | 0 | 1001011 | 111111 | 100110 | 101011110 | 111100 | 100111 |
Color Harmonies of #9F283B
Complementary color
Monochromatic Colors of #9F283B
Black with #9F283B
Text Example
Text Example
White with #9F283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F283B; }
p { color: rgb(159,40,59); }
H1.HeaderClassName
{
color: #9F283B;
}
.AnyTagClassName
{
color: #9F283B;
}
</style>
background-color css
<style>
a { background-color: #9F283B; }
a { background-color: rgb(159,40,59); }
div.DivClassName
{
background-color: #9F283B;
}
.BgClassName
{
background-color: #9F283B;
}
</style>
border-color css
<style>
span { border-color: #9F283B; }
span { border-color: rgb(159,40,59); }
td.TdClassName
{
border-color: #9F283B;
}
.TagClassName
{
border-color: #9F283B;
}
</style>