Shades of Torch Red #F91437
Tints of Torch Red #F91437
RGB
CMYK
RGB Variations
Color information
#F91437 (or 0xF91437) is known color: Torch Red. HEX triplet: F9, 14 and 37. RGB value is (249,20,55). Sum of RGB (Red+Green+Blue) = 249+20+55=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F91437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91437 is #06EBC8. Grayscale: #5C5C5C. Windows color (decimal): -453577 or 3609849. OLE color: 3609849.
HSL color Cylindrical-coordinate representation of color #F91437: hue angle of 350.83º 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 #F91437 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 55 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.02 |
| HSL | 350.83º | 0.95% | 0.53% | - |
| HSV(B) | 350.83º | 0.92% | 0.98% | - |
| XYZ | 40.01 | 20.92 | 5.54 | - |
| YUV | 92.46 | 106.87 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 55 | 0 | 0.92 | 0.78 | 0.02 | 350.83 | 0.95 | 0.53 |
| Hex | F9 | 14 | 37 | 0 | 5C | 4E | 2 | 15F | 5F | 35 |
| Octal | 371 | 24 | 67 | 0 | 134 | 116 | 2 | 537 | 137 | 65 |
| Binary | 11111001 | 10100 | 110111 | 0 | 1011100 | 1001110 | 10 | 101011111 | 1011111 | 110101 |
Color Harmonies of #F91437
Complementary color
Monochromatic Colors of #F91437
Black with #F91437
Text Example
Text Example
White with #F91437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91437; }
p { color: rgb(249,20,55); }
H1.HeaderClassName
{
color: #F91437;
}
.AnyTagClassName
{
color: #F91437;
}
</style>
background-color css
<style>
a { background-color: #F91437; }
a { background-color: rgb(249,20,55); }
div.DivClassName
{
background-color: #F91437;
}
.BgClassName
{
background-color: #F91437;
}
</style>
border-color css
<style>
span { border-color: #F91437; }
span { border-color: rgb(249,20,55); }
td.TdClassName
{
border-color: #F91437;
}
.TagClassName
{
border-color: #F91437;
}
</style>