Shades of Torch Red #F10535
Tints of Torch Red #F10535
RGB
CMYK
RGB Variations
Color information
#F10535 (or 0xF10535) is known color: Torch Red. HEX triplet: F1, 05 and 35. RGB value is (241,5,53). Sum of RGB (Red+Green+Blue) = 241+5+53=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F10535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10535 is #0EFACA. Grayscale: #515151. Windows color (decimal): -981707 or 3474929. OLE color: 3474929.
HSL color Cylindrical-coordinate representation of color #F10535: hue angle of 347.8º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10535 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.05 |
| HSL | 347.8º | 0.96% | 0.48% | - |
| HSV(B) | 347.8º | 0.98% | 0.95% | - |
| XYZ | 36.97 | 19.07 | 5.1 | - |
| YUV | 81.04 | 112.19 | 242.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 53 | 0 | 0.98 | 0.78 | 0.05 | 347.8 | 0.96 | 0.48 |
| Hex | F1 | 5 | 35 | 0 | 62 | 4E | 5 | 15C | 60 | 30 |
| Octal | 361 | 5 | 65 | 0 | 142 | 116 | 5 | 534 | 140 | 60 |
| Binary | 11110001 | 101 | 110101 | 0 | 1100010 | 1001110 | 101 | 101011100 | 1100000 | 110000 |
Color Harmonies of #F10535
Complementary color
Monochromatic Colors of #F10535
Black with #F10535
Text Example
Text Example
White with #F10535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10535; }
p { color: rgb(241,5,53); }
H1.HeaderClassName
{
color: #F10535;
}
.AnyTagClassName
{
color: #F10535;
}
</style>
background-color css
<style>
a { background-color: #F10535; }
a { background-color: rgb(241,5,53); }
div.DivClassName
{
background-color: #F10535;
}
.BgClassName
{
background-color: #F10535;
}
</style>
border-color css
<style>
span { border-color: #F10535; }
span { border-color: rgb(241,5,53); }
td.TdClassName
{
border-color: #F10535;
}
.TagClassName
{
border-color: #F10535;
}
</style>