Shades of Torch Red #F91F2C
Tints of Torch Red #F91F2C
RGB
CMYK
RGB Variations
Color information
#F91F2C (or 0xF91F2C) is known color: Torch Red. HEX triplet: F9, 1F and 2C. RGB value is (249,31,44). Sum of RGB (Red+Green+Blue) = 249+31+44=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91F2C is #06E0D3. Grayscale: #616161. Windows color (decimal): -450772 or 2891769. OLE color: 2891769.
HSL color Cylindrical-coordinate representation of color #F91F2C: hue angle of 356.42º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91F2C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 44 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.02 |
| HSL | 356.42º | 0.95% | 0.55% | - |
| HSV(B) | 356.42º | 0.88% | 0.98% | - |
| XYZ | 40.01 | 21.3 | 4.39 | - |
| YUV | 97.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 44 | 0 | 0.88 | 0.82 | 0.02 | 356.42 | 0.95 | 0.55 |
| Hex | F9 | 1F | 2C | 0 | 58 | 52 | 2 | 164 | 5F | 37 |
| Octal | 371 | 37 | 54 | 0 | 130 | 122 | 2 | 544 | 137 | 67 |
| Binary | 11111001 | 11111 | 101100 | 0 | 1011000 | 1010010 | 10 | 101100100 | 1011111 | 110111 |
Color Harmonies of #F91F2C
Complementary color
Monochromatic Colors of #F91F2C
Black with #F91F2C
Text Example
Text Example
White with #F91F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F2C; }
p { color: rgb(249,31,44); }
H1.HeaderClassName
{
color: #F91F2C;
}
.AnyTagClassName
{
color: #F91F2C;
}
</style>
background-color css
<style>
a { background-color: #F91F2C; }
a { background-color: rgb(249,31,44); }
div.DivClassName
{
background-color: #F91F2C;
}
.BgClassName
{
background-color: #F91F2C;
}
</style>
border-color css
<style>
span { border-color: #F91F2C; }
span { border-color: rgb(249,31,44); }
td.TdClassName
{
border-color: #F91F2C;
}
.TagClassName
{
border-color: #F91F2C;
}
</style>