Shades of Bright Red #9F283D
Tints of Bright Red #9F283D
RGB
CMYK
RGB Variations
Color information
#9F283D (or 0x9F283D) is known color: Bright Red. HEX triplet: 9F, 28 and 3D. RGB value is (159,40,61). Sum of RGB (Red+Green+Blue) = 159+40+61=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F283D is #60D7C2. Grayscale: #4E4E4E. Windows color (decimal): -6346691 or 4008095. OLE color: 4008095.
HSL color Cylindrical-coordinate representation of color #9F283D: hue angle of 349.41º 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 #9F283D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 61 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.38 |
| HSL | 349.41º | 0.6% | 0.39% | - |
| HSV(B) | 349.41º | 0.75% | 0.62% | - |
| XYZ | 15.9 | 9.23 | 5.36 | - |
| YUV | 77.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 61 | 0 | 0.75 | 0.62 | 0.38 | 349.41 | 0.6 | 0.39 |
| Hex | 9F | 28 | 3D | 0 | 4B | 3E | 26 | 15D | 3C | 27 |
| Octal | 237 | 50 | 75 | 0 | 113 | 76 | 46 | 535 | 74 | 47 |
| Binary | 10011111 | 101000 | 111101 | 0 | 1001011 | 111110 | 100110 | 101011101 | 111100 | 100111 |
Color Harmonies of #9F283D
Complementary color
Monochromatic Colors of #9F283D
Black with #9F283D
Text Example
Text Example
White with #9F283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F283D; }
p { color: rgb(159,40,61); }
H1.HeaderClassName
{
color: #9F283D;
}
.AnyTagClassName
{
color: #9F283D;
}
</style>
background-color css
<style>
a { background-color: #9F283D; }
a { background-color: rgb(159,40,61); }
div.DivClassName
{
background-color: #9F283D;
}
.BgClassName
{
background-color: #9F283D;
}
</style>
border-color css
<style>
span { border-color: #9F283D; }
span { border-color: rgb(159,40,61); }
td.TdClassName
{
border-color: #9F283D;
}
.TagClassName
{
border-color: #9F283D;
}
</style>