Shades of Torch Red #F91744
Tints of Torch Red #F91744
RGB
CMYK
RGB Variations
Color information
#F91744 (or 0xF91744) is known color: Torch Red. HEX triplet: F9, 17 and 44. RGB value is (249,23,68). Sum of RGB (Red+Green+Blue) = 249+23+68=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F91744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91744 is #06E8BB. Grayscale: #5F5F5F. Windows color (decimal): -452796 or 4462585. OLE color: 4462585.
HSL color Cylindrical-coordinate representation of color #F91744: hue angle of 348.05º 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 #F91744 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.02 |
| HSL | 348.05º | 0.95% | 0.53% | - |
| HSV(B) | 348.05º | 0.91% | 0.98% | - |
| XYZ | 40.42 | 21.17 | 7.42 | - |
| YUV | 95.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 68 | 0 | 0.91 | 0.73 | 0.02 | 348.05 | 0.95 | 0.53 |
| Hex | F9 | 17 | 44 | 0 | 5B | 49 | 2 | 15C | 5F | 35 |
| Octal | 371 | 27 | 104 | 0 | 133 | 111 | 2 | 534 | 137 | 65 |
| Binary | 11111001 | 10111 | 1000100 | 0 | 1011011 | 1001001 | 10 | 101011100 | 1011111 | 110101 |
Color Harmonies of #F91744
Complementary color
Monochromatic Colors of #F91744
Black with #F91744
Text Example
Text Example
White with #F91744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91744; }
p { color: rgb(249,23,68); }
H1.HeaderClassName
{
color: #F91744;
}
.AnyTagClassName
{
color: #F91744;
}
</style>
background-color css
<style>
a { background-color: #F91744; }
a { background-color: rgb(249,23,68); }
div.DivClassName
{
background-color: #F91744;
}
.BgClassName
{
background-color: #F91744;
}
</style>
border-color css
<style>
span { border-color: #F91744; }
span { border-color: rgb(249,23,68); }
td.TdClassName
{
border-color: #F91744;
}
.TagClassName
{
border-color: #F91744;
}
</style>