Shades of Torch Red #F91844
Tints of Torch Red #F91844
RGB
CMYK
RGB Variations
Color information
#F91844 (or 0xF91844) is known color: Torch Red. HEX triplet: F9, 18 and 44. RGB value is (249,24,68). Sum of RGB (Red+Green+Blue) = 249+24+68=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F91844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91844 is #06E7BB. Grayscale: #606060. Windows color (decimal): -452540 or 4462841. OLE color: 4462841.
HSL color Cylindrical-coordinate representation of color #F91844: hue angle of 348.27º 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 #F91844 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.02 |
| HSL | 348.27º | 0.95% | 0.54% | - |
| HSV(B) | 348.27º | 0.9% | 0.98% | - |
| XYZ | 40.44 | 21.21 | 7.43 | - |
| YUV | 96.29 | 112.04 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 68 | 0 | 0.90 | 0.73 | 0.02 | 348.27 | 0.95 | 0.54 |
| Hex | F9 | 18 | 44 | 0 | 5A | 49 | 2 | 15C | 5F | 36 |
| Octal | 371 | 30 | 104 | 0 | 132 | 111 | 2 | 534 | 137 | 66 |
| Binary | 11111001 | 11000 | 1000100 | 0 | 1011010 | 1001001 | 10 | 101011100 | 1011111 | 110110 |
Color Harmonies of #F91844
Complementary color
Monochromatic Colors of #F91844
Black with #F91844
Text Example
Text Example
White with #F91844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91844; }
p { color: rgb(249,24,68); }
H1.HeaderClassName
{
color: #F91844;
}
.AnyTagClassName
{
color: #F91844;
}
</style>
background-color css
<style>
a { background-color: #F91844; }
a { background-color: rgb(249,24,68); }
div.DivClassName
{
background-color: #F91844;
}
.BgClassName
{
background-color: #F91844;
}
</style>
border-color css
<style>
span { border-color: #F91844; }
span { border-color: rgb(249,24,68); }
td.TdClassName
{
border-color: #F91844;
}
.TagClassName
{
border-color: #F91844;
}
</style>