Shades of Torch Red #F91445
Tints of Torch Red #F91445
RGB
CMYK
RGB Variations
Color information
#F91445 (or 0xF91445) is known color: Torch Red. HEX triplet: F9, 14 and 45. RGB value is (249,20,69). Sum of RGB (Red+Green+Blue) = 249+20+69=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F91445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91445 is #06EBBA. Grayscale: #5E5E5E. Windows color (decimal): -453563 or 4527353. OLE color: 4527353.
HSL color Cylindrical-coordinate representation of color #F91445: hue angle of 347.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91445 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 69 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.02 |
| HSL | 347.16º | 0.95% | 0.53% | - |
| HSV(B) | 347.16º | 0.92% | 0.98% | - |
| XYZ | 40.39 | 21.07 | 7.57 | - |
| YUV | 94.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 69 | 0 | 0.92 | 0.72 | 0.02 | 347.16 | 0.95 | 0.53 |
| Hex | F9 | 14 | 45 | 0 | 5C | 48 | 2 | 15B | 5F | 35 |
| Octal | 371 | 24 | 105 | 0 | 134 | 110 | 2 | 533 | 137 | 65 |
| Binary | 11111001 | 10100 | 1000101 | 0 | 1011100 | 1001000 | 10 | 101011011 | 1011111 | 110101 |
Color Harmonies of #F91445
Complementary color
Monochromatic Colors of #F91445
Black with #F91445
Text Example
Text Example
White with #F91445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91445; }
p { color: rgb(249,20,69); }
H1.HeaderClassName
{
color: #F91445;
}
.AnyTagClassName
{
color: #F91445;
}
</style>
background-color css
<style>
a { background-color: #F91445; }
a { background-color: rgb(249,20,69); }
div.DivClassName
{
background-color: #F91445;
}
.BgClassName
{
background-color: #F91445;
}
</style>
border-color css
<style>
span { border-color: #F91445; }
span { border-color: rgb(249,20,69); }
td.TdClassName
{
border-color: #F91445;
}
.TagClassName
{
border-color: #F91445;
}
</style>