Shades of Bright Red #9F183A
Tints of Bright Red #9F183A
RGB
CMYK
RGB Variations
Color information
#9F183A (or 0x9F183A) is known color: Bright Red. HEX triplet: 9F, 18 and 3A. RGB value is (159,24,58). Sum of RGB (Red+Green+Blue) = 159+24+58=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F183A is #60E7C5. Grayscale: #444444. Windows color (decimal): -6350790 or 3807391. OLE color: 3807391.
HSL color Cylindrical-coordinate representation of color #9F183A: hue angle of 344.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F183A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 58 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.38 |
| HSL | 344.89º | 0.74% | 0.36% | - |
| HSV(B) | 344.89º | 0.85% | 0.62% | - |
| XYZ | 15.39 | 8.33 | 4.8 | - |
| YUV | 68.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 58 | 0 | 0.85 | 0.64 | 0.38 | 344.89 | 0.74 | 0.36 |
| Hex | 9F | 18 | 3A | 0 | 55 | 40 | 26 | 159 | 4A | 24 |
| Octal | 237 | 30 | 72 | 0 | 125 | 100 | 46 | 531 | 112 | 44 |
| Binary | 10011111 | 11000 | 111010 | 0 | 1010101 | 1000000 | 100110 | 101011001 | 1001010 | 100100 |
Color Harmonies of #9F183A
Complementary color
Monochromatic Colors of #9F183A
Black with #9F183A
Text Example
Text Example
White with #9F183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F183A; }
p { color: rgb(159,24,58); }
H1.HeaderClassName
{
color: #9F183A;
}
.AnyTagClassName
{
color: #9F183A;
}
</style>
background-color css
<style>
a { background-color: #9F183A; }
a { background-color: rgb(159,24,58); }
div.DivClassName
{
background-color: #9F183A;
}
.BgClassName
{
background-color: #9F183A;
}
</style>
border-color css
<style>
span { border-color: #9F183A; }
span { border-color: rgb(159,24,58); }
td.TdClassName
{
border-color: #9F183A;
}
.TagClassName
{
border-color: #9F183A;
}
</style>