Shades of Torch Red #F91A1E
Tints of Torch Red #F91A1E
RGB
CMYK
RGB Variations
Color information
#F91A1E (or 0xF91A1E) is known color: Torch Red. HEX triplet: F9, 1A and 1E. RGB value is (249,26,30). Sum of RGB (Red+Green+Blue) = 249+26+30=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A1E is #06E5E1. Grayscale: #5D5D5D. Windows color (decimal): -452066 or 1972985. OLE color: 1972985.
HSL color Cylindrical-coordinate representation of color #F91A1E: hue angle of 358.92º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A1E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 30 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.02 |
| HSL | 358.92º | 0.95% | 0.54% | - |
| HSV(B) | 358.92º | 0.9% | 0.98% | - |
| XYZ | 39.67 | 20.97 | 3.19 | - |
| YUV | 93.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 30 | 0 | 0.90 | 0.88 | 0.02 | 358.92 | 0.95 | 0.54 |
| Hex | F9 | 1A | 1E | 0 | 5A | 58 | 2 | 167 | 5F | 36 |
| Octal | 371 | 32 | 36 | 0 | 132 | 130 | 2 | 547 | 137 | 66 |
| Binary | 11111001 | 11010 | 11110 | 0 | 1011010 | 1011000 | 10 | 101100111 | 1011111 | 110110 |
Color Harmonies of #F91A1E
Complementary color
Monochromatic Colors of #F91A1E
Black with #F91A1E
Text Example
Text Example
White with #F91A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A1E; }
p { color: rgb(249,26,30); }
H1.HeaderClassName
{
color: #F91A1E;
}
.AnyTagClassName
{
color: #F91A1E;
}
</style>
background-color css
<style>
a { background-color: #F91A1E; }
a { background-color: rgb(249,26,30); }
div.DivClassName
{
background-color: #F91A1E;
}
.BgClassName
{
background-color: #F91A1E;
}
</style>
border-color css
<style>
span { border-color: #F91A1E; }
span { border-color: rgb(249,26,30); }
td.TdClassName
{
border-color: #F91A1E;
}
.TagClassName
{
border-color: #F91A1E;
}
</style>