Shades of Torch Red #F11725
Tints of Torch Red #F11725
RGB
CMYK
RGB Variations
Color information
#F11725 (or 0xF11725) is known color: Torch Red. HEX triplet: F1, 17 and 25. RGB value is (241,23,37). Sum of RGB (Red+Green+Blue) = 241+23+37=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F11725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11725 is #0EE8DA. Grayscale: #595959. Windows color (decimal): -977115 or 2430961. OLE color: 2430961.
HSL color Cylindrical-coordinate representation of color #F11725: hue angle of 356.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11725 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 37 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.05 |
| HSL | 356.15º | 0.89% | 0.52% | - |
| HSV(B) | 356.15º | 0.9% | 0.95% | - |
| XYZ | 36.92 | 19.45 | 3.56 | - |
| YUV | 89.78 | 98.22 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 37 | 0 | 0.90 | 0.85 | 0.05 | 356.15 | 0.89 | 0.52 |
| Hex | F1 | 17 | 25 | 0 | 5A | 55 | 5 | 164 | 59 | 34 |
| Octal | 361 | 27 | 45 | 0 | 132 | 125 | 5 | 544 | 131 | 64 |
| Binary | 11110001 | 10111 | 100101 | 0 | 1011010 | 1010101 | 101 | 101100100 | 1011001 | 110100 |
Color Harmonies of #F11725
Complementary color
Monochromatic Colors of #F11725
Black with #F11725
Text Example
Text Example
White with #F11725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11725; }
p { color: rgb(241,23,37); }
H1.HeaderClassName
{
color: #F11725;
}
.AnyTagClassName
{
color: #F11725;
}
</style>
background-color css
<style>
a { background-color: #F11725; }
a { background-color: rgb(241,23,37); }
div.DivClassName
{
background-color: #F11725;
}
.BgClassName
{
background-color: #F11725;
}
</style>
border-color css
<style>
span { border-color: #F11725; }
span { border-color: rgb(241,23,37); }
td.TdClassName
{
border-color: #F11725;
}
.TagClassName
{
border-color: #F11725;
}
</style>