Shades of Torch Red #F10A37
Tints of Torch Red #F10A37
RGB
CMYK
RGB Variations
Color information
#F10A37 (or 0xF10A37) is known color: Torch Red. HEX triplet: F1, 0A and 37. RGB value is (241,10,55). Sum of RGB (Red+Green+Blue) = 241+10+55=306 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.76% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A37 is #0EF5C8. Grayscale: #545454. Windows color (decimal): -980425 or 3607281. OLE color: 3607281.
HSL color Cylindrical-coordinate representation of color #F10A37: hue angle of 348.31º 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 #F10A37 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 55 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.05 |
| HSL | 348.31º | 0.92% | 0.49% | - |
| HSV(B) | 348.31º | 0.96% | 0.95% | - |
| XYZ | 37.07 | 19.19 | 5.37 | - |
| YUV | 84.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 55 | 0 | 0.96 | 0.77 | 0.05 | 348.31 | 0.92 | 0.49 |
| Hex | F1 | A | 37 | 0 | 60 | 4D | 5 | 15C | 5C | 31 |
| Octal | 361 | 12 | 67 | 0 | 140 | 115 | 5 | 534 | 134 | 61 |
| Binary | 11110001 | 1010 | 110111 | 0 | 1100000 | 1001101 | 101 | 101011100 | 1011100 | 110001 |
Color Harmonies of #F10A37
Complementary color
Monochromatic Colors of #F10A37
Black with #F10A37
Text Example
Text Example
White with #F10A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A37; }
p { color: rgb(241,10,55); }
H1.HeaderClassName
{
color: #F10A37;
}
.AnyTagClassName
{
color: #F10A37;
}
</style>
background-color css
<style>
a { background-color: #F10A37; }
a { background-color: rgb(241,10,55); }
div.DivClassName
{
background-color: #F10A37;
}
.BgClassName
{
background-color: #F10A37;
}
</style>
border-color css
<style>
span { border-color: #F10A37; }
span { border-color: rgb(241,10,55); }
td.TdClassName
{
border-color: #F10A37;
}
.TagClassName
{
border-color: #F10A37;
}
</style>