Shades of Torch Red #F91A41
Tints of Torch Red #F91A41
RGB
CMYK
RGB Variations
Color information
#F91A41 (or 0xF91A41) is known color: Torch Red. HEX triplet: F9, 1A and 41. RGB value is (249,26,65). Sum of RGB (Red+Green+Blue) = 249+26+65=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A41 is #06E5BE. Grayscale: #616161. Windows color (decimal): -452031 or 4266745. OLE color: 4266745.
HSL color Cylindrical-coordinate representation of color #F91A41: hue angle of 349.51º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A41 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 65 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.02 |
| HSL | 349.51º | 0.95% | 0.54% | - |
| HSV(B) | 349.51º | 0.9% | 0.98% | - |
| XYZ | 40.39 | 21.26 | 6.98 | - |
| YUV | 97.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 65 | 0 | 0.90 | 0.74 | 0.02 | 349.51 | 0.95 | 0.54 |
| Hex | F9 | 1A | 41 | 0 | 5A | 4A | 2 | 15E | 5F | 36 |
| Octal | 371 | 32 | 101 | 0 | 132 | 112 | 2 | 536 | 137 | 66 |
| Binary | 11111001 | 11010 | 1000001 | 0 | 1011010 | 1001010 | 10 | 101011110 | 1011111 | 110110 |
Color Harmonies of #F91A41
Complementary color
Monochromatic Colors of #F91A41
Black with #F91A41
Text Example
Text Example
White with #F91A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A41; }
p { color: rgb(249,26,65); }
H1.HeaderClassName
{
color: #F91A41;
}
.AnyTagClassName
{
color: #F91A41;
}
</style>
background-color css
<style>
a { background-color: #F91A41; }
a { background-color: rgb(249,26,65); }
div.DivClassName
{
background-color: #F91A41;
}
.BgClassName
{
background-color: #F91A41;
}
</style>
border-color css
<style>
span { border-color: #F91A41; }
span { border-color: rgb(249,26,65); }
td.TdClassName
{
border-color: #F91A41;
}
.TagClassName
{
border-color: #F91A41;
}
</style>