Shades of Torch Red #F9151E
Tints of Torch Red #F9151E
RGB
CMYK
RGB Variations
Color information
#F9151E (or 0xF9151E) is known color: Torch Red. HEX triplet: F9, 15 and 1E. RGB value is (249,21,30). Sum of RGB (Red+Green+Blue) = 249+21+30=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F9151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9151E is #06EAE1. Grayscale: #5A5A5A. Windows color (decimal): -453346 or 1971705. OLE color: 1971705.
HSL color Cylindrical-coordinate representation of color #F9151E: hue angle of 357.63º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9151E is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 30 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.02 |
| HSL | 357.63º | 0.95% | 0.53% | - |
| HSV(B) | 357.63º | 0.92% | 0.98% | - |
| XYZ | 39.57 | 20.77 | 3.15 | - |
| YUV | 90.2 | 94.04 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 30 | 0 | 0.92 | 0.88 | 0.02 | 357.63 | 0.95 | 0.53 |
| Hex | F9 | 15 | 1E | 0 | 5C | 58 | 2 | 166 | 5F | 35 |
| Octal | 371 | 25 | 36 | 0 | 134 | 130 | 2 | 546 | 137 | 65 |
| Binary | 11111001 | 10101 | 11110 | 0 | 1011100 | 1011000 | 10 | 101100110 | 1011111 | 110101 |
Color Harmonies of #F9151E
Complementary color
Monochromatic Colors of #F9151E
Black with #F9151E
Text Example
Text Example
White with #F9151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9151E; }
p { color: rgb(249,21,30); }
H1.HeaderClassName
{
color: #F9151E;
}
.AnyTagClassName
{
color: #F9151E;
}
</style>
background-color css
<style>
a { background-color: #F9151E; }
a { background-color: rgb(249,21,30); }
div.DivClassName
{
background-color: #F9151E;
}
.BgClassName
{
background-color: #F9151E;
}
</style>
border-color css
<style>
span { border-color: #F9151E; }
span { border-color: rgb(249,21,30); }
td.TdClassName
{
border-color: #F9151E;
}
.TagClassName
{
border-color: #F9151E;
}
</style>