Shades of Torch Red #F91922
Tints of Torch Red #F91922
RGB
CMYK
RGB Variations
Color information
#F91922 (or 0xF91922) is known color: Torch Red. HEX triplet: F9, 19 and 22. RGB value is (249,25,34). Sum of RGB (Red+Green+Blue) = 249+25+34=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F91922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91922 is #06E6DD. Grayscale: #5D5D5D. Windows color (decimal): -452318 or 2234873. OLE color: 2234873.
HSL color Cylindrical-coordinate representation of color #F91922: hue angle of 357.59º 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 #F91922 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 34 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.02 |
| HSL | 357.59º | 0.95% | 0.54% | - |
| HSV(B) | 357.59º | 0.9% | 0.98% | - |
| XYZ | 39.7 | 20.95 | 3.46 | - |
| YUV | 93 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 34 | 0 | 0.90 | 0.86 | 0.02 | 357.59 | 0.95 | 0.54 |
| Hex | F9 | 19 | 22 | 0 | 5A | 56 | 2 | 166 | 5F | 36 |
| Octal | 371 | 31 | 42 | 0 | 132 | 126 | 2 | 546 | 137 | 66 |
| Binary | 11111001 | 11001 | 100010 | 0 | 1011010 | 1010110 | 10 | 101100110 | 1011111 | 110110 |
Color Harmonies of #F91922
Complementary color
Monochromatic Colors of #F91922
Black with #F91922
Text Example
Text Example
White with #F91922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91922; }
p { color: rgb(249,25,34); }
H1.HeaderClassName
{
color: #F91922;
}
.AnyTagClassName
{
color: #F91922;
}
</style>
background-color css
<style>
a { background-color: #F91922; }
a { background-color: rgb(249,25,34); }
div.DivClassName
{
background-color: #F91922;
}
.BgClassName
{
background-color: #F91922;
}
</style>
border-color css
<style>
span { border-color: #F91922; }
span { border-color: rgb(249,25,34); }
td.TdClassName
{
border-color: #F91922;
}
.TagClassName
{
border-color: #F91922;
}
</style>