Shades of Bright Red #9F193C
Tints of Bright Red #9F193C
RGB
CMYK
RGB Variations
Color information
#9F193C (or 0x9F193C) is known color: Bright Red. HEX triplet: 9F, 19 and 3C. RGB value is (159,25,60). Sum of RGB (Red+Green+Blue) = 159+25+60=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F193C is #60E6C3. Grayscale: #454545. Windows color (decimal): -6350532 or 3938719. OLE color: 3938719.
HSL color Cylindrical-coordinate representation of color #9F193C: hue angle of 344.33º 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 #9F193C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 60 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.38 |
| HSL | 344.33º | 0.73% | 0.36% | - |
| HSV(B) | 344.33º | 0.84% | 0.62% | - |
| XYZ | 15.46 | 8.39 | 5.08 | - |
| YUV | 69.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 60 | 0 | 0.84 | 0.62 | 0.38 | 344.33 | 0.73 | 0.36 |
| Hex | 9F | 19 | 3C | 0 | 54 | 3E | 26 | 158 | 49 | 24 |
| Octal | 237 | 31 | 74 | 0 | 124 | 76 | 46 | 530 | 111 | 44 |
| Binary | 10011111 | 11001 | 111100 | 0 | 1010100 | 111110 | 100110 | 101011000 | 1001001 | 100100 |
Color Harmonies of #9F193C
Complementary color
Monochromatic Colors of #9F193C
Black with #9F193C
Text Example
Text Example
White with #9F193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F193C; }
p { color: rgb(159,25,60); }
H1.HeaderClassName
{
color: #9F193C;
}
.AnyTagClassName
{
color: #9F193C;
}
</style>
background-color css
<style>
a { background-color: #9F193C; }
a { background-color: rgb(159,25,60); }
div.DivClassName
{
background-color: #9F193C;
}
.BgClassName
{
background-color: #9F193C;
}
</style>
border-color css
<style>
span { border-color: #9F193C; }
span { border-color: rgb(159,25,60); }
td.TdClassName
{
border-color: #9F193C;
}
.TagClassName
{
border-color: #9F193C;
}
</style>