Shades of Torch Red #F10E25
Tints of Torch Red #F10E25
RGB
CMYK
RGB Variations
Color information
#F10E25 (or 0xF10E25) is known color: Torch Red. HEX triplet: F1, 0E and 25. RGB value is (241,14,37). Sum of RGB (Red+Green+Blue) = 241+14+37=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10E25 is #0EF1DA. Grayscale: #545454. Windows color (decimal): -979419 or 2428657. OLE color: 2428657.
HSL color Cylindrical-coordinate representation of color #F10E25: hue angle of 353.92º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E25 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 37 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.05 |
| HSL | 353.92º | 0.89% | 0.5% | - |
| HSV(B) | 353.92º | 0.94% | 0.95% | - |
| XYZ | 36.77 | 19.15 | 3.51 | - |
| YUV | 84.5 | 101.21 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 37 | 0 | 0.94 | 0.85 | 0.05 | 353.92 | 0.89 | 0.5 |
| Hex | F1 | E | 25 | 0 | 5E | 55 | 5 | 162 | 59 | 32 |
| Octal | 361 | 16 | 45 | 0 | 136 | 125 | 5 | 542 | 131 | 62 |
| Binary | 11110001 | 1110 | 100101 | 0 | 1011110 | 1010101 | 101 | 101100010 | 1011001 | 110010 |
Color Harmonies of #F10E25
Complementary color
Monochromatic Colors of #F10E25
Black with #F10E25
Text Example
Text Example
White with #F10E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E25; }
p { color: rgb(241,14,37); }
H1.HeaderClassName
{
color: #F10E25;
}
.AnyTagClassName
{
color: #F10E25;
}
</style>
background-color css
<style>
a { background-color: #F10E25; }
a { background-color: rgb(241,14,37); }
div.DivClassName
{
background-color: #F10E25;
}
.BgClassName
{
background-color: #F10E25;
}
</style>
border-color css
<style>
span { border-color: #F10E25; }
span { border-color: rgb(241,14,37); }
td.TdClassName
{
border-color: #F10E25;
}
.TagClassName
{
border-color: #F10E25;
}
</style>