Shades of Bright Red #9F192D
Tints of Bright Red #9F192D
RGB
CMYK
RGB Variations
Color information
#9F192D (or 0x9F192D) is known color: Bright Red. HEX triplet: 9F, 19 and 2D. RGB value is (159,25,45). Sum of RGB (Red+Green+Blue) = 159+25+45=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F192D is #60E6D2. Grayscale: #434343. Windows color (decimal): -6350547 or 2955679. OLE color: 2955679.
HSL color Cylindrical-coordinate representation of color #9F192D: hue angle of 351.04º 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 #9F192D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 45 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.38 |
| HSL | 351.04º | 0.73% | 0.36% | - |
| HSV(B) | 351.04º | 0.84% | 0.62% | - |
| XYZ | 15.12 | 8.26 | 3.28 | - |
| YUV | 67.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 45 | 0 | 0.84 | 0.72 | 0.38 | 351.04 | 0.73 | 0.36 |
| Hex | 9F | 19 | 2D | 0 | 54 | 48 | 26 | 15F | 49 | 24 |
| Octal | 237 | 31 | 55 | 0 | 124 | 110 | 46 | 537 | 111 | 44 |
| Binary | 10011111 | 11001 | 101101 | 0 | 1010100 | 1001000 | 100110 | 101011111 | 1001001 | 100100 |
Color Harmonies of #9F192D
Complementary color
Monochromatic Colors of #9F192D
Black with #9F192D
Text Example
Text Example
White with #9F192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F192D; }
p { color: rgb(159,25,45); }
H1.HeaderClassName
{
color: #9F192D;
}
.AnyTagClassName
{
color: #9F192D;
}
</style>
background-color css
<style>
a { background-color: #9F192D; }
a { background-color: rgb(159,25,45); }
div.DivClassName
{
background-color: #9F192D;
}
.BgClassName
{
background-color: #9F192D;
}
</style>
border-color css
<style>
span { border-color: #9F192D; }
span { border-color: rgb(159,25,45); }
td.TdClassName
{
border-color: #9F192D;
}
.TagClassName
{
border-color: #9F192D;
}
</style>