Shades of Torch Red #F10A15
Tints of Torch Red #F10A15
RGB
CMYK
RGB Variations
Color information
#F10A15 (or 0xF10A15) is known color: Torch Red. HEX triplet: F1, 0A and 15. RGB value is (241,10,21). Sum of RGB (Red+Green+Blue) = 241+10+21=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A15 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A15 is #0EF5EA. Grayscale: #505050. Windows color (decimal): -980459 or 1379057. OLE color: 1379057.
HSL color Cylindrical-coordinate representation of color #F10A15: hue angle of 357.14º 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 #F10A15 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.05 |
| HSL | 357.14º | 0.92% | 0.49% | - |
| HSV(B) | 357.14º | 0.96% | 0.95% | - |
| XYZ | 36.52 | 18.97 | 2.45 | - |
| YUV | 80.32 | 94.53 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 21 | 0 | 0.96 | 0.91 | 0.05 | 357.14 | 0.92 | 0.49 |
| Hex | F1 | A | 15 | 0 | 60 | 5B | 5 | 165 | 5C | 31 |
| Octal | 361 | 12 | 25 | 0 | 140 | 133 | 5 | 545 | 134 | 61 |
| Binary | 11110001 | 1010 | 10101 | 0 | 1100000 | 1011011 | 101 | 101100101 | 1011100 | 110001 |
Color Harmonies of #F10A15
Complementary color
Monochromatic Colors of #F10A15
Black with #F10A15
Text Example
Text Example
White with #F10A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A15; }
p { color: rgb(241,10,21); }
H1.HeaderClassName
{
color: #F10A15;
}
.AnyTagClassName
{
color: #F10A15;
}
</style>
background-color css
<style>
a { background-color: #F10A15; }
a { background-color: rgb(241,10,21); }
div.DivClassName
{
background-color: #F10A15;
}
.BgClassName
{
background-color: #F10A15;
}
</style>
border-color css
<style>
span { border-color: #F10A15; }
span { border-color: rgb(241,10,21); }
td.TdClassName
{
border-color: #F10A15;
}
.TagClassName
{
border-color: #F10A15;
}
</style>