Shades of Bright Red #9F193D
Tints of Bright Red #9F193D
RGB
CMYK
RGB Variations
Color information
#9F193D (or 0x9F193D) is known color: Bright Red. HEX triplet: 9F, 19 and 3D. RGB value is (159,25,61). Sum of RGB (Red+Green+Blue) = 159+25+61=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F193D is #60E6C2. Grayscale: #454545. Windows color (decimal): -6350531 or 4004255. OLE color: 4004255.
HSL color Cylindrical-coordinate representation of color #9F193D: hue angle of 343.88º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F193D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 61 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.38 |
| HSL | 343.88º | 0.73% | 0.36% | - |
| HSV(B) | 343.88º | 0.84% | 0.62% | - |
| XYZ | 15.49 | 8.4 | 5.22 | - |
| YUV | 69.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 61 | 0 | 0.84 | 0.62 | 0.38 | 343.88 | 0.73 | 0.36 |
| Hex | 9F | 19 | 3D | 0 | 54 | 3E | 26 | 158 | 49 | 24 |
| Octal | 237 | 31 | 75 | 0 | 124 | 76 | 46 | 530 | 111 | 44 |
| Binary | 10011111 | 11001 | 111101 | 0 | 1010100 | 111110 | 100110 | 101011000 | 1001001 | 100100 |
Color Harmonies of #9F193D
Complementary color
Monochromatic Colors of #9F193D
Black with #9F193D
Text Example
Text Example
White with #9F193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F193D; }
p { color: rgb(159,25,61); }
H1.HeaderClassName
{
color: #9F193D;
}
.AnyTagClassName
{
color: #9F193D;
}
</style>
background-color css
<style>
a { background-color: #9F193D; }
a { background-color: rgb(159,25,61); }
div.DivClassName
{
background-color: #9F193D;
}
.BgClassName
{
background-color: #9F193D;
}
</style>
border-color css
<style>
span { border-color: #9F193D; }
span { border-color: rgb(159,25,61); }
td.TdClassName
{
border-color: #9F193D;
}
.TagClassName
{
border-color: #9F193D;
}
</style>