Shades of Torch Red #F10127
Tints of Torch Red #F10127
RGB
CMYK
RGB Variations
Color information
#F10127 (or 0xF10127) is known color: Torch Red. HEX triplet: F1, 01 and 27. RGB value is (241,1,39). Sum of RGB (Red+Green+Blue) = 241+1+39=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F10127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10127 is #0EFED8. Grayscale: #4D4D4D. Windows color (decimal): -982745 or 2556401. OLE color: 2556401.
HSL color Cylindrical-coordinate representation of color #F10127: hue angle of 350.5º 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 #F10127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.05 |
| HSL | 350.5º | 0.99% | 0.47% | - |
| HSV(B) | 350.5º | 1% | 0.95% | - |
| XYZ | 36.65 | 18.87 | 3.63 | - |
| YUV | 77.09 | 106.51 | 244.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 39 | 0 | 1.00 | 0.84 | 0.05 | 350.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | 27 | 0 | 64 | 54 | 5 | 15E | 63 | 2F |
| Octal | 361 | 1 | 47 | 0 | 144 | 124 | 5 | 536 | 143 | 57 |
| Binary | 11110001 | 1 | 100111 | 0 | 1100100 | 1010100 | 101 | 101011110 | 1100011 | 101111 |
Color Harmonies of #F10127
Complementary color
Monochromatic Colors of #F10127
Black with #F10127
Text Example
Text Example
White with #F10127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10127; }
p { color: rgb(241,1,39); }
H1.HeaderClassName
{
color: #F10127;
}
.AnyTagClassName
{
color: #F10127;
}
</style>
background-color css
<style>
a { background-color: #F10127; }
a { background-color: rgb(241,1,39); }
div.DivClassName
{
background-color: #F10127;
}
.BgClassName
{
background-color: #F10127;
}
</style>
border-color css
<style>
span { border-color: #F10127; }
span { border-color: rgb(241,1,39); }
td.TdClassName
{
border-color: #F10127;
}
.TagClassName
{
border-color: #F10127;
}
</style>