Shades of Torch Red #F91B40
Tints of Torch Red #F91B40
RGB
CMYK
RGB Variations
Color information
#F91B40 (or 0xF91B40) is known color: Torch Red. HEX triplet: F9, 1B and 40. RGB value is (249,27,64). Sum of RGB (Red+Green+Blue) = 249+27+64=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B40 is #06E4BF. Grayscale: #616161. Windows color (decimal): -451776 or 4201465. OLE color: 4201465.
HSL color Cylindrical-coordinate representation of color #F91B40: hue angle of 350º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91B40 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 64 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.02 |
| HSL | 350º | 0.95% | 0.54% | - |
| HSV(B) | 350º | 0.89% | 0.98% | - |
| XYZ | 40.38 | 21.29 | 6.83 | - |
| YUV | 97.6 | 109.05 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 64 | 0 | 0.89 | 0.74 | 0.02 | 350 | 0.95 | 0.54 |
| Hex | F9 | 1B | 40 | 0 | 59 | 4A | 2 | 15E | 5F | 36 |
| Octal | 371 | 33 | 100 | 0 | 131 | 112 | 2 | 536 | 137 | 66 |
| Binary | 11111001 | 11011 | 1000000 | 0 | 1011001 | 1001010 | 10 | 101011110 | 1011111 | 110110 |
Color Harmonies of #F91B40
Complementary color
Monochromatic Colors of #F91B40
Black with #F91B40
Text Example
Text Example
White with #F91B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B40; }
p { color: rgb(249,27,64); }
H1.HeaderClassName
{
color: #F91B40;
}
.AnyTagClassName
{
color: #F91B40;
}
</style>
background-color css
<style>
a { background-color: #F91B40; }
a { background-color: rgb(249,27,64); }
div.DivClassName
{
background-color: #F91B40;
}
.BgClassName
{
background-color: #F91B40;
}
</style>
border-color css
<style>
span { border-color: #F91B40; }
span { border-color: rgb(249,27,64); }
td.TdClassName
{
border-color: #F91B40;
}
.TagClassName
{
border-color: #F91B40;
}
</style>