Shades of Torch Red #F10F32
Tints of Torch Red #F10F32
RGB
CMYK
RGB Variations
Color information
#F10F32 (or 0xF10F32) is known color: Torch Red. HEX triplet: F1, 0F and 32. RGB value is (241,15,50). Sum of RGB (Red+Green+Blue) = 241+15+50=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F32 is #0EF0CD. Grayscale: #565656. Windows color (decimal): -979150 or 3280881. OLE color: 3280881.
HSL color Cylindrical-coordinate representation of color #F10F32: hue angle of 350.71º 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 #F10F32 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 50 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.05 |
| HSL | 350.71º | 0.89% | 0.5% | - |
| HSV(B) | 350.71º | 0.94% | 0.95% | - |
| XYZ | 37.02 | 19.27 | 4.79 | - |
| YUV | 86.56 | 107.37 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 50 | 0 | 0.94 | 0.79 | 0.05 | 350.71 | 0.89 | 0.5 |
| Hex | F1 | F | 32 | 0 | 5E | 4F | 5 | 15F | 59 | 32 |
| Octal | 361 | 17 | 62 | 0 | 136 | 117 | 5 | 537 | 131 | 62 |
| Binary | 11110001 | 1111 | 110010 | 0 | 1011110 | 1001111 | 101 | 101011111 | 1011001 | 110010 |
Color Harmonies of #F10F32
Complementary color
Monochromatic Colors of #F10F32
Black with #F10F32
Text Example
Text Example
White with #F10F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F32; }
p { color: rgb(241,15,50); }
H1.HeaderClassName
{
color: #F10F32;
}
.AnyTagClassName
{
color: #F10F32;
}
</style>
background-color css
<style>
a { background-color: #F10F32; }
a { background-color: rgb(241,15,50); }
div.DivClassName
{
background-color: #F10F32;
}
.BgClassName
{
background-color: #F10F32;
}
</style>
border-color css
<style>
span { border-color: #F10F32; }
span { border-color: rgb(241,15,50); }
td.TdClassName
{
border-color: #F10F32;
}
.TagClassName
{
border-color: #F10F32;
}
</style>