Shades of Torch Red #F10738
Tints of Torch Red #F10738
RGB
CMYK
RGB Variations
Color information
#F10738 (or 0xF10738) is known color: Torch Red. HEX triplet: F1, 07 and 38. RGB value is (241,7,56). Sum of RGB (Red+Green+Blue) = 241+7+56=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F10738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10738 is #0EF8C7. Grayscale: #525252. Windows color (decimal): -981192 or 3672049. OLE color: 3672049.
HSL color Cylindrical-coordinate representation of color #F10738: hue angle of 347.44º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10738 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 56 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.05 |
| HSL | 347.44º | 0.94% | 0.49% | - |
| HSV(B) | 347.44º | 0.97% | 0.95% | - |
| XYZ | 37.07 | 19.14 | 5.48 | - |
| YUV | 82.55 | 113.02 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 56 | 0 | 0.97 | 0.77 | 0.05 | 347.44 | 0.94 | 0.49 |
| Hex | F1 | 7 | 38 | 0 | 61 | 4D | 5 | 15B | 5E | 31 |
| Octal | 361 | 7 | 70 | 0 | 141 | 115 | 5 | 533 | 136 | 61 |
| Binary | 11110001 | 111 | 111000 | 0 | 1100001 | 1001101 | 101 | 101011011 | 1011110 | 110001 |
Color Harmonies of #F10738
Complementary color
Monochromatic Colors of #F10738
Black with #F10738
Text Example
Text Example
White with #F10738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10738; }
p { color: rgb(241,7,56); }
H1.HeaderClassName
{
color: #F10738;
}
.AnyTagClassName
{
color: #F10738;
}
</style>
background-color css
<style>
a { background-color: #F10738; }
a { background-color: rgb(241,7,56); }
div.DivClassName
{
background-color: #F10738;
}
.BgClassName
{
background-color: #F10738;
}
</style>
border-color css
<style>
span { border-color: #F10738; }
span { border-color: rgb(241,7,56); }
td.TdClassName
{
border-color: #F10738;
}
.TagClassName
{
border-color: #F10738;
}
</style>