Shades of Torch Red #F10A11
Tints of Torch Red #F10A11
RGB
CMYK
RGB Variations
Color information
#F10A11 (or 0xF10A11) is known color: Torch Red. HEX triplet: F1, 0A and 11. RGB value is (241,10,17). Sum of RGB (Red+Green+Blue) = 241+10+17=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A11 is #0EF5EE. Grayscale: #505050. Windows color (decimal): -980463 or 1116913. OLE color: 1116913.
HSL color Cylindrical-coordinate representation of color #F10A11: hue angle of 358.18º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10A11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.05 |
| HSL | 358.18º | 0.92% | 0.49% | - |
| HSV(B) | 358.18º | 0.96% | 0.95% | - |
| XYZ | 36.49 | 18.96 | 2.27 | - |
| YUV | 79.87 | 92.53 | 242.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 17 | 0 | 0.96 | 0.93 | 0.05 | 358.18 | 0.92 | 0.49 |
| Hex | F1 | A | 11 | 0 | 60 | 5D | 5 | 166 | 5C | 31 |
| Octal | 361 | 12 | 21 | 0 | 140 | 135 | 5 | 546 | 134 | 61 |
| Binary | 11110001 | 1010 | 10001 | 0 | 1100000 | 1011101 | 101 | 101100110 | 1011100 | 110001 |
Color Harmonies of #F10A11
Complementary color
Monochromatic Colors of #F10A11
Black with #F10A11
Text Example
Text Example
White with #F10A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A11; }
p { color: rgb(241,10,17); }
H1.HeaderClassName
{
color: #F10A11;
}
.AnyTagClassName
{
color: #F10A11;
}
</style>
background-color css
<style>
a { background-color: #F10A11; }
a { background-color: rgb(241,10,17); }
div.DivClassName
{
background-color: #F10A11;
}
.BgClassName
{
background-color: #F10A11;
}
</style>
border-color css
<style>
span { border-color: #F10A11; }
span { border-color: rgb(241,10,17); }
td.TdClassName
{
border-color: #F10A11;
}
.TagClassName
{
border-color: #F10A11;
}
</style>