Shades of Torch Red #F10537
Tints of Torch Red #F10537
RGB
CMYK
RGB Variations
Color information
#F10537 (or 0xF10537) is known color: Torch Red. HEX triplet: F1, 05 and 37. RGB value is (241,5,55). Sum of RGB (Red+Green+Blue) = 241+5+55=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F10537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10537 is #0EFAC8. Grayscale: #515151. Windows color (decimal): -981705 or 3606001. OLE color: 3606001.
HSL color Cylindrical-coordinate representation of color #F10537: hue angle of 347.29º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10537 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.05 |
| HSL | 347.29º | 0.96% | 0.48% | - |
| HSV(B) | 347.29º | 0.98% | 0.95% | - |
| XYZ | 37.02 | 19.09 | 5.35 | - |
| YUV | 81.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 55 | 0 | 0.98 | 0.77 | 0.05 | 347.29 | 0.96 | 0.48 |
| Hex | F1 | 5 | 37 | 0 | 62 | 4D | 5 | 15B | 60 | 30 |
| Octal | 361 | 5 | 67 | 0 | 142 | 115 | 5 | 533 | 140 | 60 |
| Binary | 11110001 | 101 | 110111 | 0 | 1100010 | 1001101 | 101 | 101011011 | 1100000 | 110000 |
Color Harmonies of #F10537
Complementary color
Monochromatic Colors of #F10537
Black with #F10537
Text Example
Text Example
White with #F10537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10537; }
p { color: rgb(241,5,55); }
H1.HeaderClassName
{
color: #F10537;
}
.AnyTagClassName
{
color: #F10537;
}
</style>
background-color css
<style>
a { background-color: #F10537; }
a { background-color: rgb(241,5,55); }
div.DivClassName
{
background-color: #F10537;
}
.BgClassName
{
background-color: #F10537;
}
</style>
border-color css
<style>
span { border-color: #F10537; }
span { border-color: rgb(241,5,55); }
td.TdClassName
{
border-color: #F10537;
}
.TagClassName
{
border-color: #F10537;
}
</style>