Shades of Torch Red #F10935
Tints of Torch Red #F10935
RGB
CMYK
RGB Variations
Color information
#F10935 (or 0xF10935) is known color: Torch Red. HEX triplet: F1, 09 and 35. RGB value is (241,9,53). Sum of RGB (Red+Green+Blue) = 241+9+53=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F10935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10935 is #0EF6CA. Grayscale: #535353. Windows color (decimal): -980683 or 3475953. OLE color: 3475953.
HSL color Cylindrical-coordinate representation of color #F10935: hue angle of 348.62º degrees, saturation: 0.93, 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 #F10935 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.05 |
| HSL | 348.62º | 0.93% | 0.49% | - |
| HSV(B) | 348.62º | 0.96% | 0.95% | - |
| XYZ | 37.02 | 19.15 | 5.11 | - |
| YUV | 83.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 53 | 0 | 0.96 | 0.78 | 0.05 | 348.62 | 0.93 | 0.49 |
| Hex | F1 | 9 | 35 | 0 | 60 | 4E | 5 | 15D | 5D | 31 |
| Octal | 361 | 11 | 65 | 0 | 140 | 116 | 5 | 535 | 135 | 61 |
| Binary | 11110001 | 1001 | 110101 | 0 | 1100000 | 1001110 | 101 | 101011101 | 1011101 | 110001 |
Color Harmonies of #F10935
Complementary color
Monochromatic Colors of #F10935
Black with #F10935
Text Example
Text Example
White with #F10935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10935; }
p { color: rgb(241,9,53); }
H1.HeaderClassName
{
color: #F10935;
}
.AnyTagClassName
{
color: #F10935;
}
</style>
background-color css
<style>
a { background-color: #F10935; }
a { background-color: rgb(241,9,53); }
div.DivClassName
{
background-color: #F10935;
}
.BgClassName
{
background-color: #F10935;
}
</style>
border-color css
<style>
span { border-color: #F10935; }
span { border-color: rgb(241,9,53); }
td.TdClassName
{
border-color: #F10935;
}
.TagClassName
{
border-color: #F10935;
}
</style>