Shades of Torch Red #F91E40
Tints of Torch Red #F91E40
RGB
CMYK
RGB Variations
Color information
#F91E40 (or 0xF91E40) is known color: Torch Red. HEX triplet: F9, 1E and 40. RGB value is (249,30,64). Sum of RGB (Red+Green+Blue) = 249+30+64=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91E40 is #06E1BF. Grayscale: #636363. Windows color (decimal): -451008 or 4202233. OLE color: 4202233.
HSL color Cylindrical-coordinate representation of color #F91E40: hue angle of 350.68º 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 #F91E40 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 64 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.02 |
| HSL | 350.68º | 0.95% | 0.55% | - |
| HSV(B) | 350.68º | 0.88% | 0.98% | - |
| XYZ | 40.46 | 21.44 | 6.86 | - |
| YUV | 99.36 | 108.05 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 64 | 0 | 0.88 | 0.74 | 0.02 | 350.68 | 0.95 | 0.55 |
| Hex | F9 | 1E | 40 | 0 | 58 | 4A | 2 | 15F | 5F | 37 |
| Octal | 371 | 36 | 100 | 0 | 130 | 112 | 2 | 537 | 137 | 67 |
| Binary | 11111001 | 11110 | 1000000 | 0 | 1011000 | 1001010 | 10 | 101011111 | 1011111 | 110111 |
Color Harmonies of #F91E40
Complementary color
Monochromatic Colors of #F91E40
Black with #F91E40
Text Example
Text Example
White with #F91E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E40; }
p { color: rgb(249,30,64); }
H1.HeaderClassName
{
color: #F91E40;
}
.AnyTagClassName
{
color: #F91E40;
}
</style>
background-color css
<style>
a { background-color: #F91E40; }
a { background-color: rgb(249,30,64); }
div.DivClassName
{
background-color: #F91E40;
}
.BgClassName
{
background-color: #F91E40;
}
</style>
border-color css
<style>
span { border-color: #F91E40; }
span { border-color: rgb(249,30,64); }
td.TdClassName
{
border-color: #F91E40;
}
.TagClassName
{
border-color: #F91E40;
}
</style>