Shades of Torch Red #F10135
Tints of Torch Red #F10135
RGB
CMYK
RGB Variations
Color information
#F10135 (or 0xF10135) is known color: Torch Red. HEX triplet: F1, 01 and 35. RGB value is (241,1,53). Sum of RGB (Red+Green+Blue) = 241+1+53=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F10135 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10135 is #0EFECA. Grayscale: #4E4E4E. Windows color (decimal): -982731 or 3473905. OLE color: 3473905.
HSL color Cylindrical-coordinate representation of color #F10135: hue angle of 347º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10135 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 53 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.05 |
| HSL | 347º | 0.99% | 0.47% | - |
| HSV(B) | 347º | 1% | 0.95% | - |
| XYZ | 36.93 | 18.98 | 5.09 | - |
| YUV | 78.69 | 113.51 | 243.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 53 | 0 | 1.00 | 0.78 | 0.05 | 347 | 0.99 | 0.47 |
| Hex | F1 | 1 | 35 | 0 | 64 | 4E | 5 | 15B | 63 | 2F |
| Octal | 361 | 1 | 65 | 0 | 144 | 116 | 5 | 533 | 143 | 57 |
| Binary | 11110001 | 1 | 110101 | 0 | 1100100 | 1001110 | 101 | 101011011 | 1100011 | 101111 |
Color Harmonies of #F10135
Complementary color
Monochromatic Colors of #F10135
Black with #F10135
Text Example
Text Example
White with #F10135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10135; }
p { color: rgb(241,1,53); }
H1.HeaderClassName
{
color: #F10135;
}
.AnyTagClassName
{
color: #F10135;
}
</style>
background-color css
<style>
a { background-color: #F10135; }
a { background-color: rgb(241,1,53); }
div.DivClassName
{
background-color: #F10135;
}
.BgClassName
{
background-color: #F10135;
}
</style>
border-color css
<style>
span { border-color: #F10135; }
span { border-color: rgb(241,1,53); }
td.TdClassName
{
border-color: #F10135;
}
.TagClassName
{
border-color: #F10135;
}
</style>