Shades of Torch Red #F10F3E
Tints of Torch Red #F10F3E
RGB
CMYK
RGB Variations
Color information
#F10F3E (or 0xF10F3E) is known color: Torch Red. HEX triplet: F1, 0F and 3E. RGB value is (241,15,62). Sum of RGB (Red+Green+Blue) = 241+15+62=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F3E is #0EF0C1. Grayscale: #575757. Windows color (decimal): -979138 or 4067313. OLE color: 4067313.
HSL color Cylindrical-coordinate representation of color #F10F3E: hue angle of 347.52º 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 #F10F3E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 62 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.05 |
| HSL | 347.52º | 0.89% | 0.5% | - |
| HSV(B) | 347.52º | 0.94% | 0.95% | - |
| XYZ | 37.32 | 19.39 | 6.33 | - |
| YUV | 87.93 | 113.37 | 237.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 62 | 0 | 0.94 | 0.74 | 0.05 | 347.52 | 0.89 | 0.5 |
| Hex | F1 | F | 3E | 0 | 5E | 4A | 5 | 15C | 59 | 32 |
| Octal | 361 | 17 | 76 | 0 | 136 | 112 | 5 | 534 | 131 | 62 |
| Binary | 11110001 | 1111 | 111110 | 0 | 1011110 | 1001010 | 101 | 101011100 | 1011001 | 110010 |
Color Harmonies of #F10F3E
Complementary color
Monochromatic Colors of #F10F3E
Black with #F10F3E
Text Example
Text Example
White with #F10F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F3E; }
p { color: rgb(241,15,62); }
H1.HeaderClassName
{
color: #F10F3E;
}
.AnyTagClassName
{
color: #F10F3E;
}
</style>
background-color css
<style>
a { background-color: #F10F3E; }
a { background-color: rgb(241,15,62); }
div.DivClassName
{
background-color: #F10F3E;
}
.BgClassName
{
background-color: #F10F3E;
}
</style>
border-color css
<style>
span { border-color: #F10F3E; }
span { border-color: rgb(241,15,62); }
td.TdClassName
{
border-color: #F10F3E;
}
.TagClassName
{
border-color: #F10F3E;
}
</style>