Shades of Bright Red #9F252E
Tints of Bright Red #9F252E
RGB
CMYK
RGB Variations
Color information
#9F252E (or 0x9F252E) is known color: Bright Red. HEX triplet: 9F, 25 and 2E. RGB value is (159,37,46). Sum of RGB (Red+Green+Blue) = 159+37+46=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252E is #60DAD1. Grayscale: #4A4A4A. Windows color (decimal): -6347474 or 3024287. OLE color: 3024287.
HSL color Cylindrical-coordinate representation of color #9F252E: hue angle of 355.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F252E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 46 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.38 |
| HSL | 355.57º | 0.62% | 0.38% | - |
| HSV(B) | 355.57º | 0.77% | 0.62% | - |
| XYZ | 15.45 | 8.89 | 3.49 | - |
| YUV | 74.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 46 | 0 | 0.77 | 0.71 | 0.38 | 355.57 | 0.62 | 0.38 |
| Hex | 9F | 25 | 2E | 0 | 4D | 47 | 26 | 164 | 3E | 26 |
| Octal | 237 | 45 | 56 | 0 | 115 | 107 | 46 | 544 | 76 | 46 |
| Binary | 10011111 | 100101 | 101110 | 0 | 1001101 | 1000111 | 100110 | 101100100 | 111110 | 100110 |
Color Harmonies of #9F252E
Complementary color
Monochromatic Colors of #9F252E
Black with #9F252E
Text Example
Text Example
White with #9F252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F252E; }
p { color: rgb(159,37,46); }
H1.HeaderClassName
{
color: #9F252E;
}
.AnyTagClassName
{
color: #9F252E;
}
</style>
background-color css
<style>
a { background-color: #9F252E; }
a { background-color: rgb(159,37,46); }
div.DivClassName
{
background-color: #9F252E;
}
.BgClassName
{
background-color: #9F252E;
}
</style>
border-color css
<style>
span { border-color: #9F252E; }
span { border-color: rgb(159,37,46); }
td.TdClassName
{
border-color: #9F252E;
}
.TagClassName
{
border-color: #9F252E;
}
</style>