Shades of Torch Red #F10A3E
Tints of Torch Red #F10A3E
RGB
CMYK
RGB Variations
Color information
#F10A3E (or 0xF10A3E) is known color: Torch Red. HEX triplet: F1, 0A and 3E. RGB value is (241,10,62). Sum of RGB (Red+Green+Blue) = 241+10+62=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A3E is #0EF5C1. Grayscale: #555555. Windows color (decimal): -980418 or 4066033. OLE color: 4066033.
HSL color Cylindrical-coordinate representation of color #F10A3E: hue angle of 346.49º 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 #F10A3E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 62 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 346.49º | 0.92% | 0.49% | - |
| HSV(B) | 346.49º | 0.96% | 0.95% | - |
| XYZ | 37.25 | 19.27 | 6.31 | - |
| YUV | 85 | 115.03 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 62 | 0 | 0.96 | 0.74 | 0.05 | 346.49 | 0.92 | 0.49 |
| Hex | F1 | A | 3E | 0 | 60 | 4A | 5 | 15A | 5C | 31 |
| Octal | 361 | 12 | 76 | 0 | 140 | 112 | 5 | 532 | 134 | 61 |
| Binary | 11110001 | 1010 | 111110 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011100 | 110001 |
Color Harmonies of #F10A3E
Complementary color
Monochromatic Colors of #F10A3E
Black with #F10A3E
Text Example
Text Example
White with #F10A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A3E; }
p { color: rgb(241,10,62); }
H1.HeaderClassName
{
color: #F10A3E;
}
.AnyTagClassName
{
color: #F10A3E;
}
</style>
background-color css
<style>
a { background-color: #F10A3E; }
a { background-color: rgb(241,10,62); }
div.DivClassName
{
background-color: #F10A3E;
}
.BgClassName
{
background-color: #F10A3E;
}
</style>
border-color css
<style>
span { border-color: #F10A3E; }
span { border-color: rgb(241,10,62); }
td.TdClassName
{
border-color: #F10A3E;
}
.TagClassName
{
border-color: #F10A3E;
}
</style>