Shades of Torch Red #F91640
Tints of Torch Red #F91640
RGB
CMYK
RGB Variations
Color information
#F91640 (or 0xF91640) is known color: Torch Red. HEX triplet: F9, 16 and 40. RGB value is (249,22,64). Sum of RGB (Red+Green+Blue) = 249+22+64=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F91640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91640 is #06E9BF. Grayscale: #5E5E5E. Windows color (decimal): -453056 or 4200185. OLE color: 4200185.
HSL color Cylindrical-coordinate representation of color #F91640: hue angle of 348.9º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91640 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.02 |
| HSL | 348.9º | 0.95% | 0.53% | - |
| HSV(B) | 348.9º | 0.91% | 0.98% | - |
| XYZ | 40.28 | 21.08 | 6.8 | - |
| YUV | 94.66 | 110.71 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 64 | 0 | 0.91 | 0.74 | 0.02 | 348.9 | 0.95 | 0.53 |
| Hex | F9 | 16 | 40 | 0 | 5B | 4A | 2 | 15D | 5F | 35 |
| Octal | 371 | 26 | 100 | 0 | 133 | 112 | 2 | 535 | 137 | 65 |
| Binary | 11111001 | 10110 | 1000000 | 0 | 1011011 | 1001010 | 10 | 101011101 | 1011111 | 110101 |
Color Harmonies of #F91640
Complementary color
Monochromatic Colors of #F91640
Black with #F91640
Text Example
Text Example
White with #F91640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91640; }
p { color: rgb(249,22,64); }
H1.HeaderClassName
{
color: #F91640;
}
.AnyTagClassName
{
color: #F91640;
}
</style>
background-color css
<style>
a { background-color: #F91640; }
a { background-color: rgb(249,22,64); }
div.DivClassName
{
background-color: #F91640;
}
.BgClassName
{
background-color: #F91640;
}
</style>
border-color css
<style>
span { border-color: #F91640; }
span { border-color: rgb(249,22,64); }
td.TdClassName
{
border-color: #F91640;
}
.TagClassName
{
border-color: #F91640;
}
</style>