Shades of Bright Red #9F1935
Tints of Bright Red #9F1935
RGB
CMYK
RGB Variations
Color information
#9F1935 (or 0x9F1935) is known color: Bright Red. HEX triplet: 9F, 19 and 35. RGB value is (159,25,53). Sum of RGB (Red+Green+Blue) = 159+25+53=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1935 is #60E6CA. Grayscale: #444444. Windows color (decimal): -6350539 or 3479967. OLE color: 3479967.
HSL color Cylindrical-coordinate representation of color #9F1935: hue angle of 347.46º 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 #9F1935 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 53 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.38 |
| HSL | 347.46º | 0.73% | 0.36% | - |
| HSV(B) | 347.46º | 0.84% | 0.62% | - |
| XYZ | 15.29 | 8.32 | 4.17 | - |
| YUV | 68.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 53 | 0 | 0.84 | 0.67 | 0.38 | 347.46 | 0.73 | 0.36 |
| Hex | 9F | 19 | 35 | 0 | 54 | 43 | 26 | 15B | 49 | 24 |
| Octal | 237 | 31 | 65 | 0 | 124 | 103 | 46 | 533 | 111 | 44 |
| Binary | 10011111 | 11001 | 110101 | 0 | 1010100 | 1000011 | 100110 | 101011011 | 1001001 | 100100 |
Color Harmonies of #9F1935
Complementary color
Monochromatic Colors of #9F1935
Black with #9F1935
Text Example
Text Example
White with #9F1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1935; }
p { color: rgb(159,25,53); }
H1.HeaderClassName
{
color: #9F1935;
}
.AnyTagClassName
{
color: #9F1935;
}
</style>
background-color css
<style>
a { background-color: #9F1935; }
a { background-color: rgb(159,25,53); }
div.DivClassName
{
background-color: #9F1935;
}
.BgClassName
{
background-color: #9F1935;
}
</style>
border-color css
<style>
span { border-color: #9F1935; }
span { border-color: rgb(159,25,53); }
td.TdClassName
{
border-color: #9F1935;
}
.TagClassName
{
border-color: #9F1935;
}
</style>