Shades of Torch Red #F91745
Tints of Torch Red #F91745
RGB
CMYK
RGB Variations
Color information
#F91745 (or 0xF91745) is known color: Torch Red. HEX triplet: F9, 17 and 45. RGB value is (249,23,69). Sum of RGB (Red+Green+Blue) = 249+23+69=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F91745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91745 is #06E8BA. Grayscale: #5F5F5F. Windows color (decimal): -452795 or 4528121. OLE color: 4528121.
HSL color Cylindrical-coordinate representation of color #F91745: hue angle of 347.79º 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 #F91745 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 69 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.02 |
| HSL | 347.79º | 0.95% | 0.53% | - |
| HSV(B) | 347.79º | 0.91% | 0.98% | - |
| XYZ | 40.45 | 21.18 | 7.59 | - |
| YUV | 95.82 | 112.87 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 69 | 0 | 0.91 | 0.72 | 0.02 | 347.79 | 0.95 | 0.53 |
| Hex | F9 | 17 | 45 | 0 | 5B | 48 | 2 | 15C | 5F | 35 |
| Octal | 371 | 27 | 105 | 0 | 133 | 110 | 2 | 534 | 137 | 65 |
| Binary | 11111001 | 10111 | 1000101 | 0 | 1011011 | 1001000 | 10 | 101011100 | 1011111 | 110101 |
Color Harmonies of #F91745
Complementary color
Monochromatic Colors of #F91745
Black with #F91745
Text Example
Text Example
White with #F91745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91745; }
p { color: rgb(249,23,69); }
H1.HeaderClassName
{
color: #F91745;
}
.AnyTagClassName
{
color: #F91745;
}
</style>
background-color css
<style>
a { background-color: #F91745; }
a { background-color: rgb(249,23,69); }
div.DivClassName
{
background-color: #F91745;
}
.BgClassName
{
background-color: #F91745;
}
</style>
border-color css
<style>
span { border-color: #F91745; }
span { border-color: rgb(249,23,69); }
td.TdClassName
{
border-color: #F91745;
}
.TagClassName
{
border-color: #F91745;
}
</style>